summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/bti/bti-010.ebuild')
-rw-r--r--net-misc/bti/bti-010.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/bti/bti-010.ebuild b/net-misc/bti/bti-010.ebuild
deleted file mode 100644
index ed91aeb85fda..000000000000
--- a/net-misc/bti/bti-010.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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-010.ebuild,v 1.1 2009/01/12 18:43:18 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"
-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"
-}