diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-29 18:01:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-29 18:01:42 +0000 |
commit | b24b84e35dbaf91da4db88c61c6cf374e837c976 (patch) | |
tree | 11fc04a5aa5eaf43fe24415ee59d5224db15d484 /games-strategy/gorky17-demo | |
parent | New package, Script to do "scrubbing" on software RAID systems (diff) | |
download | gentoo-2-b24b84e35dbaf91da4db88c61c6cf374e837c976.tar.gz gentoo-2-b24b84e35dbaf91da4db88c61c6cf374e837c976.tar.bz2 gentoo-2-b24b84e35dbaf91da4db88c61c6cf374e837c976.zip |
tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/gorky17-demo')
-rw-r--r-- | games-strategy/gorky17-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-strategy/gorky17-demo/ChangeLog b/games-strategy/gorky17-demo/ChangeLog index b87c8fbbe3fb..53181d770867 100644 --- a/games-strategy/gorky17-demo/ChangeLog +++ b/games-strategy/gorky17-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/gorky17-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.11 2014/08/29 18:00:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.12 2014/08/29 18:01:42 mr_bones_ Exp $ + + 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> + gorky17-demo-1.0.1.0.1-r1.ebuild: + tidy 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -gorky17-demo-1.0.1.0.1.ebuild: diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild index c9464551017d..cc4ffaf91dba 100644 --- a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild +++ b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.2 2014/06/25 17:27:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.3 2014/08/29 18:01:42 mr_bones_ Exp $ EAPI=5 - inherit eutils unpacker versionator games MY_PN="gorky17" @@ -52,18 +51,17 @@ src_unpack() { unpack_makeself ${MY_PN}_demo.run unpack ./data/data.tar.gz - mkdir patch - cd patch + mkdir patch_dir + cd patch_dir unpack_makeself ${PN}-${MY_PV}-x86.run cd "${S}" # Apply patch mv bin/Linux/x86/* . - mv patch/*.sh . - ./patch/bin/Linux/x86/loki_patch patch/patch.dat . \ - || die "loki_patch failed" + mv patch_dir/*.sh . + ./patch_dir/bin/Linux/x86/loki_patch patch_dir/patch.dat . || die - rm -r update.sh *patch.sh data lgp_* patch setup* bin + rm -r update.sh *patch.sh data lgp_* patch_dir setup* bin } src_install() { |