summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r--dev-perl/File-Which/ChangeLog8
-rw-r--r--dev-perl/File-Which/File-Which-0.05.ebuild6
-rw-r--r--dev-perl/File-Which/File-Which-1.08.ebuild20
3 files changed, 30 insertions, 4 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog
index 986c99f630f2..2e79735b82fb 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.12 2009/08/02 19:28:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.13 2009/09/17 17:48:12 tove Exp $
+
+*File-Which-1.08 (17 Sep 2009)
+
+ 17 Sep 2009; Torsten Veller <tove@gentoo.org> File-Which-0.05.ebuild,
+ +File-Which-1.08.ebuild:
+ Version bump
*File-Which-1.07 (02 Aug 2009)
diff --git a/dev-perl/File-Which/File-Which-0.05.ebuild b/dev-perl/File-Which/File-Which-0.05.ebuild
index 242ca5acd16d..0ef50c594b81 100644
--- a/dev-perl/File-Which/File-Which-0.05.ebuild
+++ b/dev-perl/File-Which/File-Which-0.05.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-Which/File-Which-0.05.ebuild,v 1.12 2008/03/28 09:51:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-0.05.ebuild,v 1.13 2009/09/17 17:48:12 tove Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PE/PEREINAR/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
diff --git a/dev-perl/File-Which/File-Which-1.08.ebuild b/dev-perl/File-Which/File-Which-1.08.ebuild
new file mode 100644
index 000000000000..1a957ab52837
--- /dev/null
+++ b/dev-perl/File-Which/File-Which-1.08.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.08.ebuild,v 1.1 2009/09/17 17:48:12 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ADAMK
+inherit perl-module
+
+DESCRIPTION="Perl module implementing 'which' internally"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( dev-perl/Test-Script )"
+
+SRC_TEST="do"
+mydoc="TODO"