summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-27 16:20:17 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-27 16:20:17 +0000
commit49ddd3284ab96cc463e28544b25ba483cca4cf97 (patch)
treef47a60730ee4c187ddc7f419643d84ba721b8a66 /dev-perl
parentChange version scheme (diff)
downloadgentoo-2-49ddd3284ab96cc463e28544b25ba483cca4cf97.tar.gz
gentoo-2-49ddd3284ab96cc463e28544b25ba483cca4cf97.tar.bz2
gentoo-2-49ddd3284ab96cc463e28544b25ba483cca4cf97.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild23
-rw-r--r--dev-perl/Algorithm-C3/ChangeLog7
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild
new file mode 100644
index 000000000000..47ea17ce93d0
--- /dev/null
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.80.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.80.0.ebuild,v 1.1 2011/08/27 16:20:17 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.08
+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-Module-Build
+ 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 3f1c414e2a27..fadfe3a24f52 100644
--- a/dev-perl/Algorithm-C3/ChangeLog
+++ b/dev-perl/Algorithm-C3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Algorithm-C3
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.4 2011/04/24 16:05:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.5 2011/08/27 16:20:17 tove Exp $
+
+*Algorithm-C3-0.80.0 (27 Aug 2011)
+
+ 27 Aug 2011; Torsten Veller <tove@gentoo.org> +Algorithm-C3-0.80.0.ebuild:
+ Change version scheme
24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Algorithm-C3-0.08.ebuild:
Marked ~x86-solaris, bug #296509