x11-misc/fbpager: EAPI bump 2 -> 6
authorHarri Nieminen <moikkis@gmail.com>
Mon, 6 Feb 2017 08:55:05 +0000 (10:55 +0200)
committerDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 22:46:09 +0000 (23:46 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3839

x11-misc/fbpager/fbpager-20090221-r1.ebuild [new file with mode: 0644]

diff --git a/x11-misc/fbpager/fbpager-20090221-r1.ebuild b/x11-misc/fbpager/fbpager-20090221-r1.ebuild
new file mode 100644 (file)
index 0000000..34e1708
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A Pager for fluxbox"
+HOMEPAGE="http://git.fluxbox.org/fbpager.git/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="+xrender"
+
+DEPEND="x11-libs/libX11
+       xrender? ( x11-libs/libXrender )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       econf $(use_enable xrender)
+}
+
+pkg_postinst() {
+       einfo "To run fbpager inside the FluxBox slit, use fbpager -w"
+}