diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-25 17:34:39 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-25 17:34:39 +0000 |
commit | 64059f36993b4132072b97ef888e20ac52eedb79 (patch) | |
tree | 2edd94e11eb9b2274dc73bb1514c93d1c46dad1d /dev-perl/File-BaseDir | |
parent | Version bump. (diff) | |
download | gentoo-2-64059f36993b4132072b97ef888e20ac52eedb79.tar.gz gentoo-2-64059f36993b4132072b97ef888e20ac52eedb79.tar.bz2 gentoo-2-64059f36993b4132072b97ef888e20ac52eedb79.zip |
Version bump.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index a67d292b162e..46d9e88d07c5 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-BaseDir # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.16 2008/03/13 20:52:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.17 2008/04/25 17:34:39 drac Exp $ + +*File-BaseDir-0.03 (25 Apr 2008) + + 25 Apr 2008; Samuli Suominen <drac@gentoo.org> +File-BaseDir-0.03.ebuild: + Version bump. 13 Mar 2008; Jeroen Roovers <jer@gentoo.org> File-BaseDir-0.02.ebuild: Marked ~hppa too. diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild new file mode 100644 index 000000000000..3f8cdc7b94fb --- /dev/null +++ b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.1 2008/04/25 17:34:39 drac Exp $ + +inherit perl-module + +DESCRIPTION="The Perl File-BaseDir Module" +SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~pardus/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" |