summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 12:21:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 12:21:00 +0000
commit19d935bbc4e7324facc5095684601573ed60c77e (patch)
tree53d510fdcfa68cda5a6442d0df3aea2e0e933f8b /app-dicts
parentRemoved an old ebuild (Manifest recommit) (diff)
downloadgentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.tar.gz
gentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.tar.bz2
gentoo-2-19d935bbc4e7324facc5095684601573ed60c77e.zip
initial ebuild contributed by Piotr Bolek <pb@7bulls.com> (#40818)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-pl/ChangeLog9
-rw-r--r--app-dicts/ispell-pl/Manifest2
-rw-r--r--app-dicts/ispell-pl/ispell-pl-20021127.ebuild29
-rw-r--r--app-dicts/ispell-pl/metadata.xml5
4 files changed, 45 insertions, 0 deletions
diff --git a/app-dicts/ispell-pl/ChangeLog b/app-dicts/ispell-pl/ChangeLog
new file mode 100644
index 000000000000..52bffcdc09c8
--- /dev/null
+++ b/app-dicts/ispell-pl/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-dicts/ispell-pl
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ChangeLog,v 1.1 2004/03/06 12:21:00 liquidx Exp $
+
+*ispell-pl-20021127 (06 Mar 2004)
+
+ 06 Mar 2004; Alastair Tse <liquidx@gentoo.org> ispell-pl-20021127.ebuild:
+ initial ebuild contributed by Piotr Bolek <pb@7bulls.com> (#40818)
+
diff --git a/app-dicts/ispell-pl/Manifest b/app-dicts/ispell-pl/Manifest
new file mode 100644
index 000000000000..06b7dfbf2dce
--- /dev/null
+++ b/app-dicts/ispell-pl/Manifest
@@ -0,0 +1,2 @@
+MD5 2f7c35f62d148a39f4d5d736ee138506 ispell-pl-20021127.ebuild 713
+MD5 4887eca161a8729ec587c39af2a86b1b files/digest-ispell-pl-20021127 71
diff --git a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild
new file mode 100644
index 000000000000..881775334c06
--- /dev/null
+++ b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Piotr Bolek <pb@7bulls.com>
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ispell-pl-20021127.ebuild,v 1.1 2004/03/06 12:21:00 liquidx Exp $
+
+# This ebuild was generated by Ebuilder v0.4.
+
+S="${WORKDIR}/${P}"
+
+DESCRIPTION="Polish dictionary for ispell"
+SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz"
+HOMEPAGE="http://ispell-pl.sourceforge.net/"
+
+IUSE=""
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ ./zbuduj.slownik.sh
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins polish.aff polish.hash
+ dodoc Changelog CZYTAJ.TO
+}
diff --git a/app-dicts/ispell-pl/metadata.xml b/app-dicts/ispell-pl/metadata.xml
new file mode 100644
index 000000000000..8f9450df306e
--- /dev/null
+++ b/app-dicts/ispell-pl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>app-dicts</herd>
+</pkgmetadata>