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 | ff2c96b3783aa7beef722696194b4a7681049e97 (patch) | |
tree | db53356485cd389145da3f7c6542c187157e7678 /games-action | |
parent | Added IUSE. (diff) | |
download | historical-ff2c96b3783aa7beef722696194b4a7681049e97.tar.gz historical-ff2c96b3783aa7beef722696194b4a7681049e97.tar.bz2 historical-ff2c96b3783aa7beef722696194b4a7681049e97.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/Manifest | 6 | ||||
-rw-r--r-- | games-action/spacetripperdemo/spacetripperdemo-1.ebuild | 4 |
3 files changed, 12 insertions, 6 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/Manifest b/games-action/spacetripperdemo/Manifest index 899fb56b945a..8a25ca6ca9a7 100644 --- a/games-action/spacetripperdemo/Manifest +++ b/games-action/spacetripperdemo/Manifest @@ -1,4 +1,4 @@ -MD5 6a0fa9710525ff8873539df94f5c3986 files/digest-spacetripperdemo-1 65 -MD5 d9aeb727c9f9d433ce70eb01afd0383e ChangeLog 370 +MD5 ebeed613ea8b9c1bfda4ae5a134e24e0 spacetripperdemo-1.ebuild 831 +MD5 f77b742937eecb5ba914c24dc4a2fff8 ChangeLog 488 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 6ad36cd8f05953be4d7c192b1625aeeb spacetripperdemo-1.ebuild 809 +MD5 6a0fa9710525ff8873539df94f5c3986 files/digest-spacetripperdemo-1 65 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 } |