diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:17:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:17:13 +0000 |
commit | 2ce93a26b30c931e04f988fc6567a525171eb134 (patch) | |
tree | 84d21e4fbcd05f2f991a446a368a20654b3ab63b | |
parent | added Test-Harness to DEPEND (diff) | |
download | gentoo-2-2ce93a26b30c931e04f988fc6567a525171eb134.tar.gz gentoo-2-2ce93a26b30c931e04f988fc6567a525171eb134.tar.bz2 gentoo-2-2ce93a26b30c931e04f988fc6567a525171eb134.zip |
new package
-rw-r--r-- | dev-perl/p5-Palm/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/p5-Palm/files/digest-p5-Palm-1.2.4 | 1 | ||||
-rw-r--r-- | dev-perl/p5-Palm/p5-Palm-1.2.4.ebuild | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/p5-Palm/ChangeLog b/dev-perl/p5-Palm/ChangeLog new file mode 100644 index 000000000000..796ce23de585 --- /dev/null +++ b/dev-perl/p5-Palm/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/p5-Palm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/p5-Palm/ChangeLog,v 1.1 2002/07/17 04:17:13 seemant Exp $ + +*p5-Palm-1.2.4 (16 Jul 2002) + + 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> p5-Palm-1.2.4.ebuild + ChangeLog files/digest-p5-Palm-1.2.4 : + + Added new package for lbdb to be able to use. diff --git a/dev-perl/p5-Palm/files/digest-p5-Palm-1.2.4 b/dev-perl/p5-Palm/files/digest-p5-Palm-1.2.4 new file mode 100644 index 000000000000..fbfc1d0b9cbe --- /dev/null +++ b/dev-perl/p5-Palm/files/digest-p5-Palm-1.2.4 @@ -0,0 +1 @@ +MD5 471c45fe06320e0260f5fd9dd99432b4 p5-Palm-1.2.4.tar.gz 38275 diff --git a/dev-perl/p5-Palm/p5-Palm-1.2.4.ebuild b/dev-perl/p5-Palm/p5-Palm-1.2.4.ebuild new file mode 100644 index 000000000000..e3cdbdf5cb69 --- /dev/null +++ b/dev-perl/p5-Palm/p5-Palm-1.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/p5-Palm/p5-Palm-1.2.4.ebuild,v 1.1 2002/07/17 04:17:13 seemant Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl Module for Palm Pilots" +SRC_URI="http://www.cpan.org/authors/id/A/AR/ARENSB/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/doc/ARENSB/${P}/README" + +DEPEND="${DEPEND}" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" |