summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r--dev-perl/Algorithm-C3/Algorithm-C3-0.08.ebuild22
-rw-r--r--dev-perl/Algorithm-C3/ChangeLog7
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.08.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.08.ebuild
new file mode 100644
index 000000000000..b4b274661728
--- /dev/null
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.08.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 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.08.ebuild,v 1.1 2009/05/28 11:26:38 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=FLORA
+inherit perl-module
+
+DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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 cefceeafac6c..2aea2611d476 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.1 2009/01/14 09:59:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.2 2009/05/28 11:26:38 tove Exp $
+
+*Algorithm-C3-0.08 (28 May 2009)
+
+ 28 May 2009; Torsten Veller <tove@gentoo.org> +Algorithm-C3-0.08.ebuild:
+ Version bump
*Algorithm-C3-0.07 (14 Jan 2009)