summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
commit7912539e83bb65cd893865f1e67f274adc6b740f (patch)
treec60d04b575ac436a293f5f335ffaaca895c4330e /dev-perl/File-BaseDir
parentRevision bump. Add dependency on external xolox-misc scripts. (diff)
downloadhistorical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.gz
historical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.bz2
historical-7912539e83bb65cd893865f1e67f274adc6b740f.zip
Change version scheme
Package-Manager: portage-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