summaryrefslogtreecommitdiff
path: root/net-misc/bti
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/bti')
-rw-r--r--net-misc/bti/Manifest3
-rw-r--r--net-misc/bti/bti-034.ebuild38
-rw-r--r--net-misc/bti/metadata.xml4
3 files changed, 0 insertions, 45 deletions
diff --git a/net-misc/bti/Manifest b/net-misc/bti/Manifest
deleted file mode 100644
index cbca47b8e550..000000000000
--- a/net-misc/bti/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST bti-034.tar.xz 93328 BLAKE2B 21765ca5f1a5ef8a895741efdc4e9a942b4ed365a08a399b9bce4597f520dd03c2b9d548ee606d0b92e9b20d70a8e68cd2d279c2c87742f10c5432e6f1ab4184 SHA512 2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba
-EBUILD bti-034.ebuild 792 BLAKE2B 6b4b6c62e982ae9de9a77447a3070899f85c47d8d49c44c11010bb8c23fa1c21203a756ac2144ec92f892a0a5ea1742ae522db2b9143e2af1aa7fced211dedae SHA512 f4dcf0d16357717861760fb39a8749237c69179530a1f1463bb887cbf9d9eb3d3def99029c2d2fe93cba4016d9175d376965cfb9406c3a920376773c7422642a
-MISC metadata.xml 139 BLAKE2B b4a59c22790dfec3fbcfaea41ef363401766736b68a85bedae00e1944d0a848aa97104c2f34244c0fe7b6363029281f965fc1b3545301d341cda371eaa976274 SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be
diff --git a/net-misc/bti/bti-034.ebuild b/net-misc/bti/bti-034.ebuild
deleted file mode 100644
index 65b7eb207a09..000000000000
--- 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}
-}
diff --git a/net-misc/bti/metadata.xml b/net-misc/bti/metadata.xml
deleted file mode 100644
index 097975e3adc2..000000000000
--- a/net-misc/bti/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>