diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 19:01:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 19:01:10 +0000 |
commit | c95ad38105364f36718297158567ea72043a13df (patch) | |
tree | ad3231cf69daad73e06d26c036f0e69476c15e53 /games-board | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-c95ad38105364f36718297158567ea72043a13df.tar.gz gentoo-2-c95ad38105364f36718297158567ea72043a13df.tar.bz2 gentoo-2-c95ad38105364f36718297158567ea72043a13df.zip |
inherit eutils for epatch
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnocatan/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog index 3e553ffe0138..fed9b7f19db9 100644 --- a/games-board/gnocatan/ChangeLog +++ b/games-board/gnocatan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnocatan # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.7 2004/02/24 16:38:41 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.8 2004/03/31 19:01:10 mr_bones_ Exp $ + + 31 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + gnocatan-0.8.1.16-r1.ebuild: + inherit eutils for epatch *gnocatan-0.8.1.16-r1 (24 Feb 2004) diff --git a/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild b/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild index 47f8fe1ba808..0f81e41977ce 100644 --- a/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild +++ b/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild,v 1.2 2004/02/29 10:20:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.16-r1.ebuild,v 1.3 2004/03/31 19:01:10 mr_bones_ Exp $ -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="A clone of the popular board game The Settlers of Catan" HOMEPAGE="http://gnocatan.sourceforge.net/" |