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

Collapse All | Expand All

(-)aewm++-1.0.24.ebuild (-10 / +13 lines)
Lines 1-18 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2008 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-wm/aewm++/aewm++-1.0.24.ebuild,v 1.12 2007/08/02 14:37:26 uberlord Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.12 2007/08/02 14:37:26 uberlord Exp $
4
4
5
inherit eutils
5
inherit eutils
6
6
7
DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel."
7
DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel."
8
HOMEPAGE="http://aewmpp.sunsite.dk/"
8
HOMEPAGE="http://frankhale.org/"
9
SRC_URI="mirror://sourceforge/sapphire/${P}.tar.bz2"
9
SRC_URI="http://frankhale.org/${P}.tar.gz"
10
10
11
LICENSE="GPL-2"
11
LICENSE="|| ( GPL-2 GPL-3 )"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
14
IUSE=""
14
IUSE=""
15
15
16
RDEPEND="x11-libs/libX11
16
RDEPEND="x11-libs/libX11
17
	x11-libs/libXext"
17
	x11-libs/libXext"
18
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
Lines 20-36 Link Here
20
	x11-proto/xproto"
20
	x11-proto/xproto"
21
21
22
src_unpack() {
22
src_unpack() {
23
	unpack ${A}
23
	unpack ${A}
24
	cd "${S}"
24
	cd "${S}"
25
25
	epatch "${FILESDIR}/${P}-gcc43.patch"
26
	epatch "${FILESDIR}/gcc-3.4.patch"
26
	#Makefile strips aewm++
27
	sed -i \
28
		-e "s:install -s:install:" \
29
		Makefile
27
}
30
}
28
31
29
src_compile() {
32
src_compile() {
30
	make CFLAGS="${CXXFLAGS}" || die "make failed"
33
	emake CFLAGS="${CXXFLAGS}" || die "make failed"
31
}
34
}
32
35
33
src_install() {
36
src_install() {
34
	make DESTDIR="${D}" install || die "make install failed"
37
	emake DESTDIR="${D}" install || die "make install failed"
35
	dodoc ChangeLog README LICENSE
38
	dodoc ChangeLog README
36
}
39
}

Return to bug 220156