summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-28 11:26:38 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-28 11:26:38 +0000
commitc4b9c964d84cf3db133d18ed4f19ac93f9db089e (patch)
tree58277704901387105a3ea305e3ba934cebac6f9c /dev-perl/Algorithm-C3
parentdhcpcd-4.0.13 stable on arm (bug #271351) (diff)
downloadgentoo-2-c4b9c964d84cf3db133d18ed4f19ac93f9db089e.tar.gz
gentoo-2-c4b9c964d84cf3db133d18ed4f19ac93f9db089e.tar.bz2
gentoo-2-c4b9c964d84cf3db133d18ed4f19ac93f9db089e.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
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)