diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 18:59:26 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 18:59:26 +0000 |
commit | 12680d3d61447d2bdd63b3b5db0de9a352001c94 (patch) | |
tree | fd7843bfb6c6c76d77a530e80f73e6b733def020 /dev-perl/Business-ISMN | |
parent | Version bump (diff) | |
download | gentoo-2-12680d3d61447d2bdd63b3b5db0de9a352001c94.tar.gz gentoo-2-12680d3d61447d2bdd63b3b5db0de9a352001c94.tar.bz2 gentoo-2-12680d3d61447d2bdd63b3b5db0de9a352001c94.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Business-ISMN')
-rw-r--r-- | dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild | 33 | ||||
-rw-r--r-- | dev-perl/Business-ISMN/ChangeLog | 10 |
2 files changed, 41 insertions, 2 deletions
diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild new file mode 100644 index 000000000000..f473d793214e --- /dev/null +++ b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild,v 1.1 2015/04/18 18:59:26 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=BDFOY +MODULE_VERSION=1.13 +inherit perl-module + +DESCRIPTION="International Standard Music Numbers" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Tie-Cycle + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do + +src_install() { + perl-module_src_install + rm -rf "${ED}"/usr/share/man || die +} diff --git a/dev-perl/Business-ISMN/ChangeLog b/dev-perl/Business-ISMN/ChangeLog index b61d1888c641..8af55babd015 100644 --- a/dev-perl/Business-ISMN/ChangeLog +++ b/dev-perl/Business-ISMN/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Business-ISMN -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/ChangeLog,v 1.2 2014/08/26 16:06:02 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/ChangeLog,v 1.3 2015/04/18 18:59:26 dilfridge Exp $ + +*Business-ISMN-1.130.0 (18 Apr 2015) + + 18 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Business-ISMN-1.130.0.ebuild: + Version bump *Business-ISMN-1.110.0-r1 (26 Aug 2014) |