diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-28 02:12:18 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-28 02:12:18 +0000 |
commit | cfc7e7d87c839c66581378eac0a744cb6c0e5328 (patch) | |
tree | 1efb45794ff54c0f2c81ae5183176a4780e72354 /x11-libs | |
parent | gnome 2.18.0 (diff) | |
download | gentoo-2-cfc7e7d87c839c66581378eac0a744cb6c0e5328.tar.gz gentoo-2-cfc7e7d87c839c66581378eac0a744cb6c0e5328.tar.bz2 gentoo-2-cfc7e7d87c839c66581378eac0a744cb6c0e5328.zip |
gnome 2.18.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/digest-gtksourceview-1.8.5 | 3 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild | 31 |
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index db752af19d0d..a19832e2110d 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.90 2007/03/10 15:17:58 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.91 2007/03/28 02:12:18 dang Exp $ + +*gtksourceview-1.8.5 (28 Mar 2007) + + 28 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> + +gtksourceview-1.8.5.ebuild: + gnome 2.18.0 10 Mar 2007; Roy Marples <uberlord@gentoo.org> gtksourceview-1.8.4.ebuild: Added ~x86-fbsd keyword. diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.5 b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.5 new file mode 100644 index 000000000000..2908af7aa67f --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-1.8.5 @@ -0,0 +1,3 @@ +MD5 de67df2944c1cccbc2d0b4a738e11050 gtksourceview-1.8.5.tar.bz2 785000 +RMD160 978c59d5f99baeb5d8b9c3c14246ffc48ce150f8 gtksourceview-1.8.5.tar.bz2 785000 +SHA256 19c6575457fb99764f3e71197503e4c275bd03e35245afe1cf3b584e70bf0f8d gtksourceview-1.8.5.tar.bz2 785000 diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild new file mode 100644 index 000000000000..f2185c7e1d63 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild,v 1.1 2007/03/28 02:12:18 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 ~sh ~sparc ~x86 ~x86-fbsd" +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" +} |