public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild
@ 2010-02-25  0:19 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-02-25  0:19 UTC (permalink / raw
  To: gentoo-commits

eva         10/02/25 00:19:50

  Modified:             ChangeLog
  Added:                anjuta-2.28.2.0.ebuild
  Log:
  Version bump, build fixes and other fixes.
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.105                dev-util/anjuta/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	24 Jan 2010 23:21:28 -0000	1.104
+++ ChangeLog	25 Feb 2010 00:19:50 -0000	1.105
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.104 2010/01/24 23:21:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.105 2010/02/25 00:19:50 eva Exp $
+
+*anjuta-2.28.2.0 (25 Feb 2010)
+
+  25 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  +anjuta-2.28.2.0.ebuild:
+  Version bump, build fixes and other fixes.
 
   24 Jan 2010; Gilles Dartiguelongue <eva@gentoo.org> -anjuta-2.24.1.ebuild,
   -anjuta-2.26.2.0.ebuild, anjuta-2.28.1.0.ebuild:



1.1                  dev-util/anjuta/anjuta-2.28.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.1&content-type=text/plain

Index: anjuta-2.28.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.1 2010/02/25 00:19:50 eva Exp $

EAPI="2"

inherit autotools eutils gnome2 flag-o-matic

DESCRIPTION="A versatile IDE for GNOME"
HOMEPAGE="http://www.anjuta.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="debug devhelp doc glade +sourceview subversion +symbol-db test"

# FIXME: Anjuta has some CRITICAL and WARNINGS messages, that would be nice to fix them and/or report on upstream
RDEPEND=">=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.14
	>=gnome-base/orbit-2.6
	>=gnome-base/gconf-2.12
	>=x11-libs/vte-0.13.1
	>=dev-libs/libxml2-2.4.23
	>=dev-libs/gdl-2.27.1
	>=dev-libs/libunique-1

	dev-libs/libxslt
	>=dev-lang/perl-5
	dev-perl/Locale-gettext
	sys-devel/autogen

	devhelp? (
		>=dev-util/devhelp-0.22
		>=net-libs/webkit-gtk-1 )
	glade? ( >=dev-util/glade-3.6.0 )
	subversion? (
		>=dev-util/subversion-1.5.0
		>=net-misc/neon-0.28.2
		>=dev-libs/apr-1
		>=dev-libs/apr-util-1 )
	sourceview? ( >=x11-libs/gtksourceview-2.4 )
	symbol-db? (
		gnome-extra/libgda:4
		dev-util/ctags )"
DEPEND="${RDEPEND}
	!!dev-libs/gnome-build
	>=sys-devel/gettext-0.14
	>=dev-util/intltool-0.35
	>=dev-util/pkgconfig-0.20
	>=app-text/scrollkeeper-0.3.14-r2
	>=app-text/gnome-doc-utils-0.3.2
	dev-util/gtk-doc-am
	doc? ( >=dev-util/gtk-doc-1.4 )
	test? (
		~app-text/docbook-xml-dtd-4.1.2
		~app-text/docbook-xml-dtd-4.5 )"

DOCS="AUTHORS ChangeLog FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"

pkg_setup() {
	if ! use symbol-db; then
		ewarn "You have disabled symbol-db, which will disallow using projects"
	fi

	if ! use sourceview; then
		ewarn "You have disabled sourceview, which means you now have no editor"
	fi

	G2CONF="${G2CONF}
		--docdir=/usr/share/doc/${PF}
		$(use_enable debug)
		$(use_enable devhelp plugin-devhelp)
		$(use_enable glade plugin-glade)
		$(use_enable sourceview plugin-sourceview)
		$(use_enable subversion plugin-subversion)
		$(use_enable symbol-db plugin-symbol-db)"

	# Conflics wiht -pg in a plugin, bug #266777
	filter-flags -fomit-frame-pointer
}

src_prepare() {
	gnome2_src_prepare

	# Make Symbol DB optional
	epatch "${FILESDIR}/${PN}-2.28.1.0-symbol-db-optional.patch"

	# Do not force the debugging mode when --disable-debug
	# is given on the command line.
	epatch "${FILESDIR}/${PN}-2.28.1.0-debug-mode.patch"

	intltoolize --force --copy --automake || die "intltoolize failed"
	eautoreconf
}

src_install() {
	# Anjuta uses a custom rule to install DOCS, get rid of it
	gnome2_src_install
	rm -rf "${D}"/usr/share/doc/${PN} || die "rm failed"
}

pkg_postinst() {
	gnome2_pkg_postinst

	ebeep 1
	elog ""
	elog "Some project templates may require additional development"
	elog "libraries to function correctly. It goes beyond the scope"
	elog "of this ebuild to provide them."
	epause 5
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild
@ 2010-03-06 20:20 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-03-06 20:20 UTC (permalink / raw
  To: gentoo-commits

pacho       10/03/06 20:20:32

  Modified:             ChangeLog anjuta-2.28.2.0.ebuild
  Log:
  amd64 stable, bug 298200
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.106                dev-util/anjuta/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	25 Feb 2010 00:19:50 -0000	1.105
+++ ChangeLog	6 Mar 2010 20:20:31 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.105 2010/02/25 00:19:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.106 2010/03/06 20:20:31 pacho Exp $
+
+  06 Mar 2010; Pacho Ramos <pacho@gentoo.org> anjuta-2.28.2.0.ebuild:
+  amd64 stable, bug 298200
 
 *anjuta-2.28.2.0 (25 Feb 2010)
 



1.2                  dev-util/anjuta/anjuta-2.28.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?r1=1.1&r2=1.2

Index: anjuta-2.28.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anjuta-2.28.2.0.ebuild	25 Feb 2010 00:19:50 -0000	1.1
+++ anjuta-2.28.2.0.ebuild	6 Mar 2010 20:20:31 -0000	1.2
@@ -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/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.1 2010/02/25 00:19:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.2 2010/03/06 20:20:31 pacho Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="debug devhelp doc glade +sourceview subversion +symbol-db test"
 
 # FIXME: Anjuta has some CRITICAL and WARNINGS messages, that would be nice to fix them and/or report on upstream






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild
@ 2010-03-16 18:31 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-16 18:31 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/16 18:31:35

  Modified:             ChangeLog anjuta-2.28.2.0.ebuild
  Log:
  stable x86, bug 298200
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.108                dev-util/anjuta/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	12 Mar 2010 09:49:30 -0000	1.107
+++ ChangeLog	16 Mar 2010 18:31:34 -0000	1.108
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.107 2010/03/12 09:49:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.108 2010/03/16 18:31:34 fauli Exp $
+
+  16 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+  anjuta-2.28.2.0.ebuild:
+  stable x86, bug 298200
 
   12 Mar 2010; Pacho Ramos <pacho@gentoo.org> -anjuta-1.2.4-r1.ebuild,
   -anjuta-2.4.2.ebuild, -anjuta-2.26.2.2.ebuild, -anjuta-2.28.1.0.ebuild:



1.3                  dev-util/anjuta/anjuta-2.28.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?r1=1.2&r2=1.3

Index: anjuta-2.28.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anjuta-2.28.2.0.ebuild	6 Mar 2010 20:20:31 -0000	1.2
+++ anjuta-2.28.2.0.ebuild	16 Mar 2010 18:31:34 -0000	1.3
@@ -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/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.2 2010/03/06 20:20:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.3 2010/03/16 18:31:34 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE="debug devhelp doc glade +sourceview subversion +symbol-db test"
 
 # FIXME: Anjuta has some CRITICAL and WARNINGS messages, that would be nice to fix them and/or report on upstream






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild
@ 2010-04-07 18:43 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-04-07 18:43 UTC (permalink / raw
  To: gentoo-commits

ranger      10/04/07 18:43:40

  Modified:             ChangeLog anjuta-2.28.2.0.ebuild
  Log:
  Marking anjuta-2.28.2.0 ppc for bug 298200
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.109                dev-util/anjuta/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	16 Mar 2010 18:31:34 -0000	1.108
+++ ChangeLog	7 Apr 2010 18:43:40 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.108 2010/03/16 18:31:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.109 2010/04/07 18:43:40 ranger Exp $
+
+  07 Apr 2010; Brent Baude <ranger@gentoo.org> anjuta-2.28.2.0.ebuild:
+  Marking anjuta-2.28.2.0 ppc for bug 298200
 
   16 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   anjuta-2.28.2.0.ebuild:



1.4                  dev-util/anjuta/anjuta-2.28.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?r1=1.3&r2=1.4

Index: anjuta-2.28.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- anjuta-2.28.2.0.ebuild	16 Mar 2010 18:31:34 -0000	1.3
+++ anjuta-2.28.2.0.ebuild	7 Apr 2010 18:43:40 -0000	1.4
@@ -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/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.3 2010/03/16 18:31:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.4 2010/04/07 18:43:40 ranger Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE="debug devhelp doc glade +sourceview subversion +symbol-db test"
 
 # FIXME: Anjuta has some CRITICAL and WARNINGS messages, that would be nice to fix them and/or report on upstream






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild
@ 2010-04-08 18:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-04-08 18:27 UTC (permalink / raw
  To: gentoo-commits

armin76     10/04/08 18:27:03

  Modified:             ChangeLog anjuta-2.28.2.0.ebuild
  Log:
  sparc stable wrt #298200
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.110                dev-util/anjuta/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	7 Apr 2010 18:43:40 -0000	1.109
+++ ChangeLog	8 Apr 2010 18:27:02 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.109 2010/04/07 18:43:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.110 2010/04/08 18:27:02 armin76 Exp $
+
+  08 Apr 2010; Raúl Porcel <armin76@gentoo.org> anjuta-2.28.2.0.ebuild:
+  sparc stable wrt #298200
 
   07 Apr 2010; Brent Baude <ranger@gentoo.org> anjuta-2.28.2.0.ebuild:
   Marking anjuta-2.28.2.0 ppc for bug 298200



1.5                  dev-util/anjuta/anjuta-2.28.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild?r1=1.4&r2=1.5

Index: anjuta-2.28.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- anjuta-2.28.2.0.ebuild	7 Apr 2010 18:43:40 -0000	1.4
+++ anjuta-2.28.2.0.ebuild	8 Apr 2010 18:27:02 -0000	1.5
@@ -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/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.4 2010/04/07 18:43:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.28.2.0.ebuild,v 1.5 2010/04/08 18:27:02 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE="debug devhelp doc glade +sourceview subversion +symbol-db test"
 
 # FIXME: Anjuta has some CRITICAL and WARNINGS messages, that would be nice to fix them and/or report on upstream






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-08 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 18:27 [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-2.28.2.0.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-07 18:43 Brent Baude (ranger)
2010-03-16 18:31 Christian Faulhammer (fauli)
2010-03-06 20:20 Pacho Ramos (pacho)
2010-02-25  0:19 Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox