diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:48:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:48:46 +0000 |
commit | 2045e77429fad723c12d0965f6fe25d66c047549 (patch) | |
tree | 181ae8a9b43dbe6127364dcef95d8c2ed1903c2c /dev-perl/File-Copy-Recursive | |
parent | Stable on x86 (#268203) (diff) | |
download | historical-2045e77429fad723c12d0965f6fe25d66c047549.tar.gz historical-2045e77429fad723c12d0965f6fe25d66c047549.tar.bz2 historical-2045e77429fad723c12d0965f6fe25d66c047549.zip |
Stable on x86 (#268196)
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 148e9cef25fe..ad182a9605ec 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.19 2008/12/08 02:15:49 robbat2 Exp $ +# 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 $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + File-Copy-Recursive-0.38.ebuild: + Stable on x86 (#268196) *File-Copy-Recursive-0.38 (08 Dec 2008) 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 d02fce1f6a5e..8593fd2ae8cf 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-2008 Gentoo Foundation +# 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.1 2008/12/08 02:15:49 robbat2 Exp $ +# $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 $ 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" |