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 | f45cbdb04bffad34ae6262fb826ab1509aa3ff21 (patch) | |
tree | 9efbded95096e7eadcbafceac47804b06873d10b /x11-libs/gtksourceview | |
parent | New version (diff) | |
download | historical-f45cbdb04bffad34ae6262fb826ab1509aa3ff21.tar.gz historical-f45cbdb04bffad34ae6262fb826ab1509aa3ff21.tar.bz2 historical-f45cbdb04bffad34ae6262fb826ab1509aa3ff21.zip |
New version
Diffstat (limited to 'x11-libs/gtksourceview')
-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 |
3 files changed, 31 insertions, 2 deletions
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" + |