diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 20:07:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 20:07:51 +0000 |
commit | 8ee6e5684e9916437837b1a22e2b8f02f8d5866b (patch) | |
tree | e791119706ac72a08a89534217348c35ccc7d0f9 /games-puzzle/londonlaw | |
parent | Removing old versions. Changing the cp as suggested in bug #103487. (diff) | |
download | gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.tar.gz gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.tar.bz2 gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.zip |
Add inherit eutils.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-puzzle/londonlaw')
-rw-r--r-- | games-puzzle/londonlaw/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/londonlaw/londonlaw-0.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/londonlaw/ChangeLog b/games-puzzle/londonlaw/ChangeLog index 2c23cc8c33e1..796f33f29d10 100644 --- a/games-puzzle/londonlaw/ChangeLog +++ b/games-puzzle/londonlaw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/londonlaw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.3 2005/06/26 20:31:02 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.4 2005/08/23 20:04:37 wolf31o2 Exp $ + + 24 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + londonlaw-0.2.0.ebuild: + Add inherit eutils. 26 Jun 2005; Simon Stelling <blubb@gentoo.org> londonlaw-0.2.0.ebuild: added ~amd64 keyword diff --git a/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild b/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild index 2e195d9e3275..c952b0398415 100644 --- a/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild +++ b/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild,v 1.3 2005/06/26 20:31:02 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.0.ebuild,v 1.4 2005/08/23 20:04:37 wolf31o2 Exp $ -inherit python games +inherit eutils python games DESCRIPTION="Clone of the famous Scotland Yard board game" HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/londonlaw/" |