summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 11:20:11 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 11:20:11 +0000
commitef1d54c2d1085fbaee51292055f0349a0c339a3d (patch)
treeff3f2bd9145ed27497d0bd62a6d562951a05111c /dev-perl/Exception-System
parentDepend on dev-ruby/rcairo and dev-ruby/pkg-config. Fixes bug 378685 by Kacper... (diff)
downloadhistorical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.tar.gz
historical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.tar.bz2
historical-ef1d54c2d1085fbaee51292055f0349a0c339a3d.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-System')
-rw-r--r--dev-perl/Exception-System/ChangeLog10
-rw-r--r--dev-perl/Exception-System/Exception-System-0.110.0.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Exception-System/ChangeLog b/dev-perl/Exception-System/ChangeLog
index 1bf396d2dc99..53aff3179b36 100644
--- a/dev-perl/Exception-System/ChangeLog
+++ b/dev-perl/Exception-System/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Exception-System
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.3 2009/11/23 20:48:50 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.4 2011/08/31 10:37:05 tove Exp $
+
+*Exception-System-0.110.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Exception-System-0.110.0.ebuild:
+ Change version scheme
23 Nov 2009; Torsten Veller <tove@gentoo.org>
Exception-System-0.11.ebuild:
diff --git a/dev-perl/Exception-System/Exception-System-0.110.0.ebuild b/dev-perl/Exception-System/Exception-System-0.110.0.ebuild
new file mode 100644
index 000000000000..06bcc60f01a2
--- /dev/null
+++ b/dev-perl/Exception-System/Exception-System-0.110.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/Exception-System-0.110.0.ebuild,v 1.1 2011/08/31 10:37:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Exception class for system or library calls"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Exception-Base-0.22.01"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
+
+SRC_TEST=do