diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-11 15:29:24 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-11 15:29:24 +0000 |
commit | 21eb2deb1aa0845d1f3115831c2ca7f8e1935d60 (patch) | |
tree | e00bc3b4898a96562dc366bc2267619365daebfd /app-text | |
parent | emerge-webrsync fixed (diff) | |
download | historical-21eb2deb1aa0845d1f3115831c2ca7f8e1935d60.tar.gz historical-21eb2deb1aa0845d1f3115831c2ca7f8e1935d60.tar.bz2 historical-21eb2deb1aa0845d1f3115831c2ca7f8e1935d60.zip |
added new version and fixed the ChangeLog to include files
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ggv/ChangeLog | 13 | ||||
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.99.96 | 1 | ||||
-rw-r--r-- | app-text/ggv/ggv-1.99.96.ebuild | 33 |
3 files changed, 44 insertions, 3 deletions
diff --git a/app-text/ggv/ChangeLog b/app-text/ggv/ChangeLog index 1a5c6edcb12a..a27713b72ccc 100644 --- a/app-text/ggv/ChangeLog +++ b/app-text/ggv/ChangeLog @@ -1,15 +1,22 @@ # 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.17 2002/10/19 01:18:55 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.18 2002/11/11 15:29:24 spider Exp $ + +*ggv-1.99.96 (11 Nov 2002) : + + 11 Nov 2002; Spider <spider@gentoo.org> ggv-1.99.96.ebuild + files/digest-ggc-1.99.96 ChangeLog : Updated to latest version, marked as + testing and fixed previous changelog entries. + *ggv-1.99.95 (19 Oct 2002) - 19 Oct 2002; foser <foser@gentoo.org> : + 19 Oct 2002; foser <foser@gentoo.org> ggv-1.99.95.ebuild : Official security update *ggv-1.99.90-r1 (17 Oct 2002) - 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> : + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> ggv-1.99.90-r1.ebuild : Security update. *ggv-1.99.90 (06 Sep 2002) diff --git a/app-text/ggv/files/digest-ggv-1.99.96 b/app-text/ggv/files/digest-ggv-1.99.96 new file mode 100644 index 000000000000..1a7fb0d7bf81 --- /dev/null +++ b/app-text/ggv/files/digest-ggv-1.99.96 @@ -0,0 +1 @@ +MD5 c4020a2981cac5fc9b48ca55559b20e3 ggv-1.99.96.tar.bz2 600423 diff --git a/app-text/ggv/ggv-1.99.96.ebuild b/app-text/ggv/ggv-1.99.96.ebuild new file mode 100644 index 000000000000..e4ebaf556add --- /dev/null +++ b/app-text/ggv/ggv-1.99.96.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.99.96.ebuild,v 1.1 2002/11/11 15:29:24 spider Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="your favourite PostScript previewer" +HOMEPAGE="http://www.gnome.org/" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + >=x11-libs/pango-1.0.4 + >=dev-libs/glib-2.0.6 + >=gnome-base/libbonoboui-2.0.3 + >=gnome-base/libgnome-2.0.4 + >=gnome-base/libgnomeui-2.0.5 + >=gnome-base/ORBit2-2.4.1 + >=gnome-base/libglade-2.0.1 + 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*" |