summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2013-01-27 08:31:06 +0000
committerAlfredo Tupone <tupone@gentoo.org>2013-01-27 08:31:06 +0000
commitc35d8d1b89bff59e84f6e5eb2a91cd1d32c8291b (patch)
tree328f77d19eab7c72c0fdccd08ddcd34263870498 /games-puzzle
parentRequire gtk when building with telepathy. Wrt bug#451658. (diff)
downloadgentoo-2-c35d8d1b89bff59e84f6e5eb2a91cd1d32c8291b.tar.gz
gentoo-2-c35d8d1b89bff59e84f6e5eb2a91cd1d32c8291b.tar.bz2
gentoo-2-c35d8d1b89bff59e84f6e5eb2a91cd1d32c8291b.zip
Use QA_PREBUILT Bug #438196
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/drod-bin/ChangeLog5
-rw-r--r--games-puzzle/drod-bin/drod-bin-1.6.7.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/games-puzzle/drod-bin/ChangeLog b/games-puzzle/drod-bin/ChangeLog
index 92d43b743d33..b573f4b998d1 100644
--- a/games-puzzle/drod-bin/ChangeLog
+++ b/games-puzzle/drod-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/drod-bin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/ChangeLog,v 1.18 2013/01/22 20:08:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/ChangeLog,v 1.19 2013/01/27 08:31:06 tupone Exp $
+
+ 27 Jan 2013; Tupone Alfredo <tupone@gentoo.org> drod-bin-1.6.7.ebuild:
+ Use QA_PREBUILT Bug #438196 by Diego Elio Pettenò
22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -drod-bin-1.6.6.ebuild:
old
diff --git a/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild
index 73676196feee..8a444b91e698 100644
--- a/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild
+++ b/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild,v 1.3 2012/08/11 12:52:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild,v 1.4 2013/01/27 08:31:06 tupone Exp $
EAPI=2
@@ -32,10 +32,13 @@ RDEPEND="
app-emulation/emul-linux-x86-compat
)"
+GDIR=${GAMES_PREFIX_OPT}/drod
+QA_PREBUILT="${GDIR:1}/drod-ae.bin
+ ${GDIR:1}/Libs/*"
+
S="${WORKDIR}"
src_configure() {
- GDIR=${GAMES_PREFIX_OPT}/drod
sed "s:%DRODAE_HOME%:${GDIR}:g" bin/Linux/x86/glibc-2.1/drod-ae.in > drod
chmod a+x drod-ae
}