diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
commit | 35c018a1373b62d6561b4bd869f32c3790b5c179 (patch) | |
tree | 83c9674fea148bbcabe2e829ccdc785d0069bcf9 /games-action/0verkill | |
parent | Stable on amd64/x86 wrt bug #149666. (diff) | |
download | historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.gz historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.bz2 historical-35c018a1373b62d6561b4bd869f32c3790b5c179.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-action/0verkill')
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r3.ebuild | 6 | ||||
-rw-r--r-- | games-action/0verkill/ChangeLog | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild index caa220763fed..275434b0a5ca 100644 --- a/games-action/0verkill/0verkill-0.16-r3.ebuild +++ b/games-action/0verkill/0verkill-0.16-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.1 2006/06/10 12:49:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.2 2006/12/01 19:49:07 wolf31o2 Exp $ inherit eutils games -DESCRIPTION="A bloody 2D action deathmatch-like game in ASCII-ART" +DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART" HOMEPAGE="http://artax.karlin.mff.cuni.cz/~brain/0verkill/" SRC_URI="http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/${P}.tgz" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="X" -DEPEND="X? ( || ( x11-libs/libXpm virtual/x11 ) )" +DEPEND="X? ( x11-libs/libXpm )" src_unpack() { unpack ${A} diff --git a/games-action/0verkill/ChangeLog b/games-action/0verkill/ChangeLog index 6eacb2a94a63..588745cdcab6 100644 --- a/games-action/0verkill/ChangeLog +++ b/games-action/0verkill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/0verkill # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.13 2006/06/10 12:49:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.14 2006/12/01 19:49:07 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + 0verkill-0.16-r3.ebuild: + Removing old virtual/x11 dependency. *0verkill-0.16-r3 (10 Jun 2006) |