diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-01 04:15:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-01 04:15:29 +0000 |
commit | 975a13896016f474d6d67e6e0b49ffa30447af17 (patch) | |
tree | cd8ff7f61f2585e788527ef360779efc66f8552b /games-strategy/xconq | |
parent | touch (Manifest recommit) (diff) | |
download | gentoo-2-975a13896016f474d6d67e6e0b49ffa30447af17.tar.gz gentoo-2-975a13896016f474d6d67e6e0b49ffa30447af17.tar.bz2 gentoo-2-975a13896016f474d6d67e6e0b49ffa30447af17.zip |
add eutils for epatch
Diffstat (limited to 'games-strategy/xconq')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index c561b5e15b0b..965af8ef0b64 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.3 2004/11/08 02:08:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.4 2004/12/01 04:15:29 mr_bones_ Exp $ + + 30 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> xconq-7.4.1.ebuild: + add eutils for epatch 08 Nov 2004; Joseph Jezak <josejx@gentoo.org> +files/xconq-gcc-3.4.patch, xconq-7.4.1.ebuild: diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index a9794b250c3a..516ff09ec68d 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.5 2004/11/08 02:08:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.6 2004/12/01 04:15:29 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="a general strategy game system" HOMEPAGE="http://sources.redhat.com/xconq/" |