]> Pileus Git - ~andy/sunrise/commitdiff
games-rpg/privateergold: Remove unnecessary DEPEND from binary package and fix head -1.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Sat, 2 Jul 2011 16:14:33 +0000 (16:14 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Sat, 2 Jul 2011 16:14:33 +0000 (16:14 +0000)
(Portage version: 2.2.0_alpha41-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=12187

games-rpg/privateergold/ChangeLog
games-rpg/privateergold/files/privscript
games-rpg/privateergold/privateergold-1.03.ebuild

index 5e5f15361e6056e6c7219a436f99f220b81bb801..c469f510645d2f7e81962ea9d0e42236d7913f41 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
+  privateergold-1.03.ebuild, files/privscript:
+  Remove unnecessary DEPEND from binary package and fix head -1.
+
   25 Jun 2011; Stefan Garthe (the_mgt) themgt@uncensored.citadel.org
   privateergold-1.03.ebuild:
   Improved the dependencies, removed commented-out phases, replaced them by
index 91676b273dec1ca4db0c417737010ccb01f5f8a3..cccc45dda9966347aafe113ed94da528b5270f90 100644 (file)
@@ -2,7 +2,7 @@
 GAMESDIR="/usr/share/games"
 PRIVDIR="$GAMESDIR/privateergold"
 
-VERSION=`head -1 $PRIVDIR/Version.txt`
+VERSION=$(head -n 1 $PRIVDIR/Version.txt)
 if [ \! -e ~/$VERSION ]; then
   cd $PRIVDIR/bin && ./vsinstall.sh
 else
index 4cb4ec0c5d4901363dd0432ceb18bbe70177e126..26a088fbd10ab3ff9810da039a189ddaafc7f3c8 100644 (file)
@@ -27,7 +27,7 @@ RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
                x11-libs/libXext
                x11-libs/libXi
                x11-libs/libXrandr )"
-DEPEND="${RDEPEND}"
+
 S=${WORKDIR}
 
 src_unpack() {