summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-07-08 14:20:02 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-07-08 14:20:02 +0000
commit0913c0745227025944dd637ebc0a46e5a810f2db (patch)
tree2c34b55cec78cd15ded4f449520aa4e1f816a095 /dev-perl/Text-Aspell
parentVersion bump (diff)
downloadhistorical-0913c0745227025944dd637ebc0a46e5a810f2db.tar.gz
historical-0913c0745227025944dd637ebc0a46e5a810f2db.tar.bz2
historical-0913c0745227025944dd637ebc0a46e5a810f2db.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r--dev-perl/Text-Aspell/ChangeLog10
-rw-r--r--dev-perl/Text-Aspell/Manifest3
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild17
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
new file mode 100644
index 000000000000..179f34716b0e
--- /dev/null
+++ b/dev-perl/Text-Aspell/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Text-Aspell
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.1 2003/07/08 14:20:02 mcummings Exp $
+
+*Text-Aspell-0.02 (08 Jul 2003)
+
+ 08 Jul 2003; Michael Cummings <mcummings@gentoo.org>
+ Text-Aspell-0.02.ebuild:
+ See me for questions. This is for a Gentoo IRC project.
+
diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest
new file mode 100644
index 000000000000..de6ebc7d610a
--- /dev/null
+++ b/dev-perl/Text-Aspell/Manifest
@@ -0,0 +1,3 @@
+MD5 8d3d3c070ca3aab9c7dbb27e9e75b9a2 Text-Aspell-0.02.ebuild 605
+MD5 31fa348aaa1be86ba0ceea72050d47a4 ChangeLog 399
+MD5 db4f74204d8345671537cc577b0e4192 files/digest-Text-Aspell-0.02 66
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild
new file mode 100644
index 000000000000..99bc3c61c2f8
--- /dev/null
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild,v 1.1 2003/07/08 14:20:02 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Perl interface to the GNU Aspell Library"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc"
+
+DEPEND="app-text/aspell"
+