diff options
author | 2004-06-30 17:12:35 +0000 | |
---|---|---|
committer | 2004-06-30 17:12:35 +0000 | |
commit | 56cd0600253f9b3f27d77b2ed34927aa8b8fce8c (patch) | |
tree | 87607d915b50e04c6b47078fa76fd32488d2d2ba /app-misc/grass | |
parent | change glibc to libc and other magical things ! (diff) | |
download | historical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.tar.gz historical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.tar.bz2 historical-56cd0600253f9b3f27d77b2ed34927aa8b8fce8c.zip |
update libgd DEPEND
Diffstat (limited to 'app-misc/grass')
-rw-r--r-- | app-misc/grass/grass-5.0.2.ebuild | 8 | ||||
-rw-r--r-- | app-misc/grass/grass-5.0.3.ebuild | 8 |
2 files changed, 8 insertions, 8 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 )" |