summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/fbpager/fbpager-20090221.ebuild')
-rw-r--r--x11-misc/fbpager/fbpager-20090221.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/fbpager/fbpager-20090221.ebuild b/x11-misc/fbpager/fbpager-20090221.ebuild
deleted file mode 100644
index be33b554142a..000000000000
--- a/x11-misc/fbpager/fbpager-20090221.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils
-
-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)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "To run fbpager inside the FluxBox slit, use fbpager -w"
-}