summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-05 16:39:47 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-05 16:39:47 +0000
commitaa63a7fee26fe03c450dbed8851895d4abecbf53 (patch)
tree8af9ea7f44cbce00df3159976d6f2ab3c8a23f89
parentVersion bump (diff)
downloadhistorical-aa63a7fee26fe03c450dbed8851895d4abecbf53.tar.gz
historical-aa63a7fee26fe03c450dbed8851895d4abecbf53.tar.bz2
historical-aa63a7fee26fe03c450dbed8851895d4abecbf53.zip
Version bump
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
-rw-r--r--dev-perl/Exception-Base/ChangeLog10
-rw-r--r--dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild24
-rw-r--r--dev-perl/IO-Tty/ChangeLog7
-rw-r--r--dev-perl/IO-Tty/IO-Tty-1.09.ebuild19
4 files changed, 57 insertions, 3 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog
index de10f9fd58f5..eab10f9e7c93 100644
--- a/dev-perl/Exception-Base/ChangeLog
+++ b/dev-perl/Exception-Base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Exception-Base
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.6 2009/12/24 20:11:59 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.7 2010/10/05 16:39:47 tove Exp $
+
+*Exception-Base-0.24.01 (05 Oct 2010)
+
+ 05 Oct 2010; Torsten Veller <tove@gentoo.org>
+ +Exception-Base-0.24.01.ebuild:
+ Version bump
24 Dec 2009; Torsten Veller <tove@gentoo.org> -Exception-Base-0.23.ebuild:
Cleanup
diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild b/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild
new file mode 100644
index 000000000000..149f92facdab
--- /dev/null
+++ b/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild,v 1.1 2010/10/05 16:39:47 tove Exp $
+
+EAPI=2
+
+inherit versionator
+MY_P=${PN}-$(delete_version_separator 2 )
+S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR="DEXTER"
+inherit perl-module
+
+DESCRIPTION="Error handling with exception class"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
+
+SRC_TEST=do
diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog
index 8cfc030bb885..6c28604c1f60 100644
--- a/dev-perl/IO-Tty/ChangeLog
+++ b/dev-perl/IO-Tty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IO-Tty
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.35 2010/08/15 18:29:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.36 2010/10/05 16:34:51 tove Exp $
+
+*IO-Tty-1.09 (05 Oct 2010)
+
+ 05 Oct 2010; Torsten Veller <tove@gentoo.org> +IO-Tty-1.09.ebuild:
+ Version bump
15 Aug 2010; Torsten Veller <tove@gentoo.org> -IO-Tty-1.07.ebuild:
Cleanup
diff --git a/dev-perl/IO-Tty/IO-Tty-1.09.ebuild b/dev-perl/IO-Tty/IO-Tty-1.09.ebuild
new file mode 100644
index 000000000000..689c55d8a7e1
--- /dev/null
+++ b/dev-perl/IO-Tty/IO-Tty-1.09.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.09.ebuild,v 1.1 2010/10/05 16:34:51 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=TODDR
+inherit perl-module
+
+DESCRIPTION="IO::Tty and IO::Pty modules for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do