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

Collapse All | Expand All

(-)wmclock-1.0.12.2.ebuild.orig (-11 / +3 lines)
Lines 2-16 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-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.11 2007/07/22 05:18:26 dberkholz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.11 2007/07/22 05:18:26 dberkholz Exp $
4
4
5
IUSE=""
5
DESCRIPTION="Displays the date and time in a dockable tile in the same style as the clock from NEXTSTEP(tm)"
6
7
DESCRIPTION="applet which displays the date and time in a dockable tile in the same style as the clock from the NEXTSTEP(tm) operating system"
8
SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz"
6
SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz"
9
HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/"
7
HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/"
10
8
11
SLOT="0"
9
SLOT="0"
12
KEYWORDS="x86 amd64 ppc ~sparc"
10
KEYWORDS="amd64 ppc ~sparc x86"
13
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
IUSE=""
14
13
15
RDEPEND="x11-libs/libX11
14
RDEPEND="x11-libs/libX11
16
	x11-libs/libXext
15
	x11-libs/libXext
Lines 21-34 Link Here
21
	x11-proto/xextproto
20
	x11-proto/xextproto
22
	>=x11-misc/imake-1.0.2"
21
	>=x11-misc/imake-1.0.2"
23
22
24
src_compile() {
25
	econf || die "configure failed"
26
27
	emake || die "make failed"
28
}
29
30
src_install () {
23
src_install () {
31
	strip wmclock
32
	dobin wmclock
24
	dobin wmclock
33
25
34
	newman wmclock.man wmclock.1
26
	newman wmclock.man wmclock.1

Return to bug 215651