diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-25 14:17:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-25 14:17:34 +0000 |
commit | 015006d0a8aa155fcdfe3a084e0a5f43fe2c18f2 (patch) | |
tree | d0e28cbcb8f9ce17af6f5826ce4905a295776b85 /dev-perl/FileHandle-Rollback | |
parent | Version bump. Closes bug #25109 (diff) | |
download | historical-015006d0a8aa155fcdfe3a084e0a5f43fe2c18f2.tar.gz historical-015006d0a8aa155fcdfe3a084e0a5f43fe2c18f2.tar.bz2 historical-015006d0a8aa155fcdfe3a084e0a5f43fe2c18f2.zip |
initial import
Diffstat (limited to 'dev-perl/FileHandle-Rollback')
-rw-r--r-- | dev-perl/FileHandle-Rollback/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/FileHandle-Rollback/Manifest | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/FileHandle-Rollback/ChangeLog b/dev-perl/FileHandle-Rollback/ChangeLog new file mode 100644 index 000000000000..09f8a0c721aa --- /dev/null +++ b/dev-perl/FileHandle-Rollback/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/FileHandle-rollback +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FileHandle-Rollback/ChangeLog,v 1.1 2003/07/25 14:17:34 aliz Exp $ + +*FileHandle-Rollback-1.04 (25 Jul 2003) + + 25 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild contributed by Rigo Ketelings <rigo@home.nl> in #21008. diff --git a/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild new file mode 100644 index 000000000000..4aa01f49f7b8 --- /dev/null +++ b/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FileHandle-Rollback/FileHandle-Rollback-1.04.ebuild,v 1.1 2003/07/25 14:17:34 aliz Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="FileHandle with commit and rollback" +SRC_URI="http://www.cpan.org/modules/by-module/FileHandle/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" + diff --git a/dev-perl/FileHandle-Rollback/Manifest b/dev-perl/FileHandle-Rollback/Manifest new file mode 100644 index 000000000000..f5fd16141792 --- /dev/null +++ b/dev-perl/FileHandle-Rollback/Manifest @@ -0,0 +1,2 @@ +MD5 85a9fc8fa482e32f7da40f55691e28d0 FileHandle-Rollback-1.04.ebuild 367 +MD5 a5ec4133e669d930fa162d5d48fc265f files/digest-FileHandle-Rollback-1.04 74 |