diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-10-05 00:26:56 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-10-05 00:26:56 +0000 |
commit | 6d71b8936d4de440ae6e2b70367c25f7bb667a3f (patch) | |
tree | 58e480411342cf370b8dd2c05d82394dc8e1de3b /x11-libs/gtksourceview | |
parent | version bump, new parentless-dialog-fix use flag (diff) | |
download | gentoo-2-6d71b8936d4de440ae6e2b70367c25f7bb667a3f.tar.gz gentoo-2-6d71b8936d4de440ae6e2b70367c25f7bb667a3f.tar.bz2 gentoo-2-6d71b8936d4de440ae6e2b70367c25f7bb667a3f.zip |
Fix configure flags passing; add ~mips keyword
(Portage version: 2.1.9.11/cvs/Linux mips64)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild) | 11 |
3 files changed, 15 insertions, 12 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index afdd369007d9..bc4ca2d365db 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.186 2010/09/28 21:29:29 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.187 2010/10/05 00:26:56 leio Exp $ + +*gtksourceview-2.10.5-r1 (05 Oct 2010) + + 05 Oct 2010; Mart Raudsepp <leio@gentoo.org> gtksourceview-2.10.4.ebuild, + -gtksourceview-2.10.5.ebuild, +gtksourceview-2.10.5-r1.ebuild: + Fix configure flags passing; add ~mips keyword *gtksourceview-2.10.5 (28 Sep 2010) diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild index d07df8b333ee..e2791ee1543f 100644 --- a/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.7 2010/09/11 18:35:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.8 2010/10/05 00:26:56 leio Exp $ EAPI="2" GCONF_DEBUG="no" @@ -27,12 +27,6 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" -pkg_config() { - G2CONF="${G2CONF} - --disable-maintainer-mode - $(use-enable glade glade-catalog)" -} - src_prepare() { gnome2_src_prepare diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild index e4ab9d381b51..e7317ffcb1d9 100644 --- a/x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild,v 1.1 2010/09/28 21:29:29 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild,v 1.1 2010/10/05 00:26:56 leio Exp $ EAPI="2" GCONF_DEBUG="no" @@ -12,9 +12,12 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2.0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc glade" +# FIXME: We could avoid the glade conditional and dep completely if upstream +# would have a --with-glade-catalogdir that would allow to pass the system +# glade catalog dir, instead of needing gladeui-1.0.pc installed from dev-util/glade RDEPEND=">=x11-libs/gtk+-2.12 >=dev-libs/libxml2-2.5 >=dev-libs/glib-2.14 @@ -27,10 +30,10 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" -pkg_config() { +pkg_setup() { G2CONF="${G2CONF} --disable-maintainer-mode - $(use-enable glade glade-catalog)" + $(use_enable glade glade-catalog)" } src_prepare() { |