summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-02 09:54:46 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-02 09:54:46 +0000
commit4b49da62761e3311fe47085bf55c5fe6839ec27f (patch)
treed66a75f599c4b042a5126e679cf39a1121150363 /dev-perl/MARC-Record
parentVersion bump (diff)
downloadgentoo-2-4b49da62761e3311fe47085bf55c5fe6839ec27f.tar.gz
gentoo-2-4b49da62761e3311fe47085bf55c5fe6839ec27f.tar.bz2
gentoo-2-4b49da62761e3311fe47085bf55c5fe6839ec27f.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MARC-Record')
-rw-r--r--dev-perl/MARC-Record/ChangeLog9
-rw-r--r--dev-perl/MARC-Record/MARC-Record-2.0.1.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/MARC-Record/ChangeLog b/dev-perl/MARC-Record/ChangeLog
index 7d5ff64fefd7..7b1fb4a28054 100644
--- a/dev-perl/MARC-Record/ChangeLog
+++ b/dev-perl/MARC-Record/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/MARC-Record
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.2 2009/01/17 22:28:55 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.3 2010/05/02 09:54:46 tove Exp $
+
+*MARC-Record-2.0.1 (02 May 2010)
+
+ 02 May 2010; Torsten Veller <tove@gentoo.org> +MARC-Record-2.0.1.ebuild:
+ Version bump
17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org>
MARC-Record-2.0.0.ebuild:
diff --git a/dev-perl/MARC-Record/MARC-Record-2.0.1.ebuild b/dev-perl/MARC-Record/MARC-Record-2.0.1.ebuild
new file mode 100644
index 000000000000..f55264541c6e
--- /dev/null
+++ b/dev-perl/MARC-Record/MARC-Record-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/MARC-Record-2.0.1.ebuild,v 1.1 2010/05/02 09:54:46 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=GMCHARLT
+inherit perl-module
+
+DESCRIPTION="MARC manipulation (library bibliographic)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do