diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-03 12:45:05 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-03 12:45:05 +0000 |
commit | b7969e0b326c3e7c7e83bfbcf1bab58f8f390990 (patch) | |
tree | cd28a63161fc163d770ded4aad3e6ab52fc38b28 /app-misc | |
parent | version bumping pygtk/gnome/orbit to 2.0.0 (diff) | |
download | historical-b7969e0b326c3e7c7e83bfbcf1bab58f8f390990.tar.gz historical-b7969e0b326c3e7c7e83bfbcf1bab58f8f390990.tar.bz2 historical-b7969e0b326c3e7c7e83bfbcf1bab58f8f390990.zip |
back to lesstif
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/grass/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/grass/Manifest | 4 | ||||
-rw-r--r-- | app-misc/grass/grass-5.0.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/grass/ChangeLog b/app-misc/grass/ChangeLog index eed26d7039f4..6f2095a75f49 100644 --- a/app-misc/grass/ChangeLog +++ b/app-misc/grass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/grass # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/ChangeLog,v 1.4 2003/08/21 23:53:40 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/ChangeLog,v 1.5 2003/09/03 12:45:00 lanius Exp $ + + 03 Sep 2003; Heinrich Wendel <lanius@gentoo.org> grass-5.0.2.ebuild: + back to lesstif, openmotif does not work .. 22 Aug 2003; Heinrich Wendel <lanius@gentoo.org> grass-5.0.2.ebuild: made dep on virtual/motif instead of lesstif (bug #25627) diff --git a/app-misc/grass/Manifest b/app-misc/grass/Manifest index ad820fd17c56..549982a0895e 100644 --- a/app-misc/grass/Manifest +++ b/app-misc/grass/Manifest @@ -1,3 +1,3 @@ -MD5 1e6d798b28ec522b9d755e3ec060aaa1 grass-5.0.2.ebuild 2576 -MD5 385557b6c3270faf2396c2183357e903 ChangeLog 878 +MD5 bf7265f4ca31782fb4c547756eaa0ead grass-5.0.2.ebuild 2579 +MD5 3b4b775744065235a09f305856d8ec7e ChangeLog 996 MD5 bdf9112abfe51ff3b2cd0547318640df files/digest-grass-5.0.2 69 diff --git a/app-misc/grass/grass-5.0.2.ebuild b/app-misc/grass/grass-5.0.2.ebuild index 337d211b57a2..5b8b65a9ce2e 100644 --- a/app-misc/grass/grass-5.0.2.ebuild +++ b/app-misc/grass/grass-5.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.3 2003/08/21 23:53:40 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grass/grass-5.0.2.ebuild,v 1.4 2003/09/03 12:45:00 lanius Exp $ DESCRIPTION="An open-source GIS with raster and vector functionality." HOMEPAGE="http://grass.baylor.edu/" @@ -34,7 +34,7 @@ DEPEND=">=sys-devel/make-3.80 postgres? ( >=dev-db/postgresql-7.3.2 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) gd? ( >=media-libs/libgd-1.8.3 ) - motif? ( virtual/motif ) + motif? ( x11-libs/lesstif ) truetype? ( >=media-libs/freetype-2.1.3 )" #nviz? ( >=media-libs/mesa-3.5 )" |