summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 14:12:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 14:12:37 +0000
commite2fb7296c5c4f9895346bc9920a6792207cbd984 (patch)
tree2ffc450800a6336934f292e25e3412c41d8ff869 /dev-perl/IO-Capture
parentChange logging to syslog, add sanity check for /var/run/tor, bug #380117 (diff)
downloadhistorical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.gz
historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.bz2
historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-Capture')
-rw-r--r--dev-perl/IO-Capture/ChangeLog9
-rw-r--r--dev-perl/IO-Capture/IO-Capture-0.50.0.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/IO-Capture/ChangeLog b/dev-perl/IO-Capture/ChangeLog
index 5d0853a28b0f..002028aeea42 100644
--- a/dev-perl/IO-Capture/ChangeLog
+++ b/dev-perl/IO-Capture/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IO-Capture
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Capture/ChangeLog,v 1.2 2009/06/23 08:50:32 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Capture/ChangeLog,v 1.3 2011/08/30 13:34:54 tove Exp $
+
+*IO-Capture-0.50.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +IO-Capture-0.50.0.ebuild:
+ Change version scheme
23 Jun 2009; Torsten Veller <tove@gentoo.org> IO-Capture-0.05.ebuild:
Add description
diff --git a/dev-perl/IO-Capture/IO-Capture-0.50.0.ebuild b/dev-perl/IO-Capture/IO-Capture-0.50.0.ebuild
new file mode 100644
index 000000000000..a5c086f99194
--- /dev/null
+++ b/dev-perl/IO-Capture/IO-Capture-0.50.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/IO-Capture/IO-Capture-0.50.0.ebuild,v 1.1 2011/08/30 13:34:54 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=REYNOLDS
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Abstract Base Class to build modules to capture output"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""