commit:     81dac3ab593338b5d1444fc45d542102d914e9bd
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 17:16:21 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 17:16:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dac3ab

x11-misc/bbtime: remove unused version 0.1.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/bbtime/bbtime-0.1.5.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild 
b/x11-misc/bbtime/bbtime-0.1.5.ebuild
deleted file mode 100644
index 2a1e8ca8e8e..00000000000
--- a/x11-misc/bbtime/bbtime-0.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="blackbox time watcher"
-HOMEPAGE="https://sourceforge.net/projects/bbtools/";
-SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-asneeded.patch
-       eautoreconf
-}
-
-src_install () {
-       emake DESTDIR="${D}" install
-       dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime
-
-       rm "${D}"/usr/share/bbtools/README.bbtime || die
-       # since multiple bbtools packages provide this file, install
-       # it in /usr/share/doc/${PF}
-       mv "${D}/usr/share/bbtools/bbtoolsrc.in" \
-               "${D}/usr/share/doc/${PF}/bbtoolsrc.example" || die
-}

Reply via email to