summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-11-17 06:33:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-11-17 06:33:09 +0000
commitec7306b702873928651e0a90dbd0ffba64968898 (patch)
treed12694c60e24d89786f83c68a6647a0c1bff1575 /games-strategy/asc
parentRemove old versions (diff)
downloadgentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.tar.gz
gentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.tar.bz2
gentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.zip
Don't count on the package manager leaving in the order that was specified (bug #247022)
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-strategy/asc')
-rw-r--r--games-strategy/asc/ChangeLog6
-rw-r--r--games-strategy/asc/asc-2.1.0.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog
index 3bd2a35e5e15..4664b3310837 100644
--- a/games-strategy/asc/ChangeLog
+++ b/games-strategy/asc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/asc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.25 2008/04/07 01:43:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.26 2008/11/17 06:33:09 mr_bones_ Exp $
+
+ 17 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org> asc-2.1.0.0.ebuild:
+ Don't count on the package manager leaving ${A} in the order
+ that was specified (bug #247022)
*asc-2.1.0.0 (07 Apr 2008)
diff --git a/games-strategy/asc/asc-2.1.0.0.ebuild b/games-strategy/asc/asc-2.1.0.0.ebuild
index cd3d530eb626..a86340bd0652 100644
--- a/games-strategy/asc/asc-2.1.0.0.ebuild
+++ b/games-strategy/asc/asc-2.1.0.0.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/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.1 2008/04/07 01:43:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.2 2008/11/17 06:33:09 mr_bones_ Exp $
inherit toolchain-funcs flag-o-matic games
@@ -36,13 +36,13 @@ DEPEND="${RDEPEND}
src_unpack() {
local f
+ unpack ${P}.tar.bz2
for f in ${A}
do
case ${f} in
*ogg)
cp "${DISTDIR}/${f}" "${S}/data/music" || die "cp music failed"
;;
- *) unpack ${f}
esac
done
}