diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-12-27 08:51:42 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-12-27 08:51:42 +0000 |
commit | 0c7dd643e9628c50f0ca3f95e19cf03bb3a09858 (patch) | |
tree | 3cb059287b4874eb726bc3109ce4007d9653ff1f /games-action/heretic2-demo | |
parent | alpha/sparc stable wrt #441220 (diff) | |
download | gentoo-2-0c7dd643e9628c50f0ca3f95e19cf03bb3a09858.tar.gz gentoo-2-0c7dd643e9628c50f0ca3f95e19cf03bb3a09858.tar.bz2 gentoo-2-0c7dd643e9628c50f0ca3f95e19cf03bb3a09858.zip |
Use QA_PREBUILT. Bug #431230
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action/heretic2-demo')
-rw-r--r-- | games-action/heretic2-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/heretic2-demo/heretic2-demo-1.06a.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-action/heretic2-demo/ChangeLog b/games-action/heretic2-demo/ChangeLog index a8079f591d07..fb5ecf4f8c40 100644 --- a/games-action/heretic2-demo/ChangeLog +++ b/games-action/heretic2-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/heretic2-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.9 2012/02/08 21:27:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.10 2012/12/27 08:51:42 tupone Exp $ + + 27 Dec 2012; Tupone Alfredo <tupone@gentoo.org> heretic2-demo-1.06a.ebuild: + Use QA_PREBUILT. Bug #431230 by Diego Elio Pettenò 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> heretic2-demo-1.06a.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild index 63b226f3d4f6..61dcaa6bd1ca 100644 --- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild +++ b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.11 2012/02/08 21:27:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.12 2012/12/27 08:51:42 tupone Exp $ +EAPI=4 inherit eutils unpacker multilib games @@ -30,6 +31,7 @@ S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} +QA_PREBUILT="${dir:1}/*" src_install() { local demo="data/demos/heretic2_demo" @@ -48,11 +50,11 @@ src_install() { insinto "${dir}" exeinto "${dir}" - doins -r "${demo}"/* || die "doins failed" - doexe "${demo}/${exe}" || die "doexe failed" + doins -r "${demo}"/* + doexe "${demo}/${exe}" games_make_wrapper ${PN} "./${exe}" "${dir}" "${dir}" - newicon "${demo}"/icon.xpm ${PN}.xpm || die "newicon failed" + newicon "${demo}"/icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Heretic 2 (Demo)" ${PN} prepgamesdirs |