summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-09-11 20:35:15 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-09-11 20:35:15 +0000
commiteca8dd8ce898f0183fcae99b394f961366469a72 (patch)
tree9f64ca215b86089f3582c2db0ce8adce8f957568 /net-misc/ttytter/ttytter-2.0.03.ebuild
parentVersion bump (diff)
downloadgentoo-2-eca8dd8ce898f0183fcae99b394f961366469a72.tar.gz
gentoo-2-eca8dd8ce898f0183fcae99b394f961366469a72.tar.bz2
gentoo-2-eca8dd8ce898f0183fcae99b394f961366469a72.zip
Version bump. Remove old
(Portage version: 2.1.11.14/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ttytter/ttytter-2.0.03.ebuild')
-rw-r--r--net-misc/ttytter/ttytter-2.0.03.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-misc/ttytter/ttytter-2.0.03.ebuild b/net-misc/ttytter/ttytter-2.0.03.ebuild
new file mode 100644
index 000000000000..85e95dc0d51d
--- /dev/null
+++ b/net-misc/ttytter/ttytter-2.0.03.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ttytter-2.0.03.ebuild,v 1.1 2012/09/11 20:35:15 hwoarang Exp $
+
+EAPI="2"
+
+DESCRIPTION="A multi-functional, console-based Twitter client"
+HOMEPAGE="http://www.floodgap.com/software/ttytter/"
+SRC_URI="http://www.floodgap.com/software/ttytter/dist2/${PV}.txt"
+
+LICENSE="FFSL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=">=dev-lang/perl-5.8
+ || ( net-misc/curl www-client/lynx )"
+
+src_unpack() {
+ cp "${DISTDIR}"/${A} "${S}" || die
+}
+
+src_install() {
+ newbin "${S}" ttytter || die
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Please consult the following webpage on how to"
+ einfo "configure your client."
+ einfo "http://www.floodgap.com/software/ttytter/dl.html"
+ einfo
+}