[bump] dev-perl/Curses-UI-0.960.800
authorTorsten Veller <tove@gentoo.org>
Fri, 2 Sep 2011 19:00:45 +0000 (19:00 +0000)
committerTorsten Veller <tove@gentoo.org>
Fri, 2 Sep 2011 19:00:45 +0000 (19:00 +0000)
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64

dev-perl/Curses-UI/ChangeLog
dev-perl/Curses-UI/Curses-UI-0.960.800.ebuild [new file with mode: 0644]

index 82093f0bd1582928892ca4a7be241ffc97e51e1a..b657c398e4540a315b1c958f5053945c9164c6f0 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Curses-UI
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.29 2011/01/14 11:47:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.30 2011/09/02 19:00:45 tove Exp $
+
+*Curses-UI-0.960.800 (02 Sep 2011)
+
+  02 Sep 2011; Torsten Veller <tove@gentoo.org> +Curses-UI-0.960.800.ebuild:
+  Version bump
 
 *Curses-UI-0.960.700 (14 Jan 2011)
 
diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.800.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.800.ebuild
new file mode 100644 (file)
index 0000000..8824755
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.960.800.ebuild,v 1.1 2011/09/02 19:00:45 tove Exp $
+
+MODULE_AUTHOR=MDXI
+MODULE_VERSION=0.9608
+inherit perl-module
+
+DESCRIPTION="Perl UI framework based on the curses library."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/Curses
+       dev-perl/Test-Pod
+       dev-perl/TermReadKey
+       dev-lang/perl"