diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:16:20 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:16:20 +0000 |
commit | 36600135cdc4c8af3aee86c2bfca0ba9cdc92ec5 (patch) | |
tree | 5d922aa87bf2f262acd26279f185d4b9ddf749cb /x11-libs/gtksourceview | |
parent | gnome 2.16 (diff) | |
download | historical-36600135cdc4c8af3aee86c2bfca0ba9cdc92ec5.tar.gz historical-36600135cdc4c8af3aee86c2bfca0ba9cdc92ec5.tar.bz2 historical-36600135cdc4c8af3aee86c2bfca0ba9cdc92ec5.zip |
gnome 2.16
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/digest-gtksourceview-1.8.0 | 3 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.0.ebuild | 32 |
3 files changed, 42 insertions, 1 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index af84018a9ae7..debfda59022d 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.75 2006/09/06 05:39:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.76 2006/09/07 04:08:33 dang Exp $ + +*gtksourceview-1.8.0 (07 Sep 2006) + + 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> + +gtksourceview-1.8.0.ebuild: + New version for gnome 2.16 06 Sep 2006; Joshua Kinard <kumba@gentoo.org> gtksourceview-1.2.0.ebuild, gtksourceview-1.4.2.ebuild, gtksourceview-1.6.1.ebuild: diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.0 b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.0 new file mode 100644 index 000000000000..aaea5e33b5f0 --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.0 @@ -0,0 +1,3 @@ +MD5 caf5575b88189db9ca703afcd6cce32d gtksourceview-1.8.0.tar.bz2 789609 +RMD160 75424936b72031841c3114e355d68f050051c614 gtksourceview-1.8.0.tar.bz2 789609 +SHA256 0bb16d383f0e9ae1f33483740a02ac485ee31d02c4c1937fe6fce9546869ab33 gtksourceview-1.8.0.tar.bz2 789609 diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.0.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.0.ebuild new file mode 100644 index 000000000000..ece54e6ba61d --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-1.8.0.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.0.ebuild,v 1.1 2006/09/07 04:08:33 dang 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" +} |