diff options
author | 2003-09-07 22:48:14 +0000 | |
---|---|---|
committer | 2003-09-07 22:48:14 +0000 | |
commit | 9c9059ff45f063c3f8cb52a6222a400903a82df4 (patch) | |
tree | 8059a5221258f0bebe2f09ae48b037e311035b35 /x11-libs/gtksourceview | |
parent | Version bumped. (diff) | |
download | historical-9c9059ff45f063c3f8cb52a6222a400903a82df4.tar.gz historical-9c9059ff45f063c3f8cb52a6222a400903a82df4.tar.bz2 historical-9c9059ff45f063c3f8cb52a6222a400903a82df4.zip |
gnome 2.4 rc1 commit
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtksourceview/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.6.0.ebuild | 26 | ||||
-rw-r--r-- | x11-libs/gtksourceview/metadata.xml | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog new file mode 100644 index 000000000000..2873770a8fa7 --- /dev/null +++ b/x11-libs/gtksourceview/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2003/09/07 22:48:04 foser Exp $ + +*gtksourceview-0.6.0 (07 Sep 2003) + + 07 Sep 2003; foser <foser@gentoo.org> gtksourceview-0.6.0.ebuild, ChangeLog, metadata.xml : + Initial commit, also move from app-text old version + Added to gnome herd diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest new file mode 100644 index 000000000000..abc771d7370e --- /dev/null +++ b/x11-libs/gtksourceview/Manifest @@ -0,0 +1,3 @@ +MD5 9a1bf4252bc4e3c35ab98bd99c130c89 gtksourceview-0.6.0.ebuild 700 +MD5 66429791ffe33e786508c2f8b88f9ab3 ChangeLog 431 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 diff --git a/x11-libs/gtksourceview/gtksourceview-0.6.0.ebuild b/x11-libs/gtksourceview/gtksourceview-0.6.0.ebuild new file mode 100644 index 000000000000..b5d416d12f96 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-0.6.0.ebuild @@ -0,0 +1,26 @@ +# 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.6.0.ebuild,v 1.1 2003/09/07 22:48:04 foser 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" +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" + diff --git a/x11-libs/gtksourceview/metadata.xml b/x11-libs/gtksourceview/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/x11-libs/gtksourceview/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |