diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-11-06 17:42:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-11-06 17:42:47 +0000 |
commit | f223e029ac7c2124d0a3ff8a0dce7978a9b34ef6 (patch) | |
tree | 26ffef948078c835af2e84848031f823c3e49de2 /dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-f223e029ac7c2124d0a3ff8a0dce7978a9b34ef6.tar.gz gentoo-2-f223e029ac7c2124d0a3ff8a0dce7978a9b34ef6.tar.bz2 gentoo-2-f223e029ac7c2124d0a3ff8a0dce7978a9b34ef6.zip |
Initial commit. Ebuild from Peter Gantner <gentoo@nephros.org> who will also maintain it. Bug #489540
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild')
-rw-r--r-- | dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild b/dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild new file mode 100644 index 000000000000..379135921301 --- /dev/null +++ b/dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4.ebuild,v 1.1 2013/11/06 17:42:47 hwoarang Exp $ + +EAPI=5 + +MODULE_AUTHOR=CKAISER +MODULE_VERSION=1.4 + +inherit perl-module + +DESCRIPTION="Quick implementation of readline utilities for ttytter." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/TermReadKey" + +SRC_TEST="do parallel" |