diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:17:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:17:13 +0000 |
commit | 5a26cb8cc253ddd1f4300241b441865f39872b73 (patch) | |
tree | 1d1f27c1dc32a4a8721bedb1b76184b5ec9a7f54 /dev-perl/File-Which | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-5a26cb8cc253ddd1f4300241b441865f39872b73.tar.gz gentoo-2-5a26cb8cc253ddd1f4300241b441865f39872b73.tar.bz2 gentoo-2-5a26cb8cc253ddd1f4300241b441865f39872b73.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r-- | dev-perl/File-Which/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-Which/File-Which-1.09.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog index 43e7e64e05f1..e93a4cf1a5d1 100644 --- a/dev-perl/File-Which/ChangeLog +++ b/dev-perl/File-Which/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-Which # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.14 2009/09/24 18:22:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.15 2009/11/10 10:17:13 robbat2 Exp $ + +*File-Which-1.09 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +File-Which-1.09.ebuild: + Version bump via perl-bump experimental tool. 24 Sep 2009; Raúl Porcel <armin76@gentoo.org> File-Which-1.08.ebuild: Add ~arm/~s390/~sh wrt #285343 diff --git a/dev-perl/File-Which/File-Which-1.09.ebuild b/dev-perl/File-Which/File-Which-1.09.ebuild new file mode 100644 index 000000000000..b6950110153a --- /dev/null +++ b/dev-perl/File-Which/File-Which-1.09.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.09.ebuild,v 1.1 2009/11/10 10:17:13 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Perl module implementing 'which' internally" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Script )" + +SRC_TEST="do" +mydoc="TODO" |