diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-03-29 15:28:31 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-03-29 15:28:31 +0000 |
commit | 19a397834ef122388564bda2c383b2c5c6667db6 (patch) | |
tree | f51203b590d9fb6e1a280203d3fd1e22e88e0fa9 /games-action | |
parent | Move udev executables to rootfs to avoid breaking the few systems which insta... (diff) | |
download | gentoo-2-19a397834ef122388564bda2c383b2c5c6667db6.tar.gz gentoo-2-19a397834ef122388564bda2c383b2c5c6667db6.tar.bz2 gentoo-2-19a397834ef122388564bda2c383b2c5c6667db6.zip |
use unpack_zip from unpacker.eclass instead of unzip
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent1-demodata/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent1-demodata/descent1-demodata-1.4.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-action/descent1-demodata/ChangeLog b/games-action/descent1-demodata/ChangeLog index 4819f6750c64..b636cd1b544f 100644 --- a/games-action/descent1-demodata/ChangeLog +++ b/games-action/descent1-demodata/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent1-demodata -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/ChangeLog,v 1.3 2010/01/31 05:08:20 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/ChangeLog,v 1.4 2013/03/29 15:28:31 hasufell Exp $ + + 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> + descent1-demodata-1.4.ebuild: + use unpack_zip from unpacker.eclass instead of unzip 31 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org> descent1-demodata-1.4.ebuild: diff --git a/games-action/descent1-demodata/descent1-demodata-1.4.ebuild b/games-action/descent1-demodata/descent1-demodata-1.4.ebuild index 2a45daa57d2d..2b67905aeca9 100644 --- a/games-action/descent1-demodata/descent1-demodata-1.4.ebuild +++ b/games-action/descent1-demodata/descent1-demodata-1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/descent1-demodata-1.4.ebuild,v 1.4 2010/01/31 05:08:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/descent1-demodata-1.4.ebuild,v 1.5 2013/03/29 15:28:31 hasufell Exp $ -inherit eutils games +inherit eutils unpacker games MY_PV=${PV/./} DEMO="desc${MY_PV}sw.exe" @@ -27,7 +27,7 @@ DEPEND="app-arch/unzip S=${WORKDIR} src_unpack() { - unzip -qo "${DISTDIR}/${A}" || die "unzip failed" + unpack_zip ${A} unarj e DESCENT1.SOW || die "unarj DESCENT1.SOW failed" mv descent.pig{,1} |