commit:     d35489a9c2f8c055e1c38e9354634cc663cacceb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 11:12:15 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 11:12:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35489a9

x11-misc/bbppp: Drop old

Closes: https://bugs.gentoo.org/648874
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/bbppp/bbppp-0.2.5.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/x11-misc/bbppp/bbppp-0.2.5.ebuild 
b/x11-misc/bbppp/bbppp-0.2.5.ebuild
deleted file mode 100644
index 76a191cf9fa..00000000000
--- a/x11-misc/bbppp/bbppp-0.2.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools eutils
-
-DESCRIPTION="blackbox ppp frontend/monitor"
-HOMEPAGE="https://sourceforge.net/projects/bbtools/";
-SRC_URI="mirror://sourceforge/bbtools/${PN}/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc3-multiline.patch \
-               "${FILESDIR}"/${PN}-asneeded.patch
-       eautoreconf
-}
-
-src_install () {
-       emake DESTDIR="${D}" install || die
-       dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbppp || die
-       rm "${D}"/usr/share/bbtools/README.bbppp
-}
-
-pkg_postinst() {
-       # don't assume blackbox exists because virtual/blackbox is installed
-       if [[ -x ${ROOT}/usr/bin/blackbox ]] ; then
-               if ! grep bbppp "${ROOT}"/usr/bin/blackbox &>/dev/null ; then
-                       sed -e "s/.*blackbox/exec \/usr\/bin\/bbppp \&\n&/" 
blackbox | cat > blackbox
-               fi
-       fi
-}

Reply via email to