diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
commit | c6775d897410b728cedd88a1ee51d8539b810717 (patch) | |
tree | 993b0867fb06f7fa2af06c683266341fd52e6c85 /dev-perl/File-Find-Rule | |
parent | Enable resample functionality. (diff) | |
download | historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.gz historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.bz2 historical-c6775d897410b728cedd88a1ee51d8539b810717.zip |
Stable on x86, bug #169152.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index 1089854e6eb7..a66a3bf320d2 100644 --- a/dev-perl/File-Find-Rule/ChangeLog +++ b/dev-perl/File-Find-Rule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Find-Rule -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.40 2006/10/20 19:22:15 kloeri Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.41 2007/03/05 11:47:56 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> File-Find-Rule-0.30.ebuild: + Stable on x86, bug #169152. 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> File-Find-Rule-0.30.ebuild: diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild index ad344b6d552a..28a6f1a9c45f 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild,v 1.10 2006/10/20 19:22:15 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild,v 1.11 2007/03/05 11:47:56 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/File-Find-Rule-0 SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |