summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-06-20 16:07:24 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-06-20 16:07:24 +0000
commitf1447f0aaf20e2373c4da820459c04baf6e41fdd (patch)
treec3f246973ea79112c61b2e29d86fb0b7a2bdd88b /dev-games/clanlib
parentBump to 1.4.16b (diff)
downloadgentoo-2-f1447f0aaf20e2373c4da820459c04baf6e41fdd.tar.gz
gentoo-2-f1447f0aaf20e2373c4da820459c04baf6e41fdd.tar.bz2
gentoo-2-f1447f0aaf20e2373c4da820459c04baf6e41fdd.zip
amd64 stable, bug #227355; Fix minor QA warnings in clanlib-0.7.8-r1
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r--dev-games/clanlib/ChangeLog6
-rw-r--r--dev-games/clanlib/clanlib-0.7.8-r2.ebuild6
-rw-r--r--dev-games/clanlib/clanlib-0.8.1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog
index ab7af7f037d2..4a3100220dd0 100644
--- a/dev-games/clanlib/ChangeLog
+++ b/dev-games/clanlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/clanlib
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.42 2008/05/29 10:53:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.43 2008/06/20 16:07:24 gentoofan23 Exp $
+
+ 20 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gentoo.org>
+ clanlib-0.7.8-r2.ebuild, clanlib-0.8.1.ebuild:
+ amd64 stable, bug #227355; Fix minor QA warnings in clanlib-0.7.8-r1
29 May 2008; Christian Faulhammer <opfer@gentoo.org> clanlib-0.8.1.ebuild:
stable x86, bug 214803
diff --git a/dev-games/clanlib/clanlib-0.7.8-r2.ebuild b/dev-games/clanlib/clanlib-0.7.8-r2.ebuild
index 8deca1764bfe..569c8de1d5fc 100644
--- a/dev-games/clanlib/clanlib-0.7.8-r2.ebuild
+++ b/dev-games/clanlib/clanlib-0.7.8-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.4 2007/10/29 22:07:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.5 2008/06/20 16:07:24 gentoofan23 Exp $
inherit flag-o-matic eutils
@@ -35,7 +35,7 @@ S="${WORKDIR}/ClanLib-${PV}"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
find . -name .cvsignore -exec rm -f '{}' \;
epatch "${FILESDIR}"/${PV}-port.patch \
"${FILESDIR}"/${PV}-install-opengl-wrap.patch \
diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild
index 8400b71a80fd..8b88023090da 100644
--- a/dev-games/clanlib/clanlib-0.8.1.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.2 2008/05/29 10:53:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.3 2008/06/20 16:07:24 gentoofan23 Exp $
inherit flag-o-matic eutils
@@ -10,7 +10,7 @@ SRC_URI="http://clanlib.org/download/releases-${PV:0:3}/ClanLib-${PV}.tgz"
LICENSE="ZLIB"
SLOT="0.8"
-KEYWORDS="~amd64 x86" #not big endian safe #82779
+KEYWORDS="amd64 x86" #not big endian safe #82779
IUSE="opengl sdl vorbis doc mikmod ipv6"
# opengl keyword does not drop the GL/GLU requirement.