diff options
author | Aaron Mavrinac <mavrinac@gmail.com> | 2012-02-20 11:53:36 -0500 |
---|---|---|
committer | Aaron Mavrinac <mavrinac@gmail.com> | 2012-02-20 11:53:36 -0500 |
commit | 115afce2d3b69ad8889f3c7fed3de96c56426f02 (patch) | |
tree | 1460bf85e9b65f2ef41fc049b18b78d4e77a2f3e | |
parent | Retire media-tv/entertainer ebuild. (diff) | |
download | ezod-115afce2d3b69ad8889f3c7fed3de96c56426f02.tar.gz ezod-115afce2d3b69ad8889f3c7fed3de96c56426f02.tar.bz2 ezod-115afce2d3b69ad8889f3c7fed3de96c56426f02.zip |
Retire net-misc/bti ebuild.
-rw-r--r-- | README.markdown | 1 | ||||
-rw-r--r-- | net-misc/bti/Manifest | 2 | ||||
-rw-r--r-- | net-misc/bti/bti-023.ebuild | 24 |
3 files changed, 0 insertions, 27 deletions
diff --git a/README.markdown b/README.markdown index 4ba2d67..d82a699 100644 --- a/README.markdown +++ b/README.markdown @@ -30,7 +30,6 @@ For more information on overlays, see the [Gentoo overlays users' guide] [1]. * dev-python/visual * media-libs/artoolkit * media-sound/pykaraoke -* net-misc/bti * net-p2p/retroshare * sci-libs/flann * sci-libs/gandalf diff --git a/net-misc/bti/Manifest b/net-misc/bti/Manifest deleted file mode 100644 index a5ea52e..0000000 --- a/net-misc/bti/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bti-023.tar.bz2 83208 RMD160 08f9ca9087adf18843d0e2f72ba48506d079b839 SHA1 0f69809ff83d772ed1cab6422f75031b0e013c9a SHA256 f87223a4de16934d754675450fd7230d46c63b98256bcee7aaa042eb296e10c6 -EBUILD bti-023.ebuild 529 RMD160 da9bbe7733a9a4e437017a98296a55544b4e143a SHA1 92a4d067c182e7345b2199aca92792e225baef24 SHA256 1158f8d132a8049c121aff4ebe53bc7c86258074653905bfbd53c2c9ba6fcfc1 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 -} |