diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:11:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:11:08 +0000 |
commit | 4c6d68bdf166ffaf5a8c994822012ae94eee6e6c (patch) | |
tree | 8773ab98d4fef1c6a09c495b4b1ba81c938b7dd3 /dev-perl/File-Copy-Recursive | |
parent | alpha/ia64/sparc stable wrt #268185 (diff) | |
download | gentoo-2-4c6d68bdf166ffaf5a8c994822012ae94eee6e6c.tar.gz gentoo-2-4c6d68bdf166ffaf5a8c994822012ae94eee6e6c.tar.bz2 gentoo-2-4c6d68bdf166ffaf5a8c994822012ae94eee6e6c.zip |
alpha/ia64/sparc stable wrt #268196
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 88002d9e1eec..91f9f21fc9ab 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Copy-Recursive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.22 2009/05/03 17:47:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.23 2009/05/04 16:11:08 armin76 Exp $ + + 04 May 2009; Raúl Porcel <armin76@gentoo.org> + File-Copy-Recursive-0.38.ebuild: + alpha/ia64/sparc stable wrt #268196 03 May 2009; Markus Meier <maekke@gentoo.org> File-Copy-Recursive-0.38.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild index 5e2c8eae7fce..afce6d56493d 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.4 2009/05/03 17:47:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.5 2009/05/04 16:11:08 armin76 Exp $ MODULE_AUTHOR=DMUEY inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="uses File::Copy to recursively copy dirs" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86" IUSE="" SRC_TEST="do" |