diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-02 12:13:38 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-02 12:13:38 +0000 |
commit | 7f87ffe6f11bb18cb9e29ec07274a4e2116b9591 (patch) | |
tree | 6317496c28f9bd2a618f1b6d77ab47af6dcb6778 /app-text/ggv | |
parent | Fixed the ebuild to work on PPC again. (diff) | |
download | historical-7f87ffe6f11bb18cb9e29ec07274a4e2116b9591.tar.gz historical-7f87ffe6f11bb18cb9e29ec07274a4e2116b9591.tar.bz2 historical-7f87ffe6f11bb18cb9e29ec07274a4e2116b9591.zip |
New eclassed version
Diffstat (limited to 'app-text/ggv')
-rw-r--r-- | app-text/ggv/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.99.6 | 1 | ||||
-rw-r--r-- | app-text/ggv/ggv-1.99.6.ebuild | 32 |
3 files changed, 38 insertions, 2 deletions
diff --git a/app-text/ggv/ChangeLog b/app-text/ggv/ChangeLog index 81aba84cd247..bf3d73156654 100644 --- a/app-text/ggv/ChangeLog +++ b/app-text/ggv/ChangeLog @@ -1,8 +1,11 @@ # 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.4 2002/05/23 00:25:46 spider Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.5 2002/06/02 12:13:38 spider Exp $ +*ggv-1.99.6 (1 Jun 2002) + 1 Jun 2002; Spider <spider@gentoo.org> ggv-1.99.6.ebuild: + Use gnome2.eclass now instead + *ggv-1.99.4 (22 May 2002) 22 May 2002; Spider <spider@gentoo.org> ggv-1.99.4.ebuild ggv-1.99.5.ebuild : .4 is the last known working gnome2 until next gtk+ version is released diff --git a/app-text/ggv/files/digest-ggv-1.99.6 b/app-text/ggv/files/digest-ggv-1.99.6 new file mode 100644 index 000000000000..1921b8116242 --- /dev/null +++ b/app-text/ggv/files/digest-ggv-1.99.6 @@ -0,0 +1 @@ +MD5 dda308674c0674ecc33090a8f9df2fd2 ggv-1.99.6.tar.gz 642349 diff --git a/app-text/ggv/ggv-1.99.6.ebuild b/app-text/ggv/ggv-1.99.6.ebuild new file mode 100644 index 000000000000..c76d86704939 --- /dev/null +++ b/app-text/ggv/ggv-1.99.6.ebuild @@ -0,0 +1,32 @@ +# 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.6.ebuild,v 1.1 2002/06/02 12:13:38 spider Exp $ + + + +inherit gnome2 +S=${WORKDIR}/${P} +DESCRIPTION="your favourite PostScript previewer" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/ggv/${P}.tar.gz" +HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="GPL-2" + +DEPEND=">=x11-libs/gtk+-2.0.0 + >=x11-libs/pango-1.0.0 + >=dev-libs/glib-2.0.0 + >=gnome-base/libbonoboui-1.113.0 + >=gnome-base/libgnome-1.113.0 + >=gnome-base/ORBit2-2.3.106 + >=gnome-base/libglade-1.99.9 + 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*" +SCHEMA="ggv.schemas" |