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

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +14 lines)
Line  Link Here
0
-- xscreensaver-app-2.3-r1.ebuild
0
++ xscreensaver-app-2.3-r2.ebuild
Lines 1-35 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
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/xscreensaver-app/xscreensaver-app-2.3-r1.ebuild,v 1.1 2010/08/27 17:21:28 xarthisius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r1.ebuild,v 1.1 2010/08/27 17:21:28 xarthisius Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
inherit toolchain-funcs
7
inherit autotools
8
8
9
MY_PN=${PN/-a/.A}
9
MY_PN=${PN/-a/.A}
10
MY_PN=${MY_PN/xs/XS}
10
MY_PN=${MY_PN/xs/XS}
11
MY_PN=${MY_PN/s/S}
11
MY_PN=${MY_PN/s/S}
12
12
13
DESCRIPTION="XScreenSaver dockapp for the Window Maker window manager."
13
DESCRIPTION="XScreenSaver dockapp for the Window Maker window manager."
14
SRC_URI=" http://www.asleep.net/download/${MY_PN}-${PV}.tar.gz"
15
HOMEPAGE="http://xscreensaverapp.sourceforge.net/"
14
HOMEPAGE="http://xscreensaverapp.sourceforge.net/"
15
SRC_URI="http://www.asleep.net/download/${MY_PN}-${PV}.tar.gz"
16
16
17
SLOT="0"
18
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
SLOT="0"
19
KEYWORDS="~amd64 ~x86"
19
KEYWORDS="~amd64 ~x86"
20
IUSE=""
20
IUSE=""
21
21
22
DEPEND="x11-libs/libdockapp"
22
DEPEND="x11-libs/libdockapp
23
	x11-libs/libX11"
24
23
RDEPEND="${DEPEND}
25
RDEPEND="${DEPEND}
24
	x11-misc/xscreensaver"
26
	x11-misc/xscreensaver"
25
27
26
S=${WORKDIR}/${MY_PN}-${PV}
28
S=${WORKDIR}/${MY_PN}-${PV}
27
29
28
src_compile() {
30
src_prepare() {
29
	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die
31
	epatch "${FILESDIR}"/${P}-underlinking.patch
32
	eautoreconf
30
}
33
}
31
34
32
src_install() {
35
src_install() {
33
	dobin ${MY_PN} || die
36
	dobin ${MY_PN}
34
	dodoc README NEWS ChangeLog TODO AUTHORS || die
37
	dodoc README NEWS ChangeLog TODO AUTHORS
35
}
38
}

Return to bug 369049