diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:53:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:53:27 +0000 |
commit | b361417bedc0f69fb2b9ad80a4b536fc4b897ef8 (patch) | |
tree | b7c3e0f982716ecc08eab523effa9b2fc8992843 /games-action | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-b361417bedc0f69fb2b9ad80a4b536fc4b897ef8.tar.gz gentoo-2-b361417bedc0f69fb2b9ad80a4b536fc4b897ef8.tar.bz2 gentoo-2-b361417bedc0f69fb2b9ad80a4b536fc4b897ef8.zip |
Added IUSE and check_license.
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/spacetripperdemo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/spacetripperdemo/spacetripperdemo-1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-action/spacetripperdemo/ChangeLog b/games-action/spacetripperdemo/ChangeLog index c05ed1ce61c8..e4a2e7db3d4a 100644 --- a/games-action/spacetripperdemo/ChangeLog +++ b/games-action/spacetripperdemo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/spacetripperdemo -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripperdemo/ChangeLog,v 1.2 2003/09/10 20:29:44 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripperdemo/ChangeLog,v 1.3 2004/04/19 20:53:27 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> + spacetripperdemo-1.ebuild: + Added IUSE and check_license. *spacetripperdemo-1 (07 Jul 2003) diff --git a/games-action/spacetripperdemo/spacetripperdemo-1.ebuild b/games-action/spacetripperdemo/spacetripperdemo-1.ebuild index e14348e9b235..e98842a4d85a 100644 --- a/games-action/spacetripperdemo/spacetripperdemo-1.ebuild +++ b/games-action/spacetripperdemo/spacetripperdemo-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripperdemo/spacetripperdemo-1.ebuild,v 1.2 2004/02/20 06:13:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripperdemo/spacetripperdemo-1.ebuild,v 1.3 2004/04/19 20:53:27 wolf31o2 Exp $ inherit games eutils @@ -11,10 +11,12 @@ SRC_URI="http://www.btinternet.com/%7Ebongpig/${PN}.sh" LICENSE="POMPOM" SLOT="0" KEYWORDS="-* x86" +IUSE="" S=${WORKDIR} src_unpack() { + check_license unpack_makeself } |