summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2009-01-18 16:52:58 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2009-01-18 16:52:58 +0000
commit709c953cc2452a6e695730d76c505056652ef777 (patch)
tree0a24843bab8cf337acb4136082edc694f242a5d9 /net-misc/bti
parentx86 stable, bug #255138 (diff)
downloadgentoo-2-709c953cc2452a6e695730d76c505056652ef777.tar.gz
gentoo-2-709c953cc2452a6e695730d76c505056652ef777.tar.bz2
gentoo-2-709c953cc2452a6e695730d76c505056652ef777.zip
011 release
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
Diffstat (limited to 'net-misc/bti')
-rw-r--r--net-misc/bti/ChangeLog5
-rw-r--r--net-misc/bti/bti-011.ebuild21
2 files changed, 25 insertions, 1 deletions
diff --git a/net-misc/bti/ChangeLog b/net-misc/bti/ChangeLog
index 285f226fc0b9..12f082a33b04 100644
--- a/net-misc/bti/ChangeLog
+++ b/net-misc/bti/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/bti
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.3 2009/01/12 18:43:18 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.4 2009/01/18 16:52:58 gregkh Exp $
+
+ 18 Jan 2009; Greg Kroah-Hartman <gregkh@gentoo.org> ChangeLog:
+ 011 release, added readline dependancy
*bti-010 (12 Jan 2009)
diff --git a/net-misc/bti/bti-011.ebuild b/net-misc/bti/bti-011.ebuild
new file mode 100644
index 000000000000..bd377e3b79bd
--- /dev/null
+++ b/net-misc/bti/bti-011.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-011.ebuild,v 1.1 2009/01/18 16:52:58 gregkh Exp $
+
+DESCRIPTION="A command line twitter/identi.ca client"
+HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/"
+SRC_URI="http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-misc/curl sys-libs/readline"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ doman bti.1 || die "bti.1 could not be installed"
+ dobin bti || die "bti could not be installed"
+ dodoc bti.example README RELEASE-NOTES ||
+ die "bti documentation could not be installed"
+}