summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2006-10-12 18:51:21 +0000
committerMart Raudsepp <leio@gentoo.org>2006-10-12 18:51:21 +0000
commit103df776734ff4683439a3cb474755171101b541 (patch)
tree348822484ed8dd729090b4edd591b767c4c551bd /x11-libs
parentRemove old revision (diff)
downloadhistorical-103df776734ff4683439a3cb474755171101b541.tar.gz
historical-103df776734ff4683439a3cb474755171101b541.tar.bz2
historical-103df776734ff4683439a3cb474755171101b541.zip
New version for Gnome 2.16
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtksourceview/ChangeLog8
-rw-r--r--x11-libs/gtksourceview/files/digest-gtksourceview-1.8.13
-rw-r--r--x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild32
3 files changed, 42 insertions, 1 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index fda8fc4aa207..04f1246ca9eb 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.77 2006/09/13 23:22:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.78 2006/10/12 18:51:21 leio Exp $
+
+*gtksourceview-1.8.1 (12 Oct 2006)
+
+ 12 Oct 2006; Mart Raudsepp <leio@gentoo.org> -gtksourceview-1.8.0.ebuild,
+ +gtksourceview-1.8.1.ebuild:
+ New version for Gnome 2.16
13 Sep 2006; Aron Griffis <agriffis@gentoo.org>
gtksourceview-1.6.1.ebuild:
diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.1 b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.1
new file mode 100644
index 000000000000..2400158201ba
--- /dev/null
+++ b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.1
@@ -0,0 +1,3 @@
+MD5 d2db4d84918fa0ca477f7684fa2f42a3 gtksourceview-1.8.1.tar.bz2 771063
+RMD160 17bf9babe386305154782ba951f1d551903b25db gtksourceview-1.8.1.tar.bz2 771063
+SHA256 e7c6b6bd842fad8163577ed21a8d940b42aa4bb27474d88829d15ddc9fd534e4 gtksourceview-1.8.1.tar.bz2 771063
diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild
new file mode 100644
index 000000000000..2d4937509eb3
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild,v 1.1 2006/10/12 18:51:21 leio Exp $
+
+inherit gnome2
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND=">=x11-libs/gtk+-2.8
+ >=dev-libs/libxml2-2.5
+ >=gnome-base/libgnomeprint-2.8
+ >=gnome-base/gnome-vfs-2.2
+ >=dev-libs/glib-2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
+
+pkg_setup() {
+ # Removes the gnome-vfs dep
+ G2CONF="${G2CONF} --disable-build-tests"
+}