commit:     370933b3a505d79061f9eb84adae77f1fa8b8181
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb  6 08:55:05 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 22:46:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370933b3

x11-misc/fbpager: EAPI bump 2 -> 6

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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/x11-misc/fbpager/fbpager-20090221-r1.ebuild 
b/x11-misc/fbpager/fbpager-20090221-r1.ebuild
new file mode 100644
index 00000000..34e1708
--- /dev/null
+++ b/x11-misc/fbpager/fbpager-20090221-r1.ebuild
@@ -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"
+}

Reply via email to