summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 17:12:35 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 17:12:35 +0000
commit56cd0600253f9b3f27d77b2ed34927aa8b8fce8c (patch)
tree87607d915b50e04c6b47078fa76fd32488d2d2ba /app-misc
parentchange glibc to libc and other magical things ! (diff)
downloadhistorical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.tar.gz
historical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.tar.bz2
historical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.zip
update libgd DEPEND
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/grass/grass-5.0.2.ebuild8
-rw-r--r--app-misc/grass/grass-5.0.3.ebuild8
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.10.ebuild4
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.11.ebuild4
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.9.ebuild4
5 files changed, 14 insertions, 14 deletions
diff --git a/app-misc/grass/grass-5.0.2.ebuild b/app-misc/grass/grass-5.0.2.ebuild
index 9ae837e8463f..a23638e5bc5f 100644
--- a/app-misc/grass/grass-5.0.2.ebuild
+++ b/app-misc/grass/grass-5.0.2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.2.ebuild,v 1.10 2004/06/24 22:14:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.2.ebuild,v 1.11 2004/06/30 17:11:23 vapier Exp $
-DESCRIPTION="An open-source GIS with raster and vector functionality."
+DESCRIPTION="An open-source GIS with raster and vector functionality"
HOMEPAGE="http://grass.itc.it/"
SRC_URI="http://grass.ibiblio.org/${PN}5/source/${P}_src.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-
IUSE="tcltk png jpeg tiff postgres odbc gd motif truetype"
# Removed cause mesa never goes stable.
# IUSE="${IUSE} nviz"
@@ -33,7 +33,7 @@ DEPEND=">=sys-devel/make-3.80
tiff? ( >=media-libs/tiff-3.5.7 )
postgres? ( >=dev-db/postgresql-7.3.2 )
odbc? ( >=dev-db/unixODBC-2.0.6 )
- gd? ( >=media-libs/libgd-1.8.3 )
+ gd? ( >=media-libs/gd-1.8.3 )
motif? ( x11-libs/openmotif )
truetype? ( >=media-libs/freetype-2.1.3 )"
#nviz? ( >=media-libs/mesa-3.5 )"
diff --git a/app-misc/grass/grass-5.0.3.ebuild b/app-misc/grass/grass-5.0.3.ebuild
index ea143d1ef2c4..b55dbc151338 100644
--- a/app-misc/grass/grass-5.0.3.ebuild
+++ b/app-misc/grass/grass-5.0.3.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.3.ebuild,v 1.8 2004/06/24 22:14:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.3.ebuild,v 1.9 2004/06/30 17:11:23 vapier Exp $
-DESCRIPTION="An open-source GIS with raster and vector functionality."
+DESCRIPTION="An open-source GIS with raster and vector functionality"
HOMEPAGE="http://grass.itc.it/"
SRC_URI="http://grass.ibiblio.org/${PN}5/source/${P}_src.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-
IUSE="tcltk png jpeg tiff postgres odbc gd motif truetype"
# Removed cause mesa never goes stable.
# IUSE="${IUSE} nviz"
@@ -33,7 +33,7 @@ DEPEND=">=sys-devel/make-3.80
tiff? ( >=media-libs/tiff-3.5.7 )
postgres? ( >=dev-db/postgresql-7.3.2 )
odbc? ( >=dev-db/unixODBC-2.0.6 )
- gd? ( >=media-libs/libgd-1.8.3 )
+ gd? ( >=media-libs/gd-1.8.3 )
motif? ( x11-libs/openmotif )
truetype? ( >=media-libs/freetype-2.1.3 )"
#nviz? ( >=media-libs/mesa-3.5 )"
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild
index 7eb420bcadcc..fc5074738815 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild,v 1.5 2004/06/28 03:52:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild,v 1.6 2004/06/30 17:12:35 vapier Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE="kde pda png X usb"
DEPEND="png? ( media-libs/libpng
sys-libs/zlib
- media-libs/libgd )"
+ media-libs/gd )"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
index 47bc52446eba..d91834941bfc 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.6 2004/06/28 03:52:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.7 2004/06/30 17:12:35 vapier Exp $
DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window"
HOMEPAGE="http://lcd4linux.sourceforge.net/"
@@ -13,7 +13,7 @@ IUSE="kde pda png X usb"
DEPEND="png? ( media-libs/libpng
sys-libs/zlib
- media-libs/libgd )"
+ media-libs/gd )"
src_compile() {
local myconf
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild
index 26f4466605bc..ab732599c893 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.8 2004/06/28 03:52:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.9 2004/06/30 17:12:35 vapier Exp $
DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window"
HOMEPAGE="http://lcd4linux.sourceforge.net/"
@@ -13,7 +13,7 @@ IUSE="kde pda png X usb"
DEPEND="png? ( media-libs/libpng
sys-libs/zlib
- media-libs/libgd )"
+ media-libs/gd )"
src_compile() {
local myconf