summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-03-11 14:12:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-03-11 14:12:15 +0300
commitd35489a9c2f8c055e1c38e9354634cc663cacceb (patch)
treeef80e157edec826644f3cc1973fafcfb36444a15 /x11-misc
parentx11-misc/bbppp: ppc stable wrt bug #648874 (diff)
downloadgentoo-d35489a9c2f8c055e1c38e9354634cc663cacceb.tar.gz
gentoo-d35489a9c2f8c055e1c38e9354634cc663cacceb.tar.bz2
gentoo-d35489a9c2f8c055e1c38e9354634cc663cacceb.zip
x11-misc/bbppp: Drop old
Closes: https://bugs.gentoo.org/648874 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/bbppp/bbppp-0.2.5.ebuild38
1 files changed, 0 insertions, 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 76a191cf9fa7..000000000000
--- 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
-}