diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-25 21:40:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-25 21:40:05 +0000 |
commit | 783d9c5ec71c8c173bd7df3b1ce7d96083aea03c (patch) | |
tree | 02b0fbd3cd97fe46b7fbe03abb941ec887a20886 /net-misc/ttytter | |
parent | Version bump. Remove old. Move to EAPI5. Switch to readme.gentoo eclass (diff) | |
download | gentoo-2-783d9c5ec71c8c173bd7df3b1ce7d96083aea03c.tar.gz gentoo-2-783d9c5ec71c8c173bd7df3b1ce7d96083aea03c.tar.bz2 gentoo-2-783d9c5ec71c8c173bd7df3b1ce7d96083aea03c.zip |
Version bump. Remove old. Move to EAPI5. Switch to readme.gentoo eclass
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'net-misc/ttytter')
-rw-r--r-- | net-misc/ttytter/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/ttytter/ttytter-1.2.05.ebuild | 33 | ||||
-rw-r--r-- | net-misc/ttytter/ttytter-2.0.03.ebuild | 33 | ||||
-rw-r--r-- | net-misc/ttytter/ttytter-2.1.00.ebuild | 36 |
4 files changed, 44 insertions, 68 deletions
diff --git a/net-misc/ttytter/ChangeLog b/net-misc/ttytter/ChangeLog index 4d0ef1cc8322..8108d7e9f057 100644 --- a/net-misc/ttytter/ChangeLog +++ b/net-misc/ttytter/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2012/10/30 21:55:19 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ChangeLog,v 1.7 2013/03/25 21:40:05 hwoarang Exp $ + +*ttytter-2.1.00 (25 Mar 2013) + + 25 Mar 2013; Markos Chandras <hwoarang@gentoo.org> +ttytter-2.1.00.ebuild, + -ttytter-1.2.05.ebuild, -ttytter-2.0.03.ebuild: + Version bump. Remove old. Move to EAPI5. Switch to readme.gentoo eclass *ttytter-2.0.04 (30 Oct 2012) diff --git a/net-misc/ttytter/ttytter-1.2.05.ebuild b/net-misc/ttytter/ttytter-1.2.05.ebuild deleted file mode 100644 index a8df0f89cb2e..000000000000 --- a/net-misc/ttytter/ttytter-1.2.05.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ttytter-1.2.05.ebuild,v 1.1 2011/12/24 09:02:43 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/dist1/${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 -} diff --git a/net-misc/ttytter/ttytter-2.0.03.ebuild b/net-misc/ttytter/ttytter-2.0.03.ebuild deleted file mode 100644 index 85e95dc0d51d..000000000000 --- a/net-misc/ttytter/ttytter-2.0.03.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -} diff --git a/net-misc/ttytter/ttytter-2.1.00.ebuild b/net-misc/ttytter/ttytter-2.1.00.ebuild new file mode 100644 index 000000000000..9122431388c6 --- /dev/null +++ b/net-misc/ttytter/ttytter-2.1.00.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ttytter-2.1.00.ebuild,v 1.1 2013/03/25 21:40:05 hwoarang Exp $ + +EAPI="5" + +inherit readme.gentoo + +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 )" + +pkg_setup() { + DOC_CONTENTS="Please consult the following webpage on how to + configure your client. + http://www.floodgap.com/software/ttytter/dl.html" +} + +S="${WORKDIR}" + +src_unpack() { + cp "${DISTDIR}"/${A} ${WORKDIR}/${PN} || die +} + +src_install() { + dobin ${PN} + readme.gentoo_create_doc +} |