diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-01-16 09:14:09 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-01-16 09:14:09 +0000 |
commit | ddff86b67de6639a09d30ff774fe06997ce20d6a (patch) | |
tree | 7e1caaf4a2763408ed4807059c95c10a8fadd38c /x11-libs | |
parent | dev-libs/gnome-build: Add version 0.2.0 (diff) | |
download | gentoo-2-ddff86b67de6639a09d30ff774fe06997ce20d6a.tar.gz gentoo-2-ddff86b67de6639a09d30ff774fe06997ce20d6a.tar.bz2 gentoo-2-ddff86b67de6639a09d30ff774fe06997ce20d6a.zip |
x11-libs/gtksourceview: Add version 2.1.0
(Portage version: 2.1.4)
Diffstat (limited to 'x11-libs')
4 files changed, 76 insertions, 2 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index d7ab8d8b4bc9..c29c7943ccf9 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,13 @@ # 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.118 2007/12/05 23:27:07 eva Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.119 2008/01/16 09:14:08 remi Exp $ + +*gtksourceview-2.1.0 (16 Jan 2008) + + 16 Jan 2008; Rémi Cardona <remi@gentoo.org> + +files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch, + +gtksourceview-2.1.0.ebuild: + Add version 2.1.0 *gtksourceview-2.0.2 (05 Dec 2007) diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-2.1.0 b/x11-libs/gtksourceview/files/digest-gtksourceview-2.1.0 new file mode 100644 index 000000000000..4100912918e9 --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-2.1.0 @@ -0,0 +1,3 @@ +MD5 1793b2eaac40208f78757e49ac06e30f gtksourceview-2.1.0.tar.bz2 1042483 +RMD160 41d5ddfb6a62fbdece75d4758d61fc0b3e33de8d gtksourceview-2.1.0.tar.bz2 1042483 +SHA256 25f6fe3f8eb3a6761281a16fb0c9f7bf85d33fccf30c2403378093e01e599f56 gtksourceview-2.1.0.tar.bz2 1042483 diff --git a/x11-libs/gtksourceview/files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch b/x11-libs/gtksourceview/files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch new file mode 100644 index 000000000000..2f6a4ae5eba8 --- /dev/null +++ b/x11-libs/gtksourceview/files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch @@ -0,0 +1,22 @@ +--- gtk-doc.make 2007/12/20 12:52:02 540 ++++ gtk-doc.make 2008/01/14 19:22:33 541 +@@ -128,7 +128,7 @@ + cd $(srcdir) && rm -rf xml html + + install-data-local: +- installfiles=`echo $(srcdir)/html/*`; \ ++ -installfiles=`echo $(srcdir)/html/*`; \ + if test "$$installfiles" = '$(srcdir)/html/*'; \ + then echo '-- Nothing to install' ; \ + else \ +--- docs/reference/Makefile.in.old 2008-01-15 13:46:33.000000000 +0100 ++++ docs/reference/Makefile.in 2008-01-15 13:46:48.000000000 +0100 +@@ -562,7 +562,7 @@ + cd $(srcdir) && rm -rf xml html + + install-data-local: +- installfiles=`echo $(srcdir)/html/*`; \ ++ -installfiles=`echo $(srcdir)/html/*`; \ + if test "$$installfiles" = '$(srcdir)/html/*'; \ + then echo '-- Nothing to install' ; \ + else \ diff --git a/x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild b/x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild new file mode 100644 index 000000000000..857a8a497d29 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild,v 1.1 2008/01/16 09:14:08 remi Exp $ + +inherit gnome2 eutils + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="2.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 + >=dev-libs/glib-2 + >=dev-libs/libpcre-7.4" +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" + +src_unpack() { + gnome2_src_unpack + epatch "${FILESDIR}/${PN}-2.1.0-fix_gtkdoc_rebase.patch" +} + +pkg_setup() { + # Removes the gnome-vfs dep + G2CONF="${G2CONF} --disable-build-tests --with-system-pcre" +} + +src_install() { + gnome2_src_install + + insinto /usr/share/${PN}-2.0/language-specs + doins "${FILESDIR}"/2.0/gentoo.lang +} |