diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-02 15:37:00 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-02 15:37:00 +0000 |
commit | 1b1aff3e712793cf6d713bf26b9f70b2b5b413c8 (patch) | |
tree | 1547d8807e9597b34c55e85406d58394af419758 /x11-libs | |
parent | Patch to fix make 3.81 hanging (backport of the fix in ghc-6.4.2) (diff) | |
download | gentoo-2-1b1aff3e712793cf6d713bf26b9f70b2b5b413c8.tar.gz gentoo-2-1b1aff3e712793cf6d713bf26b9f70b2b5b413c8.tar.bz2 gentoo-2-1b1aff3e712793cf6d713bf26b9f70b2b5b413c8.zip |
Bump for 2.14.1
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/digest-gtksourceview-1.6.1 | 3 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild | 31 |
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 264986724693..790f6a7b59dd 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.66 2006/03/16 20:23:56 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.67 2006/05/02 15:37:00 dang Exp $ + +*gtksourceview-1.6.1 (02 May 2006) + + 02 May 2006; Daniel Gryniewicz <dang@gentoo.org> + +gtksourceview-1.6.1.ebuild: + Bump for 2.14.1 *gtksourceview-1.6.0 (16 Mar 2006) diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-1.6.1 b/x11-libs/gtksourceview/files/digest-gtksourceview-1.6.1 new file mode 100644 index 000000000000..e98bb3cc18d6 --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-1.6.1 @@ -0,0 +1,3 @@ +MD5 f8ca3a1a746477b2b46de7ebea276db5 gtksourceview-1.6.1.tar.bz2 743991 +RMD160 c5bbca1abf5cf5ec463f92a42d1ba619c052d56c gtksourceview-1.6.1.tar.bz2 743991 +SHA256 a08e0b470d3d2b49f7c2a43a20ba5ab185044835c0f427bfe45220ae0127024d gtksourceview-1.6.1.tar.bz2 743991 diff --git a/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild new file mode 100644 index 000000000000..0ee3350ecbb7 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild @@ -0,0 +1,31 @@ +# 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.6.1.ebuild,v 1.1 2006/05/02 15:37:00 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 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.8 + >=dev-libs/libxml2-2.5 + >=gnome-base/libgnomeprint-2.8 + >=dev-libs/glib-2" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.31 + >=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" +} |