summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/bti/bti-023.ebuild')
-rw-r--r--net-misc/bti/bti-023.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/bti/bti-023.ebuild b/net-misc/bti/bti-023.ebuild
deleted file mode 100644
index 420002f..0000000
--- a/net-misc/bti/bti-023.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="bti - bash twitter idiocy"
-HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/people/gregkh/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 sparc"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- dobin bti
- doman bti.1
- dodoc ChangeLog README RELEASE-NOTES bti.example
- if use doc; then
- dodoc bti.xml
- fi
-}