mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/bbpager: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3967
This commit is contained in:
committed by
David Seifert
parent
4894d215b8
commit
bd72bfe9f7
36
x11-misc/bbpager/bbpager-0.4.7-r1.ebuild
Normal file
36
x11-misc/bbpager/bbpager-0.4.7-r1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="An understated pager for Blackbox"
|
||||
HOMEPAGE="http://bbtools.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-wm/blackbox"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS BUGS ChangeLog README TODO data/README.bbpager )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-gcc43.patch"
|
||||
"${FILESDIR}/${P}-as-needed.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
rm "${ED%/}"/usr/share/bbtools/README.bbpager || die
|
||||
}
|
||||
Reference in New Issue
Block a user