summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-15 13:24:58 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-15 13:24:58 +0000
commit679ca0a812976de73841f04bd03acd818024eedd (patch)
tree130863e004ab6a8425e7b8b4db8de5eb6c083bec /dev-perl/Math-Calc-Units
parentMigrate to EAPI 2 to get rid of built_with_use for bug #261562. (diff)
downloadhistorical-679ca0a812976de73841f04bd03acd818024eedd.tar.gz
historical-679ca0a812976de73841f04bd03acd818024eedd.tar.bz2
historical-679ca0a812976de73841f04bd03acd818024eedd.zip
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-Calc-Units')
-rw-r--r--dev-perl/Math-Calc-Units/ChangeLog8
-rw-r--r--dev-perl/Math-Calc-Units/Math-Calc-Units-1.07.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Math-Calc-Units/ChangeLog b/dev-perl/Math-Calc-Units/ChangeLog
index dbca13c1d960..ef79a0ba8ff7 100644
--- a/dev-perl/Math-Calc-Units/ChangeLog
+++ b/dev-perl/Math-Calc-Units/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Math-Calc-Units
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/ChangeLog,v 1.2 2009/02/15 20:31:39 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/ChangeLog,v 1.3 2009/08/15 13:24:58 tove Exp $
+
+*Math-Calc-Units-1.07 (15 Aug 2009)
+
+ 15 Aug 2009; Torsten Veller <tove@gentoo.org>
+ +Math-Calc-Units-1.07.ebuild:
+ Version bump
15 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org>
Math-Calc-Units-1.06.ebuild:
diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.07.ebuild b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.07.ebuild
new file mode 100644
index 000000000000..55e46a36947d
--- /dev/null
+++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.07.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/Math-Calc-Units-1.07.ebuild,v 1.1 2009/08/15 13:24:58 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=SFINK
+inherit perl-module
+
+DESCRIPTION="Human-readable unit-aware calculator"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-Time-Local"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do