diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-09 07:57:25 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-09 07:57:25 +0000 |
commit | 1e957b341b575c5ade9eab1f8c797cccadf450e1 (patch) | |
tree | f870cd4b0efed6f1d4f1caf8accbaf3a42b87d1f /x11-misc/xrmap | |
parent | sdlvexed has been package masked for removal. (diff) | |
download | gentoo-2-1e957b341b575c5ade9eab1f8c797cccadf450e1.tar.gz gentoo-2-1e957b341b575c5ade9eab1f8c797cccadf450e1.tar.bz2 gentoo-2-1e957b341b575c5ade9eab1f8c797cccadf450e1.zip |
Stop using virtual/x11.
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-misc/xrmap')
-rw-r--r-- | x11-misc/xrmap/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xrmap/xrmap-2.29.ebuild | 16 | ||||
-rw-r--r-- | x11-misc/xrmap/xrmap-2.32.ebuild | 16 |
3 files changed, 17 insertions, 21 deletions
diff --git a/x11-misc/xrmap/ChangeLog b/x11-misc/xrmap/ChangeLog index 3a822a0ba204..a26cc8216559 100644 --- a/x11-misc/xrmap/ChangeLog +++ b/x11-misc/xrmap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrmap # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.14 2007/02/22 00:08:56 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.15 2007/03/09 07:57:25 drac Exp $ + + 09 Mar 2007; Samuli Suominen <drac@gentoo.org> xrmap-2.29.ebuild, + xrmap-2.32.ebuild: + Stop using virtual/x11. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/xrmap/xrmap-2.29.ebuild b/x11-misc/xrmap/xrmap-2.29.ebuild index 34823787e31b..514173ca8274 100644 --- a/x11-misc/xrmap/xrmap-2.29.ebuild +++ b/x11-misc/xrmap/xrmap-2.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.29.ebuild,v 1.8 2006/10/11 11:38:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.29.ebuild,v 1.9 2007/03/09 07:57:25 drac Exp $ DESCRIPTION="The Xrmap program is a X client for generating images of the Earth and manipulating the CIA World data bank" HOMEPAGE="http://frmas.free.fr/li_1.htm#_Xrmap_" @@ -14,15 +14,11 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="zlib" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - x11-proto/xproto ) - virtual/x11 ) + x11-misc/imake + x11-proto/xproto media-gfx/imagemagick app-text/gv sys-apps/less diff --git a/x11-misc/xrmap/xrmap-2.32.ebuild b/x11-misc/xrmap/xrmap-2.32.ebuild index b2970aedeb2f..f407a9d29a2d 100644 --- a/x11-misc/xrmap/xrmap-2.32.ebuild +++ b/x11-misc/xrmap/xrmap-2.32.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.32.ebuild,v 1.3 2006/10/11 11:38:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.32.ebuild,v 1.4 2007/03/09 07:57:25 drac Exp $ inherit eutils @@ -16,15 +16,11 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="zlib" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - x11-proto/xproto ) - virtual/x11 ) + x11-misc/imake + x11-proto/xproto media-gfx/imagemagick app-text/gv sys-apps/less |