diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-02 16:00:12 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-02 16:00:12 +0000 |
commit | 42664182b3709cbd316fd63a9665e77ab7bd0b8e (patch) | |
tree | 62cc72fae55e099735d5e1dafe96a28e2b12af0e /dev-perl/File-Copy-Recursive | |
parent | ppc stable #268185 (diff) | |
download | gentoo-2-42664182b3709cbd316fd63a9665e77ab7bd0b8e.tar.gz gentoo-2-42664182b3709cbd316fd63a9665e77ab7bd0b8e.tar.bz2 gentoo-2-42664182b3709cbd316fd63a9665e77ab7bd0b8e.zip |
ppc stable #268196
(Portage version: 2.1.6.12/cvs/Linux ppc)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index ad182a9605ec..9ac83cc9abba 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,9 @@ # 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.20 2009/05/02 07:48:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.21 2009/05/02 16:00:12 nixnut Exp $ + + 02 May 2009; nixnut <nixnut@gentoo.org> File-Copy-Recursive-0.38.ebuild: + ppc stable #268196 02 May 2009; Torsten Veller <tove@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 8593fd2ae8cf..fc2f95389772 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.2 2009/05/02 07:48:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.3 2009/05/02 16:00:12 nixnut 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" |