diff options
author | 2012-02-05 06:21:31 +0000 | |
---|---|---|
committer | 2012-02-05 06:21:31 +0000 | |
commit | b3da0d5f89e30fd121fa519ae5cc0eafcbca2ced (patch) | |
tree | aa02e8c1422e5b0658d2401ce642e5e992dc7ba8 /games-arcade/gunocide2ex | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | historical-b3da0d5f89e30fd121fa519ae5cc0eafcbca2ced.tar.gz historical-b3da0d5f89e30fd121fa519ae5cc0eafcbca2ced.tar.bz2 historical-b3da0d5f89e30fd121fa519ae5cc0eafcbca2ced.zip |
Move to new unpacker eclass for unpack_makeself.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'games-arcade/gunocide2ex')
-rw-r--r-- | games-arcade/gunocide2ex/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/gunocide2ex/ChangeLog b/games-arcade/gunocide2ex/ChangeLog index 8d25cf2fe2da..121eedd28385 100644 --- a/games-arcade/gunocide2ex/ChangeLog +++ b/games-arcade/gunocide2ex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/gunocide2ex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/ChangeLog,v 1.12 2009/06/17 23:32:42 nyhm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/ChangeLog,v 1.13 2012/02/05 06:20:50 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> gunocide2ex-1.0.ebuild: + Move to new unpacker eclass for unpack_makeself. 17 Jun 2009; Tristan Heaven <nyhm@gentoo.org> gunocide2ex-1.0.ebuild: Respect LDFLAGS; install menu entry diff --git a/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild b/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild index 16a6389bd27b..e5cc8cc8af22 100644 --- a/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild +++ b/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild,v 1.14 2009/06/17 23:32:42 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild,v 1.15 2012/02/05 06:20:50 vapier Exp $ EAPI=2 -inherit eutils toolchain-funcs games +inherit eutils unpacker toolchain-funcs games DESCRIPTION="fast-paced 2D shoot'em'up" HOMEPAGE="http://www.polyfrag.com/content/product_gunocide.html" |