summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-24 19:03:41 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-24 19:03:41 +0100
commitb5583f6d698a654538938e7ccd6e70d671872c31 (patch)
tree54b18f2d7c778dc2589ecdc5622fdf1c69a405c6 /gnome-extra/gnome-system-monitor
parentgnome-extra/gcalctool: moved to gx86 (diff)
downloadgnome-b5583f6d698a654538938e7ccd6e70d671872c31.tar.gz
gnome-b5583f6d698a654538938e7ccd6e70d671872c31.tar.bz2
gnome-b5583f6d698a654538938e7ccd6e70d671872c31.zip
gnome-extra/gnome-system-monitor: moved to gx86
* Sync live ebuild with gx86 changes. * Add metadata.xml.
Diffstat (limited to 'gnome-extra/gnome-system-monitor')
-rw-r--r--gnome-extra/gnome-system-monitor/Manifest11
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild56
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild12
-rw-r--r--gnome-extra/gnome-system-monitor/metadata.xml9
4 files changed, 15 insertions, 73 deletions
diff --git a/gnome-extra/gnome-system-monitor/Manifest b/gnome-extra/gnome-system-monitor/Manifest
deleted file mode 100644
index 78859c56..00000000
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-system-monitor-3.6.1.tar.xz 2664660 SHA256 e79e7d50223fc590e1b01afe493e63fd1859c2d2add5abacfe4f2d07ea8edbd8 SHA512 4697f889645f22699a0124385d6617cfe4dd5a32544b453bd6ba9d80271c1b4c36f31e0041addbaf2fdc2ea98043f2f870d369f39df48ffc3a777be52d14fb4e WHIRLPOOL 4d07f3ca3b625f776cab6a7a8c48e66858cd55932f6b6f62f636b5f46258a933ef0f0c8df3a87da9e7ee8f505ce6cf7d46b468087003343e9cf60a2d4829cecb
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCNbc4ACgkQ1fmVwcYIWAaFegCePZPAJadxB4aVBcQf8suZC3QC
-RcgAoJMoiJV+Xz8ED9n/A68VD3oZgvMF
-=Tx4y
------END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild
deleted file mode 100644
index b14b9dc8..00000000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-
-RDEPEND=">=dev-libs/glib-2.28:2
- >=x11-libs/libwnck-2.91.0:3
- >=gnome-base/libgtop-2.28.2:2
- >=x11-libs/gtk+-3.0:3[X(+)]
- >=x11-themes/gnome-icon-theme-2.31
- >=dev-cpp/gtkmm-2.99:3.0
- >=dev-cpp/glibmm-2.27:2
- >=dev-libs/libxml2-2.0:2
- >=gnome-base/librsvg-2.35:2
-
- systemd? ( >=sys-apps/systemd-38 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- >=app-text/gnome-doc-utils-0.20
-
- systemd? ( !=sys-apps/systemd-43* )"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --disable-schemas-compile
- $(use_enable systemd)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_src_configure
-}
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index b14b9dc8..b30ac5ba 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
@@ -32,14 +32,16 @@ RDEPEND=">=dev-libs/glib-2.28:2
>=dev-libs/libxml2-2.0:2
>=gnome-base/librsvg-2.35:2
- systemd? ( >=sys-apps/systemd-38 )"
+ systemd? ( >=sys-apps/systemd-38 )
+"
DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
- >=app-text/gnome-doc-utils-0.20
- systemd? ( !=sys-apps/systemd-43* )"
+ systemd? ( !=sys-apps/systemd-43* )
+"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
@@ -47,9 +49,7 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
- --disable-schemas-compile
$(use_enable systemd)"
[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
gnome2_src_configure
diff --git a/gnome-extra/gnome-system-monitor/metadata.xml b/gnome-extra/gnome-system-monitor/metadata.xml
new file mode 100644
index 00000000..845f00dd
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="systemd">Display <pkg>sys-apps/systemd</pkg> metadata, e.g.
+ unit names, for running processes</flag>
+ </use>
+</pkgmetadata>