summaryrefslogtreecommitdiff
path: root/net-misc/bti/bti-034.ebuild
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-11 12:02:45 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-11 12:05:10 +0100
commitb522124233e90a84963ca9512f1bb5166983a6ab (patch)
tree0e1ce170481b3a4600b3e3b5bca31303d3e1202d /net-misc/bti/bti-034.ebuild
parentdc2f111e903eeed34cada7c7074a8ccaab3d8042 (diff)
downloadgentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.gz
gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.xz
Remove masked for removal packages
Diffstat (limited to 'net-misc/bti/bti-034.ebuild')
-rw-r--r--net-misc/bti/bti-034.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/bti/bti-034.ebuild b/net-misc/bti/bti-034.ebuild
deleted file mode 100644
index 65b7eb207a0..00000000000
--- a/net-misc/bti/bti-034.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="A command line twitter/identi.ca client"
-HOMEPAGE="https://gregkh.github.com/bti/"
-SRC_URI="mirror://kernel/software/web/bti/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- dev-libs/json-c
- dev-libs/libpcre
- dev-libs/libxml2
- net-libs/liboauth
- net-misc/curl
-"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-# Readline is dynamically loaded, for whatever reason, and can use
-# libedit as an alternative...
-RDEPEND="${COMMON_DEPEND}
- || ( sys-libs/readline dev-libs/libedit )
-"
-
-DOCS=( bti.example ChangeLog README RELEASE-NOTES )
-
-src_install() {
- default
- newbashcomp bti-bashcompletion ${PN}
-}