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

Collapse All | Expand All

(-)clanlib-0.8.0_rc2.ebuild (-4 / +2 lines)
Lines 4-15 Link Here
4
4
5
inherit flag-o-matic eutils
5
inherit flag-o-matic eutils
6
6
7
MY_PV=${PV/_rc/-RC}
8
SLOT="0.8"
7
SLOT="0.8"
9
8
10
DESCRIPTION="multi-platform game development library"
9
DESCRIPTION="multi-platform game development library"
11
HOMEPAGE="http://www.clanlib.org/"
10
HOMEPAGE="http://www.clanlib.org/"
12
SRC_URI="http://www.clanlib.org/download/releases-${SLOT}/ClanLib-${MY_PV}.tgz"
11
SRC_URI="http://www.clanlib.org/download/releases-${SLOT}/ClanLib-${PV}.tgz"
13
12
14
LICENSE="ZLIB"
13
LICENSE="ZLIB"
15
KEYWORDS="~amd64 ~x86" #not big endian safe #82779
14
KEYWORDS="~amd64 ~x86" #not big endian safe #82779
Lines 43-55 Link Here
43
		virtual/x11
42
		virtual/x11
44
	)"
43
	)"
45
44
46
S="${WORKDIR}/ClanLib-${MY_PV}"
45
S="${WORKDIR}/ClanLib-${PV}"
47
46
48
src_unpack() {
47
src_unpack() {
49
	unpack ${A}
48
	unpack ${A}
50
	cd ${S}
49
	cd ${S}
51
	find . -name .cvsignore -exec rm -f '{}' \;
50
	find . -name .cvsignore -exec rm -f '{}' \;
52
	epatch "${FILESDIR}"/${P}-gcc41.patch
53
51
54
	if ! use doc ; then
52
	if ! use doc ; then
55
		sed -i \
53
		sed -i \

Return to bug 130963