Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135504 | Differences between
and this patch

Collapse All | Expand All

(-)fbpager-0.1.4.ebuild.original (+8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-0.1.4.ebuild,v 1.8 2006/01/30 19:46:28 robbat2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-0.1.4.ebuild,v 1.8 2006/01/30 19:46:28 robbat2 Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="A Pager for fluxbox"
7
DESCRIPTION="A Pager for fluxbox"
6
HOMEPAGE="http://fluxbox.sourceforge.net/fbpager"
8
HOMEPAGE="http://fluxbox.sourceforge.net/fbpager"
7
SRC_URI="http://fluxbox.org/download/${P}.tar.gz"
9
SRC_URI="http://fluxbox.org/download/${P}.tar.gz"
Lines 13-18 Link Here
13
RDEPEND="|| ( ( x11-libs/libXrender x11-libs/libSM ) virtual/x11 )"
15
RDEPEND="|| ( ( x11-libs/libXrender x11-libs/libSM ) virtual/x11 )"
14
DEPEND="${RDEPEND}"
16
DEPEND="${RDEPEND}"
15
17
18
src_unpack() {
19
	unpack ${A}
20
	cd ${S}
21
	epatch "${FILESDIR}/${P}-gcc41.patch"
22
}
23
16
src_install() {
24
src_install() {
17
	einstall || die
25
	einstall || die
18
	dodoc AUTHORS COPYING NEWS README TODO
26
	dodoc AUTHORS COPYING NEWS README TODO

Return to bug 135504