public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libgtop: metadata.xml ChangeLog libgtop-2.28.3.ebuild libgtop-2.28.1.ebuild libgtop-2.26.1.ebuild
@ 2011-03-26 19:02 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2011-03-26 19:02 UTC (permalink / raw
  To: gentoo-commits

eva         11/03/26 19:02:00

  Modified:             metadata.xml ChangeLog
  Added:                libgtop-2.28.3.ebuild
  Removed:              libgtop-2.28.1.ebuild libgtop-2.26.1.ebuild
  Log:
  Version bump. Add introspection support. Fix build, cygwin and freebsd issues. Translation updates.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  gnome-base/libgtop/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgtop/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	2 Jul 2003 23:58:35 -0000	1.1
+++ metadata.xml	26 Mar 2011 19:02:00 -0000	1.2
@@ -2,4 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>gnome</herd>
+<use>
+	<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
+		introspection</flag>
+</use>
 </pkgmetadata>



1.246                gnome-base/libgtop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog	22 Mar 2011 19:19:27 -0000	1.245
+++ ChangeLog	26 Mar 2011 19:02:00 -0000	1.246
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/libgtop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.245 2011/03/22 19:19:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.246 2011/03/26 19:02:00 eva Exp $
+
+*libgtop-2.28.3 (26 Mar 2011)
+
+  26 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> -libgtop-2.26.1.ebuild,
+  -libgtop-2.28.1.ebuild, +libgtop-2.28.3.ebuild, metadata.xml:
+  Version bump. Add introspection support. Fix build, cygwin and freebsd
+  issues. Translation updates.
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org> libgtop-2.28.2.ebuild:
   Marking libgtop-2.28.2 ppc stable for bug 353436



1.1                  gnome-base/libgtop/libgtop-2.28.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/libgtop-2.28.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgtop/libgtop-2.28.3.ebuild?rev=1.1&content-type=text/plain

Index: libgtop-2.28.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.28.3.ebuild,v 1.1 2011/03/26 19:02:00 eva Exp $

EAPI="3"
GCONF_DEBUG="yes"

inherit gnome2

DESCRIPTION="A library that provides top functionality to applications"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc +introspection"

RDEPEND=">=dev-libs/glib-2.6:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	>=dev-util/intltool-0.35
	doc? ( >=dev-util/gtk-doc-1.4 )
	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README"
	G2CONF="${G2CONF} --disable-static $(use_enable introspection)"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-26 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 19:02 [gentoo-commits] gentoo-x86 commit in gnome-base/libgtop: metadata.xml ChangeLog libgtop-2.28.3.ebuild libgtop-2.28.1.ebuild libgtop-2.26.1.ebuild 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