diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-18 07:17:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-18 07:17:22 +0000 |
commit | 6873b76935c7cf2ffac8d873f77b029d5d45a146 (patch) | |
tree | 842431a4ff1fa96eaa3e8dd8392c976acdcf6a97 /dev-perl/MARC-Record | |
parent | Version bump (diff) | |
download | gentoo-2-6873b76935c7cf2ffac8d873f77b029d5d45a146.tar.gz gentoo-2-6873b76935c7cf2ffac8d873f77b029d5d45a146.tar.bz2 gentoo-2-6873b76935c7cf2ffac8d873f77b029d5d45a146.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MARC-Record')
-rw-r--r-- | dev-perl/MARC-Record/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/MARC-Record/MARC-Record-2.0.3.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/MARC-Record/ChangeLog b/dev-perl/MARC-Record/ChangeLog index d8aeb71b0337..294dbc75c2c2 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.5 2010/08/15 18:31:33 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.6 2011/01/18 07:17:22 tove Exp $ + +*MARC-Record-2.0.3 (18 Jan 2011) + + 18 Jan 2011; Torsten Veller <tove@gentoo.org> +MARC-Record-2.0.3.ebuild: + Version bump 15 Aug 2010; Torsten Veller <tove@gentoo.org> -MARC-Record-2.0.0.ebuild: Cleanup diff --git a/dev-perl/MARC-Record/MARC-Record-2.0.3.ebuild b/dev-perl/MARC-Record/MARC-Record-2.0.3.ebuild new file mode 100644 index 000000000000..4499075ac83d --- /dev/null +++ b/dev-perl/MARC-Record/MARC-Record-2.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/01/18 07:17:22 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=GMCHARLT +MODULE_VERSION=2.0.3 +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 |