summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2008-02-05 10:44:14 +0000
committerRémi Cardona <remi@gentoo.org>2008-02-05 10:44:14 +0000
commitf536080b976ab837cdebcb38591ef61dca6fed79 (patch)
tree63d019ef22872ea7406a927a5940823beb353e13 /x11-libs/gtksourceview
parentremove apache depend implied already by mod_perl (diff)
downloadgentoo-2-f536080b976ab837cdebcb38591ef61dca6fed79.tar.gz
gentoo-2-f536080b976ab837cdebcb38591ef61dca6fed79.tar.bz2
gentoo-2-f536080b976ab837cdebcb38591ef61dca6fed79.zip
x11-libs/gtksourceview: bump to 2.1.2
(Portage version: 2.1.4.1)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r--x11-libs/gtksourceview/ChangeLog10
-rw-r--r--x11-libs/gtksourceview/files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch22
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild42
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-2.1.1.ebuild)2
4 files changed, 10 insertions, 66 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index ddf110666208..41899d04dcee 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.126 2008/02/04 04:20:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.127 2008/02/05 10:44:13 remi Exp $
+
+*gtksourceview-2.1.2 (05 Feb 2008)
+
+ 05 Feb 2008; Rémi Cardona <remi@gentoo.org>
+ -files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch,
+ -gtksourceview-2.1.0.ebuild, -gtksourceview-2.1.1.ebuild,
+ +gtksourceview-2.1.2.ebuild:
+ bump to 2.1.2, gtkdoc patch included upstream
04 Feb 2008; Jeroen Roovers <jer@gentoo.org> gtksourceview-2.0.2.ebuild:
Stable for HPPA (bug #208366).
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
deleted file mode 100644
index 2f6a4ae5eba8..000000000000
--- a/x11-libs/gtksourceview/files/gtksourceview-2.1.0-fix_gtkdoc_rebase.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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
deleted file mode 100644
index 857a8a497d29..000000000000
--- a/x11-libs/gtksourceview/gtksourceview-2.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}
diff --git a/x11-libs/gtksourceview/gtksourceview-2.1.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild
index 1cb2e0a29409..d324cea4df33 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.1.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2008/01/30 11:04:41 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild,v 1.1 2008/02/05 10:44:13 remi Exp $
inherit gnome2 eutils