diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-10-20 15:14:43 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-10-20 15:14:43 +0000 |
commit | 5e45407379e88071a6434ac020c686e1594ac818 (patch) | |
tree | 945ec59cd4e12ab4e8d54bb15149c750ffa14446 /x11-libs/gtksourceview | |
parent | New version (diff) | |
download | gentoo-2-5e45407379e88071a6434ac020c686e1594ac818.tar.gz gentoo-2-5e45407379e88071a6434ac020c686e1594ac818.tar.bz2 gentoo-2-5e45407379e88071a6434ac020c686e1594ac818.zip |
New version
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtksourceview/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/digest-gtksourceview-0.7.0 | 1 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.7.0.ebuild | 28 |
4 files changed, 37 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 2834fc721ff9..9f1cd04a01ab 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.6 2003/10/17 03:57:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.7 2003/10/20 15:14:31 obz Exp $ + +*gtksourceview-0.7.0 (20 Oct 2003) + + 20 Oct 2003; Mike Gardiner <obz@gentoo.org> gtksourceview-0.7.0.ebuild: + New version 16 Oct 2003; Aron Griffis <agriffis@gentoo.org> gtksourceview-0.6.0.ebuild: Stable on alpha diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest index 91a0da1e669f..75a4192993cd 100644 --- a/x11-libs/gtksourceview/Manifest +++ b/x11-libs/gtksourceview/Manifest @@ -1,6 +1,6 @@ MD5 354edd1a22dfee5b1a0fac8bdf912f4b gtksourceview-0.6.0.ebuild 727 -MD5 354edd1a22dfee5b1a0fac8bdf912f4b gtksourceview-0.7.0.ebuild 727 -MD5 46f07e992a6d80186eb48f323e832cb8 ChangeLog 908 +MD5 380fc4bb7fc78c819c95c3d19fd0c505 gtksourceview-0.7.0.ebuild 803 +MD5 b5e4a617efe9646a883e34b07eeab69b ChangeLog 1028 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 9d48eb7e7f723c9f9b2be960e63ab6a8 files/digest-gtksourceview-0.6.0 72 MD5 1402eb2fe2d5eccbb5213a7e3979480e files/digest-gtksourceview-0.7.0 72 diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-0.7.0 b/x11-libs/gtksourceview/files/digest-gtksourceview-0.7.0 new file mode 100644 index 000000000000..caadb2e947ed --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-0.7.0 @@ -0,0 +1 @@ +MD5 e9c04b40f1f44dd6ab6a95f7ad7b7258 gtksourceview-0.7.0.tar.bz2 553205 diff --git a/x11-libs/gtksourceview/gtksourceview-0.7.0.ebuild b/x11-libs/gtksourceview/gtksourceview-0.7.0.ebuild new file mode 100644 index 000000000000..601fb5250f7b --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-0.7.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.0.ebuild,v 1.1 2003/10/20 15:14:31 obz Exp $ + +inherit gnome2 + +DESCRIPTION="GTK text widget with syntax highlighting and other features typical for a source editor" +HOMEPAGE="http://www.gnome.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.2 + >=dev-libs/libxml2-2.5 + >=gnome-base/libgnomeprint-2.2" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.27 + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +# Removes the gnome-vfs dep +G2CONF="${G2CONF} --disable-build-tests" + +DOCS="AUTHORS COPYING ChangeLog HACKING INSTALL MAINTAINERS NEWS README TODO" + |