diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 19:21:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 19:21:32 +0000 |
commit | 406bd7f4c8631dcb4cfae0fe4ab82b89749058fa (patch) | |
tree | 13601ace24e2406f9549d4757c091f43252c0646 /dev-perl/File-BaseDir | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-406bd7f4c8631dcb4cfae0fe4ab82b89749058fa.tar.gz gentoo-2-406bd7f4c8631dcb4cfae0fe4ab82b89749058fa.tar.bz2 gentoo-2-406bd7f4c8631dcb4cfae0fe4ab82b89749058fa.zip |
ia64/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index d7eeb794c6e4..4dc9fede590d 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,9 @@ # 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.18 2008/05/17 06:36:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.19 2008/07/15 19:21:32 armin76 Exp $ + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> File-BaseDir-0.03.ebuild: + ia64/sparc/x86 stable 17 May 2008; Torsten Veller <tove@gentoo.org> File-BaseDir-0.03.ebuild: Add module-build to DEPEND and run tests diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild index 1f10060204bb..1a24d970fe00 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild @@ -1,6 +1,6 @@ # 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.2 2008/05/17 06:36:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.3 2008/07/15 19:21:32 armin76 Exp $ MODULE_AUTHOR=PARDUS @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="The Perl File-BaseDir Module" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="" RDEPEND="dev-lang/perl" |