diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-28 21:08:49 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-28 21:08:49 +0000 |
commit | 840c1855ee99d33d47b61b8de2c110a650d74c7e (patch) | |
tree | 436ad1ac17c76d86c378c42414b58643b3cf7ff4 /dev-perl/Algorithm-C3 | |
parent | Remove old. (diff) | |
download | gentoo-2-840c1855ee99d33d47b61b8de2c110a650d74c7e.tar.gz gentoo-2-840c1855ee99d33d47b61b8de2c110a650d74c7e.tar.bz2 gentoo-2-840c1855ee99d33d47b61b8de2c110a650d74c7e.zip |
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r-- | dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Algorithm-C3/ChangeLog | 10 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild new file mode 100644 index 000000000000..94f2d553694d --- /dev/null +++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild,v 1.1 2014/07/28 21:08:49 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=HAARG +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="A module for merging hierarchies using the C3 algorithm" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do diff --git a/dev-perl/Algorithm-C3/ChangeLog b/dev-perl/Algorithm-C3/ChangeLog index 8d48173cb65b..f382cc9d682d 100644 --- a/dev-perl/Algorithm-C3/ChangeLog +++ b/dev-perl/Algorithm-C3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Algorithm-C3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.7 2012/06/24 12:59:14 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.8 2014/07/28 21:08:49 dilfridge Exp $ + +*Algorithm-C3-0.90.0 (28 Jul 2014) + + 28 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +Algorithm-C3-0.90.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info |