summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 11:38:04 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 11:38:04 +0000
commit8db732690e1ddb5f48e9d7b81dec01bc9bbfac6c (patch)
treee36ba8af4d7424187899e227a1445e7d77846e69 /x11-misc/xrmap
parentAdd missing x11-misc/xbitmaps to DEPEND, see bug #150790. (diff)
downloadgentoo-2-8db732690e1ddb5f48e9d7b81dec01bc9bbfac6c.tar.gz
gentoo-2-8db732690e1ddb5f48e9d7b81dec01bc9bbfac6c.tar.bz2
gentoo-2-8db732690e1ddb5f48e9d7b81dec01bc9bbfac6c.zip
Add missing x11-misc/imake to DEPEND, see bug #150793.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/xrmap')
-rw-r--r--x11-misc/xrmap/ChangeLog6
-rw-r--r--x11-misc/xrmap/xrmap-2.29.ebuild7
-rw-r--r--x11-misc/xrmap/xrmap-2.30.ebuild7
-rw-r--r--x11-misc/xrmap/xrmap-2.32.ebuild7
4 files changed, 20 insertions, 7 deletions
diff --git a/x11-misc/xrmap/ChangeLog b/x11-misc/xrmap/ChangeLog
index 3988d8e4890a..9d6167eb3749 100644
--- a/x11-misc/xrmap/ChangeLog
+++ b/x11-misc/xrmap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xrmap
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.11 2006/01/22 00:28:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.12 2006/10/11 11:38:04 nelchael Exp $
+
+ 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xrmap-2.29.ebuild,
+ xrmap-2.30.ebuild, xrmap-2.32.ebuild:
+ Add missing x11-misc/imake to DEPEND, see bug #150793.
22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xrmap-2.29.ebuild,
xrmap-2.30.ebuild, xrmap-2.32.ebuild:
diff --git a/x11-misc/xrmap/xrmap-2.29.ebuild b/x11-misc/xrmap/xrmap-2.29.ebuild
index 1f01520a552d..34823787e31b 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
# 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.7 2006/01/22 00:28:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.29.ebuild,v 1.8 2006/10/11 11:38:04 nelchael 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_"
@@ -19,7 +19,10 @@ RDEPEND="|| ( (
x11-libs/libXpm )
virtual/x11 )"
DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )
+ || ( (
+ x11-misc/imake
+ x11-proto/xproto )
+ virtual/x11 )
media-gfx/imagemagick
app-text/gv
sys-apps/less
diff --git a/x11-misc/xrmap/xrmap-2.30.ebuild b/x11-misc/xrmap/xrmap-2.30.ebuild
index a026a4b711b0..49026cff3b68 100644
--- a/x11-misc/xrmap/xrmap-2.30.ebuild
+++ b/x11-misc/xrmap/xrmap-2.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.30.ebuild,v 1.3 2006/01/22 00:28:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.30.ebuild,v 1.4 2006/10/11 11:38:04 nelchael 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_"
@@ -19,7 +19,10 @@ RDEPEND="|| ( (
x11-libs/libXpm )
virtual/x11 )"
DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )
+ || ( (
+ x11-misc/imake
+ x11-proto/xproto )
+ virtual/x11 )
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 83384a6f8044..b2970aedeb2f 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
# 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.2 2006/01/22 00:28:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.32.ebuild,v 1.3 2006/10/11 11:38:04 nelchael Exp $
inherit eutils
@@ -21,7 +21,10 @@ RDEPEND="|| ( (
x11-libs/libXpm )
virtual/x11 )"
DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )
+ || ( (
+ x11-misc/imake
+ x11-proto/xproto )
+ virtual/x11 )
media-gfx/imagemagick
app-text/gv
sys-apps/less