From de7ecde39e6eeae927ddcfd5b2a777383e3d1431 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 2 Sep 2010 01:46:09 +0000 Subject: Version bump; build patch is no longer needed. (Portage version: 2.2_rc72/cvs/Linux x86_64) --- net-misc/bti/ChangeLog | 8 +++++- net-misc/bti/bti-027.ebuild | 47 ---------------------------------- net-misc/bti/bti-028.ebuild | 41 +++++++++++++++++++++++++++++ net-misc/bti/files/bti-027-build.patch | 21 --------------- 4 files changed, 48 insertions(+), 69 deletions(-) delete mode 100644 net-misc/bti/bti-027.ebuild create mode 100644 net-misc/bti/bti-028.ebuild delete mode 100644 net-misc/bti/files/bti-027-build.patch (limited to 'net-misc/bti') diff --git a/net-misc/bti/ChangeLog b/net-misc/bti/ChangeLog index 13273e34c31a..a375d6b07dbf 100644 --- a/net-misc/bti/ChangeLog +++ b/net-misc/bti/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/bti # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.14 2010/08/27 20:00:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.15 2010/09/02 01:46:08 flameeyes Exp $ + +*bti-028 (02 Sep 2010) + + 02 Sep 2010; Diego E. Pettenò -bti-027.ebuild, + -files/bti-027-build.patch, +bti-028.ebuild: + Version bump; build patch is no longer needed. *bti-027 (27 Aug 2010) diff --git a/net-misc/bti/bti-027.ebuild b/net-misc/bti/bti-027.ebuild deleted file mode 100644 index 6e9566d62f1b..000000000000 --- a/net-misc/bti/bti-027.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-027.ebuild,v 1.1 2010/08/27 20:00:48 flameeyes Exp $ - -EAPI=2 - -inherit bash-completion eutils autotools - -DESCRIPTION="A command line twitter/identi.ca client" -HOMEPAGE="http://gregkh.github.com/bti/" -SRC_URI="mirror://kernel/software/web/bti/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="net-misc/curl - dev-libs/libxml2 - dev-libs/libpcre - net-libs/liboauth" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# Readline is dynamically loaded, for whatever reason, and can use -# libedit as an alternative... -RDEPEND="${RDEPEND} - || ( sys-libs/readline dev-libs/libedit )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch - - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install || die "bti could not be installed" - dodoc bti.example README RELEASE-NOTES || - die "bti documentation could not be installed" - dobashcompletion bti-bashcompletion -} diff --git a/net-misc/bti/bti-028.ebuild b/net-misc/bti/bti-028.ebuild new file mode 100644 index 000000000000..9970acaf828c --- /dev/null +++ b/net-misc/bti/bti-028.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-028.ebuild,v 1.1 2010/09/02 01:46:08 flameeyes Exp $ + +EAPI=2 + +inherit bash-completion eutils + +DESCRIPTION="A command line twitter/identi.ca client" +HOMEPAGE="http://gregkh.github.com/bti/" +SRC_URI="mirror://kernel/software/web/bti/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND="net-misc/curl + dev-libs/libxml2 + dev-libs/libpcre + net-libs/liboauth" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +# Readline is dynamically loaded, for whatever reason, and can use +# libedit as an alternative... +RDEPEND="${RDEPEND} + || ( sys-libs/readline dev-libs/libedit )" + +src_configure() { + econf \ + --disable-dependency-tracking +} + +src_install() { + emake DESTDIR="${D}" install || die "bti could not be installed" + dodoc bti.example README RELEASE-NOTES || + die "bti documentation could not be installed" + dobashcompletion bti-bashcompletion +} diff --git a/net-misc/bti/files/bti-027-build.patch b/net-misc/bti/files/bti-027-build.patch deleted file mode 100644 index d5dbaedf99c1..000000000000 --- a/net-misc/bti/files/bti-027-build.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: bti-027/Makefile.am -=================================================================== ---- bti-027.orig/Makefile.am -+++ bti-027/Makefile.am -@@ -7,14 +7,14 @@ bin_SCRIPTS = \ - bti_SOURCES = \ - bti.c - --bti_CPPFLAGS = -+bti_CPPFLAGS = \ - $(LIBCURL_CPPFLAGS) \ - $(XML_CPPFLAGS) \ - $(LIBPCRE_CPPFLAGS) \ - $(LIBOAUTH_CPPFLAGS) - - bti_LDADD = \ -- $(LIBCURL_LIBS) \ -+ $(LIBCURL) \ - $(XML_LIBS) \ - $(LIBPCRE_LIBS) \ - $(LIBOAUTH_LIBS) -- cgit v1.2.3-65-gdbad