diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-09-02 23:53:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-09-02 23:53:04 +0000 |
commit | 301fe4a572cedcb44c0ba157aa39d3909e0ee852 (patch) | |
tree | 0f9b74412974c8ec336262a7316928375f3535d6 /games-action | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-301fe4a572cedcb44c0ba157aa39d3909e0ee852.tar.gz gentoo-2-301fe4a572cedcb44c0ba157aa39d3909e0ee852.tar.bz2 gentoo-2-301fe4a572cedcb44c0ba157aa39d3909e0ee852.zip |
clean up QA issues
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/lugaru-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/lugaru-demo/files/digest-lugaru-demo-1.0 | 2 | ||||
-rw-r--r-- | games-action/lugaru-demo/lugaru-demo-1.0.ebuild | 5 |
3 files changed, 11 insertions, 2 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog index 01bf4a08e827..b4d484526de8 100644 --- a/games-action/lugaru-demo/ChangeLog +++ b/games-action/lugaru-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/lugaru-demo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.5 2006/01/11 20:13:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.6 2006/09/02 23:53:04 mr_bones_ Exp $ + + 02 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> + lugaru-demo-1.0.ebuild: + clean up QA issues 11 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> lugaru-demo-1.0.ebuild: diff --git a/games-action/lugaru-demo/files/digest-lugaru-demo-1.0 b/games-action/lugaru-demo/files/digest-lugaru-demo-1.0 index 677723e46f54..4ff2a44e1c4f 100644 --- a/games-action/lugaru-demo/files/digest-lugaru-demo-1.0 +++ b/games-action/lugaru-demo/files/digest-lugaru-demo-1.0 @@ -1 +1,3 @@ MD5 8c7219a8848f9f582f17b019e5e0d1af lugaru-linux-x86-1.0.zip 26045039 +RMD160 9cc52d38a4b116ee9417b9262c24e398379e3677 lugaru-linux-x86-1.0.zip 26045039 +SHA256 630e426f8de985c50c42fa148a91bbfc46063bda190d2dd68676858d06c47888 lugaru-linux-x86-1.0.zip 26045039 diff --git a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0.ebuild index 5f5de8baf5dc..f618d128abc7 100644 --- a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild +++ b/games-action/lugaru-demo/lugaru-demo-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.5 2006/01/11 20:13:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.6 2006/09/02 23:53:04 mr_bones_ Exp $ inherit games @@ -12,6 +12,9 @@ LICENSE="as-is" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="strip" +QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/lugaru/libSDL-1.2.so.0" +QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/lugaru/lugaru-bin" DEPEND="app-arch/unzip" |