diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-06 12:21:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-06 12:21:00 +0000 |
commit | cb6edc6c9b7a29d3341e9533e6780429e2edef55 (patch) | |
tree | e442decb4858ef7e2a5153be58f06479ff41b875 /app-dicts | |
parent | Removed an old ebuild (diff) | |
download | historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.tar.gz historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.tar.bz2 historical-cb6edc6c9b7a29d3341e9533e6780429e2edef55.zip |
initial ebuild contributed by Piotr Bolek <pb@7bulls.com> (#40818)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-pl/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-pl/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/ispell-pl/ispell-pl-20021127.ebuild | 29 | ||||
-rw-r--r-- | app-dicts/ispell-pl/metadata.xml | 5 |
4 files changed, 47 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..8433f14a2977 --- /dev/null +++ b/app-dicts/ispell-pl/Manifest @@ -0,0 +1,4 @@ +MD5 c6542481818ef8452852f49f7c327175 ChangeLog 402 +MD5 45bd53294777342ceb2768766a62a246 ispell-pl-20021127.ebuild 717 +MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +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> |