summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-01 13:23:05 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-01 13:23:05 +0000
commitb5cf1a3aa038365871b1953ec5bec6366fcf852e (patch)
tree7580d7e073aa9ed611b419b1fc5da07428c12167 /dev-perl/AtExit
parentLast rites for app-accessibility/speakup-utils (diff)
downloadgentoo-2-b5cf1a3aa038365871b1953ec5bec6366fcf852e.tar.gz
gentoo-2-b5cf1a3aa038365871b1953ec5bec6366fcf852e.tar.bz2
gentoo-2-b5cf1a3aa038365871b1953ec5bec6366fcf852e.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/AtExit')
-rw-r--r--dev-perl/AtExit/AtExit-2.10.0.ebuild15
-rw-r--r--dev-perl/AtExit/ChangeLog9
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/AtExit/AtExit-2.10.0.ebuild b/dev-perl/AtExit/AtExit-2.10.0.ebuild
new file mode 100644
index 000000000000..5c728a8cebc9
--- /dev/null
+++ b/dev-perl/AtExit/AtExit-2.10.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.10.0.ebuild,v 1.1 2011/09/01 13:23:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=BRADAPP
+MODULE_VERSION=2.01
+inherit perl-module
+
+DESCRIPTION="atexit() function to register exit-callbacks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
diff --git a/dev-perl/AtExit/ChangeLog b/dev-perl/AtExit/ChangeLog
index 04dd020a9a4a..c0fea66df06f 100644
--- a/dev-perl/AtExit/ChangeLog
+++ b/dev-perl/AtExit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/AtExit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.14 2010/02/03 00:42:19 hanno Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.15 2011/09/01 13:23:05 tove Exp $
+
+*AtExit-2.10.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org> +AtExit-2.10.0.ebuild:
+ Change version scheme
03 Feb 2010; Hanno Boeck <hanno@gentoo.org> AtExit-2.01.ebuild:
Remove LICENSE so it takes the correct from perl-module.eclass.