diff options
author | 2012-07-02 18:26:36 +0000 | |
---|---|---|
committer | 2012-07-02 18:26:36 +0000 | |
commit | 359cfe6a496752d8dada8a8fff10a32e9b4673b4 (patch) | |
tree | ee764ef3df6b6a34336d66158599a97bb24bdc29 /net-misc/ttytter | |
parent | Version bump (diff) | |
download | gentoo-2-359cfe6a496752d8dada8a8fff10a32e9b4673b4.tar.gz gentoo-2-359cfe6a496752d8dada8a8fff10a32e9b4673b4.tar.bz2 gentoo-2-359cfe6a496752d8dada8a8fff10a32e9b4673b4.zip |
i
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ttytter')
-rw-r--r-- | net-misc/ttytter/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/ttytter/ttytter-2.0.01.ebuild | 33 |
2 files changed, 40 insertions, 3 deletions
diff --git a/net-misc/ttytter/ChangeLog b/net-misc/ttytter/ChangeLog index a4cdccc5bb5f..39c378ccd080 100644 --- a/net-misc/ttytter/ChangeLog +++ b/net-misc/ttytter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/ttytter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.2 2011/12/24 09:02:43 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.3 2012/07/02 18:26:36 hwoarang Exp $ + +*ttytter-2.0.01 (02 Jul 2012) + + 02 Jul 2012; Markos Chandras <hwoarang@gentoo.org> +ttytter-2.0.01.ebuild: + i *ttytter-1.2.05 (24 Dec 2011) @@ -13,4 +18,3 @@ +metadata.xml: Initial commit. Bug #308575. Thanks to Anna Gabutero <amdg@lavabit.com> for the ebuild - diff --git a/net-misc/ttytter/ttytter-2.0.01.ebuild b/net-misc/ttytter/ttytter-2.0.01.ebuild new file mode 100644 index 000000000000..5e851a54477e --- /dev/null +++ b/net-misc/ttytter/ttytter-2.0.01.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.01.ebuild,v 1.1 2012/07/02 18:26:36 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 +} |