diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:53:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:53:23 +0000 |
commit | eeaf5bd687939aab7d22855c5c33b8bbc108071d (patch) | |
tree | fd0d8f09175477bbc6edaf692155d8845d3ba6cc /games-simulation | |
parent | Changed check_license to explicitly list license to check. (diff) | |
download | historical-eeaf5bd687939aab7d22855c5c33b8bbc108071d.tar.gz historical-eeaf5bd687939aab7d22855c5c33b8bbc108071d.tar.bz2 historical-eeaf5bd687939aab7d22855c5c33b8bbc108071d.zip |
Changed check_license to explicitly list license to check.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcsdemo/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/bcsdemo/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/bcsdemo/bcsdemo-1.3.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games-simulation/bcsdemo/ChangeLog b/games-simulation/bcsdemo/ChangeLog index afffbc2dd1cc..41f7299bbf73 100644 --- a/games-simulation/bcsdemo/ChangeLog +++ b/games-simulation/bcsdemo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/bcsdemo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/ChangeLog,v 1.2 2004/06/24 23:21:53 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/ChangeLog,v 1.3 2005/09/21 20:53:23 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> bcsdemo-1.3.ebuild: + Changed check_license to explicitly list license to check. *bcsdemo-1.3 (07 Oct 2003) diff --git a/games-simulation/bcsdemo/Manifest b/games-simulation/bcsdemo/Manifest index 714df7431624..fbc8bb3be511 100644 --- a/games-simulation/bcsdemo/Manifest +++ b/games-simulation/bcsdemo/Manifest @@ -1,4 +1,4 @@ -MD5 28fc01b10fa608b96d055c3465e4d6cf bcsdemo-1.3.ebuild 952 -MD5 fd4cf5030e5dda413f5b6b7acd930797 ChangeLog 346 +MD5 1793e0e854a49438f712f9da41973016 bcsdemo-1.3.ebuild 956 +MD5 006577a964ce4973ac913069f727fa79 ChangeLog 482 MD5 87a3fa62f18149f5154f7ede9cc1fee5 metadata.xml 1472 MD5 8f613753436d80b8219bffa31e4c5a39 files/digest-bcsdemo-1.3 65 diff --git a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild b/games-simulation/bcsdemo/bcsdemo-1.3.ebuild index a1ef634ac670..9e50cb3fa5a5 100644 --- a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild +++ b/games-simulation/bcsdemo/bcsdemo-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.4 2004/06/24 23:21:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.5 2005/09/21 20:53:23 wolf31o2 Exp $ inherit games eutils @@ -18,7 +18,7 @@ RDEPEND="media-libs/openal" S=${WORKDIR} pkg_setup() { - check_license + check_license BCS games_pkg_setup } |