commit: d141905ad83969a4df64732b004dc9017d2c3eae Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org> AuthorDate: Tue Jun 9 11:44:58 2020 +0000 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org> CommitDate: Tue Jun 9 11:45:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d141905a
dev-util/bbe: Remove old bbe-0.2.2. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org> dev-util/bbe/bbe-0.2.2.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-util/bbe/bbe-0.2.2.ebuild b/dev-util/bbe/bbe-0.2.2.ebuild deleted file mode 100644 index 0d506f35d5c..00000000000 --- a/dev-util/bbe/bbe-0.2.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools - -DESCRIPTION="Sed-like editor for binary files" -HOMEPAGE="https://sourceforge.net/projects/bbe-/" -SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - sed -i -e '/^htmldir/d' doc/Makefile.am || die - eaclocal - eautoreconf -} - -src_configure() { - econf --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" -}
