summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:37:05 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:37:05 +0000
commit95246d68da15d86897edbc52e645cbb0575e81b1 (patch)
treeb49c9d21b392d9a88d7d4959c8a7122e2bc3991c /dev-perl/Exception-System
parentChange version scheme (diff)
downloadgentoo-2-95246d68da15d86897edbc52e645cbb0575e81b1.tar.gz
gentoo-2-95246d68da15d86897edbc52e645cbb0575e81b1.tar.bz2
gentoo-2-95246d68da15d86897edbc52e645cbb0575e81b1.zip
Change version scheme
(Portage version: 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