summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-05-03 11:01:32 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-05-03 11:01:32 +0000
commit8a20c892f8e57c943f9eeb9500185c907c51b2b4 (patch)
treefd042846c093bed9f2db063a10e80058e2c82738
parentsparc stable wrt #265085 (diff)
downloadgentoo-2-8a20c892f8e57c943f9eeb9500185c907c51b2b4.tar.gz
gentoo-2-8a20c892f8e57c943f9eeb9500185c907c51b2b4.tar.bz2
gentoo-2-8a20c892f8e57c943f9eeb9500185c907c51b2b4.zip
New version for GNOME 2.26. Misc bugfixes, update to lang files and translation updates. Clean up old revisions.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
-rw-r--r--x11-libs/gtksourceview/ChangeLog11
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild37
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild39
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild39
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild)6
5 files changed, 13 insertions, 119 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index 5ad1308f85f7..9c6c90a0087b 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.157 2009/04/28 11:02:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.158 2009/05/03 11:01:32 eva Exp $
+
+*gtksourceview-2.6.1 (03 May 2009)
+
+ 03 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -gtksourceview-2.0.2.ebuild, -gtksourceview-2.2.1.ebuild,
+ -gtksourceview-2.2.2.ebuild, -gtksourceview-2.4.1.ebuild,
+ +gtksourceview-2.6.1.ebuild:
+ New version for GNOME 2.26. Misc bugfixes, update to lang files and
+ translation updates. Clean up old revisions.
28 Apr 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
sh stable
diff --git a/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild
deleted file mode 100644
index 567afe14dbe6..000000000000
--- a/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild
+++ /dev/null
@@ -1,37 +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.0.2.ebuild,v 1.10 2008/06/15 19:47:58 swegener 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"
-
-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.2.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild
deleted file mode 100644
index 0e9db9f8a33a..000000000000
--- a/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild
+++ /dev/null
@@ -1,39 +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.2.1.ebuild,v 1.6 2008/08/12 13:41:36 armin76 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"
-
-# glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not
-# build a copy of it. However gtk+-2.12 already can't work with lower version
-# than that
-RDEPEND=">=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.5
- >=dev-libs/glib-2.14"
-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"
-
-pkg_setup() {
- # Removes the gnome-vfs dep
- G2CONF="${G2CONF} --disable-build-tests"
-}
-
-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.2.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild
deleted file mode 100644
index 51f6c72f068c..000000000000
--- a/x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild
+++ /dev/null
@@ -1,39 +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.2.2.ebuild,v 1.8 2008/11/13 19:15:49 ranger 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"
-
-# glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not
-# build a copy of it. However gtk+-2.12 already can't work with lower version
-# than that
-RDEPEND=">=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.5
- >=dev-libs/glib-2.14"
-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"
-
-pkg_setup() {
- # Removes the gnome-vfs dep
- G2CONF="${G2CONF} --disable-build-tests"
-}
-
-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.4.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild
index cd0549542c0d..ba31a24f1f70 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild,v 1.1 2008/11/01 18:02:13 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild,v 1.1 2009/05/03 11:01:32 eva Exp $
inherit gnome2
@@ -27,5 +27,5 @@ src_install() {
gnome2_src_install
insinto /usr/share/${PN}-2.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang
+ doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
}