summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-08-25 18:55:32 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-08-25 18:55:32 +0000
commit399694c34e32592143c58a836c5b29336529f709 (patch)
tree3c657bab459b9b3acb0e78541a87bb53c3329040 /gnome-base
parentStable for ppc/ppc64; bug #481048 (diff)
downloadgentoo-2-399694c34e32592143c58a836c5b29336529f709.tar.gz
gentoo-2-399694c34e32592143c58a836c5b29336529f709.tar.bz2
gentoo-2-399694c34e32592143c58a836c5b29336529f709.zip
Version bump. Port to EAPI=5, stop using G2CONF.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgtop/ChangeLog9
-rw-r--r--gnome-base/libgtop/libgtop-2.28.5.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/gnome-base/libgtop/ChangeLog b/gnome-base/libgtop/ChangeLog
index 5cf50efa5062..817690b55761 100644
--- a/gnome-base/libgtop/ChangeLog
+++ b/gnome-base/libgtop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/libgtop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.258 2012/05/05 05:38:09 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.259 2013/08/25 18:55:32 eva Exp $
+
+*libgtop-2.28.5 (25 Aug 2013)
+
+ 25 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> +libgtop-2.28.5.ebuild:
+ Version bump. Port to EAPI=5, stop using G2CONF.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libgtop-2.28.4.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/gnome-base/libgtop/libgtop-2.28.5.ebuild b/gnome-base/libgtop/libgtop-2.28.5.ebuild
new file mode 100644
index 000000000000..ea7c30f181d1
--- /dev/null
+++ b/gnome-base/libgtop/libgtop-2.28.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.28.5.ebuild,v 1.1 2013/08/25 18:55:32 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="A library that provides top functionality to applications"
+HOMEPAGE="http://developer.gnome.org/libgtop/stable/"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +introspection"
+
+RDEPEND=">=dev-libs/glib-2.6:2"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.4
+ >=dev-util/intltool-0.35
+ virtual/pkgconfig
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
+
+src_configure() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable introspection)
+}