summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:10:03 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:10:03 +0000
commit7de66cfa9e33a40f3ba95db728a02617b10d596d (patch)
treebc13db818741aa37b8963269d899e629a46aa6d4 /dev-perl/File-BaseDir
parentInitial import. (diff)
downloadgentoo-2-7de66cfa9e33a40f3ba95db728a02617b10d596d.tar.gz
gentoo-2-7de66cfa9e33a40f3ba95db728a02617b10d596d.tar.bz2
gentoo-2-7de66cfa9e33a40f3ba95db728a02617b10d596d.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r--dev-perl/File-BaseDir/ChangeLog7
-rw-r--r--dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog
index 9bc5b756afaa..e7d6ea35191a 100644
--- a/dev-perl/File-BaseDir/ChangeLog
+++ b/dev-perl/File-BaseDir/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-BaseDir
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.32 2011/08/17 16:44:59 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.33 2011/08/31 10:10:03 tove Exp $
+
+*File-BaseDir-0.30.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +File-BaseDir-0.30.0.ebuild:
+ Change version scheme
17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
File-BaseDir-0.03.ebuild:
diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild
new file mode 100644
index 000000000000..21c4b50f4186
--- /dev/null
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild,v 1.1 2011/08/31 10:10:03 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PARDUS
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Use the Freedesktop.org base directory specification"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST=do