diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-04 12:55:21 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-04 12:55:21 +0000 |
commit | 3d81afa71fab870b036b7cf85a20875b5c7817a5 (patch) | |
tree | a719616896a92eff92f65841eb44477e26fb5b00 /app-text/ggv | |
parent | new msn client (diff) | |
download | historical-3d81afa71fab870b036b7cf85a20875b5c7817a5.tar.gz historical-3d81afa71fab870b036b7cf85a20875b5c7817a5.tar.bz2 historical-3d81afa71fab870b036b7cf85a20875b5c7817a5.zip |
New version and dependencies update.
Diffstat (limited to 'app-text/ggv')
-rw-r--r-- | app-text/ggv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.99.8 | 1 | ||||
-rw-r--r-- | app-text/ggv/ggv-1.99.8.ebuild | 31 |
3 files changed, 37 insertions, 1 deletions
diff --git a/app-text/ggv/ChangeLog b/app-text/ggv/ChangeLog index 781a45ef1569..a08422b219b8 100644 --- a/app-text/ggv/ChangeLog +++ b/app-text/ggv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ggv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.10 2002/06/30 18:48:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.11 2002/07/04 12:55:21 stroke Exp $ + +*ggv-1.99.8 (04 Jul 2002) + 04 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> ggv-1.99.8.ebuild : + New version and dependencies update. *ggv-1.1.94 (30 Jun 2002) 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : diff --git a/app-text/ggv/files/digest-ggv-1.99.8 b/app-text/ggv/files/digest-ggv-1.99.8 new file mode 100644 index 000000000000..65a7f0ee7bfd --- /dev/null +++ b/app-text/ggv/files/digest-ggv-1.99.8 @@ -0,0 +1 @@ +MD5 85770d0bae940b53fd0ea8befd781278 ggv-1.99.8.tar.gz 670770 diff --git a/app-text/ggv/ggv-1.99.8.ebuild b/app-text/ggv/ggv-1.99.8.ebuild new file mode 100644 index 000000000000..6b4924abe661 --- /dev/null +++ b/app-text/ggv/ggv-1.99.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.99.8.ebuild,v 1.1 2002/07/04 12:55:21 stroke Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="your favourite PostScript previewer" +SRC_URI="mirror://gnome/sources/ggv/${P}.tar.gz" +HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="GPL-2" + +DEPEND=">=x11-libs/gtk+-2.0.5 + >=x11-libs/pango-1.0.3 + >=dev-libs/glib-2.0.4 + >=gnome-base/libbonoboui-2.0.0 + >=gnome-base/libgnome-2.0.1 + >=gnome-base/libgnomeui-2.0.1 + >=gnome-base/ORBit2-2.4.0 + >=gnome-base/libglade-2.0.0 + app-text/ghostscript + >=dev-libs/popt-1.6" + +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc ) + >=dev-util/pkgconfig-0.12.0" + + +G2CONF="${G2CONF} --disable-install-schemas --enable-platform-gnome-2" +DOC="AUTHORS COPYING ChangeL* INSTALL MAINTAINERS NEWS README* TODO*" |