summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-10-30 21:55:19 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-10-30 21:55:19 +0000
commit2e0916d2df565e1eac895c2b5df8076a0a2ce8a0 (patch)
tree96eef9f40975a9adf3b42e71eb9575cddd88e790 /net-misc
parentstable ppc ppc64, bug #440058 (diff)
downloadgentoo-2-2e0916d2df565e1eac895c2b5df8076a0a2ce8a0.tar.gz
gentoo-2-2e0916d2df565e1eac895c2b5df8076a0a2ce8a0.tar.bz2
gentoo-2-2e0916d2df565e1eac895c2b5df8076a0a2ce8a0.zip
Version bump
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ttytter/ChangeLog7
-rw-r--r--net-misc/ttytter/ttytter-2.0.04.ebuild33
2 files changed, 39 insertions, 1 deletions
diff --git a/net-misc/ttytter/ChangeLog b/net-misc/ttytter/ChangeLog
index 7db9062c4271..4d0ef1cc8322 100644
--- a/net-misc/ttytter/ChangeLog
+++ b/net-misc/ttytter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/ttytter
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.5 2012/09/11 20:35:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.6 2012/10/30 21:55:19 hwoarang Exp $
+
+*ttytter-2.0.04 (30 Oct 2012)
+
+ 30 Oct 2012; Markos Chandras <hwoarang@gentoo.org> +ttytter-2.0.04.ebuild:
+ Version bump
*ttytter-2.0.03 (11 Sep 2012)
diff --git a/net-misc/ttytter/ttytter-2.0.04.ebuild b/net-misc/ttytter/ttytter-2.0.04.ebuild
new file mode 100644
index 000000000000..cdc7f0afcc86
--- /dev/null
+++ b/net-misc/ttytter/ttytter-2.0.04.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.04.ebuild,v 1.1 2012/10/30 21:55:19 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
+}