[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2018-08-02 Thread Mart Raudsepp
commit: e0d3b9eb5fc2cc48784bd0a8cad4315fa0aaa608
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Aug  2 07:11:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug  2 09:10:03 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e0d3b9eb

gnome-extra/gnome-system-monitor: remove 3.26.0; available in ::gentoo

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../gnome-system-monitor-3.26.0.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
deleted file mode 100644
index d4296000..
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   >=gnome-base/libgtop-2.37.2:2=
-   >=x11-libs/gtk+-3.22:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.46:2
-   >=dev-libs/libxml2-2.0:2
-   >=gnome-base/librsvg-2.35:2
-   systemd? ( >=sys-apps/systemd-44:0= )
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   >=dev-util/intltool-0.41.0
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
-   gnome2_src_configure \
-   $(use_enable systemd) \
-   $(use_enable X broken-wnck) \
-   APPDATA_VALIDATE="$(type -P true)"
-}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2018-05-11 Thread Sobhan Mohammadpour
commit: d76e1dd947b02b31e4370a7557904007f9eeb082
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri May 11 06:12:32 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri May 11 06:12:32 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d76e1dd9

gnome-extra/gnome-system-monitor: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../gnome-system-monitor-3.26.0.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
new file mode 100644
index ..d4296000
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The Gnome System Monitor"
+HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="systemd X"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.37.3:2
+   >=gnome-base/libgtop-2.37.2:2=
+   >=x11-libs/gtk+-3.22:3[X(+)]
+   >=dev-cpp/gtkmm-3.3.18:3.0
+   >=dev-cpp/glibmm-2.46:2
+   >=dev-libs/libxml2-2.0:2
+   >=gnome-base/librsvg-2.35:2
+   systemd? ( >=sys-apps/systemd-44:0= )
+   X? ( >=x11-libs/libwnck-2.91.0:3 )
+"
+# eautoreconf requires gnome-base/gnome-common
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   >=dev-util/intltool-0.41.0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
+   gnome2_src_configure \
+   $(use_enable systemd) \
+   $(use_enable X broken-wnck) \
+   APPDATA_VALIDATE="$(type -P true)"
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2017-08-12 Thread Gilles Dartiguelongue
commit: 4cb97c422a7c5b43f901f5cb9f5beaab2728858b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 12 21:59:25 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 12 21:59:25 2017 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4cb97c42

gnome-extra/gnome-system-monitor: sync with gentoo repository

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../gnome-system-monitor-3.20.0.ebuild | 41 --
 .../gnome-system-monitor-.ebuild   | 27 +-
 2 files changed, 9 insertions(+), 59 deletions(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
deleted file mode 100644
index 29da6de4..
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   >=gnome-base/libgtop-2.28.2:2=
-   >=x11-libs/gtk+-3.12:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.34:2
-   >=dev-libs/libxml2-2.0:2
-   >=gnome-base/librsvg-2.35:2
-   systemd? ( >=sys-apps/systemd-44:0= )
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
-   >=app-text/gnome-doc-utils-0.20
-   >=dev-util/intltool-0.41.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable systemd) \
-   $(use_enable X wnck)
-}

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
index d75cf12b..cd34242f 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
@@ -1,10 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
 
+EAPI=6
 inherit gnome2
 if [[ ${PV} =  ]]; then
inherit gnome2-live
@@ -15,7 +12,7 @@ HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="systemd +X"
+IUSE="systemd X"
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
@@ -25,9 +22,9 @@ fi
 RDEPEND="
>=dev-libs/glib-2.37.3:2
>=gnome-base/libgtop-2.28.2:2=
-   >=x11-libs/gtk+-3.12:3[X(+)]
+   >=x11-libs/gtk+-3.22:3[X(+)]
>=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.34:2
+   >=dev-cpp/glibmm-2.46:2
>=dev-libs/libxml2-2.0:2
>=gnome-base/librsvg-2.35:2
systemd? ( >=sys-apps/systemd-44:0= )
@@ -35,21 +32,15 @@ RDEPEND="
 "
 # eautoreconf requires gnome-base/gnome-common
 DEPEND="${RDEPEND}
-   >=app-text/gnome-doc-utils-0.20
+   app-text/yelp-tools
>=dev-util/intltool-0.41.0
virtual/pkgconfig
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools"
-fi
-
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
+   # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
gnome2_src_configure \
$(use_enable systemd) \
-   $(use_enable X wnck) \
-   ${myconf}
+   $(use_enable X broken-wnck) \
+   APPDATA_VALIDATE="$(type -P true)"
 }



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2016-03-30 Thread Ole Reifschneider
commit: dfce7d26ecedd20a90a29080a041ea2eb24b71eb
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Wed Mar 30 18:41:49 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Wed Mar 30 18:41:49 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dfce7d26

gnome-extra/gnome-system-monitor: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...9.ebuild => gnome-system-monitor-3.20.0.ebuild} | 30 +-
 .../gnome-system-monitor-.ebuild   |  8 +++---
 2 files changed, 10 insertions(+), 28 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
similarity index 57%
copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
index 2c82ba0..29da6de 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,21 +6,14 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION="The Gnome System Monitor"
 HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="systemd +X"
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+IUSE="systemd X"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
>=dev-libs/glib-2.37.3:2
@@ -30,28 +23,19 @@ RDEPEND="
>=dev-cpp/glibmm-2.34:2
>=dev-libs/libxml2-2.0:2
>=gnome-base/librsvg-2.35:2
-
-   systemd? ( >=sys-apps/systemd-38:0= )
+   systemd? ( >=sys-apps/systemd-44:0= )
X? ( >=x11-libs/libwnck-2.91.0:3 )
 "
+# eautoreconf requires gnome-base/gnome-common
 DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.41.0
+   dev-util/itstool
virtual/pkgconfig
-
-   systemd? ( !=sys-apps/systemd-43* )
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools"
-fi
-
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
gnome2_src_configure \
$(use_enable systemd) \
-   $(use_enable X wnck) \
-   ${myconf}
+   $(use_enable X wnck)
 }

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
index 2c82ba0..d75cf12 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,16 +30,14 @@ RDEPEND="
>=dev-cpp/glibmm-2.34:2
>=dev-libs/libxml2-2.0:2
>=gnome-base/librsvg-2.35:2
-
-   systemd? ( >=sys-apps/systemd-38:0= )
+   systemd? ( >=sys-apps/systemd-44:0= )
X? ( >=x11-libs/libwnck-2.91.0:3 )
 "
+# eautoreconf requires gnome-base/gnome-common
 DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.41.0
virtual/pkgconfig
-
-   systemd? ( !=sys-apps/systemd-43* )
 "
 
 if [[ ${PV} =  ]]; then



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2015-05-08 Thread Gilles Dartiguelongue
commit: 5df6588f903f08753dc6b58f69ffe661412ce416
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Fri May  8 22:54:41 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Fri May  8 23:21:21 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5df6588f

gnome-extra/gnome-system-monitor: 3.14.1 → 3.16.0

 .../gnome-system-monitor-3.16.0.ebuild | 44 ++
 1 file changed, 44 insertions(+)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
new file mode 100644
index 000..ea691f3
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+
+inherit gnome2
+
+DESCRIPTION=The Gnome System Monitor
+HOMEPAGE=https://help.gnome.org/users/gnome-system-monitor/;
+
+LICENSE=GPL-2
+SLOT=0
+IUSE=systemd +X
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+
+RDEPEND=
+   =dev-libs/glib-2.37.3:2
+   =gnome-base/libgtop-2.28.2:2=
+   =x11-libs/gtk+-3.12:3[X(+)]
+   =dev-cpp/gtkmm-3.3.18:3.0
+   =dev-cpp/glibmm-2.34:2
+   =dev-libs/libxml2-2.0:2
+   =gnome-base/librsvg-2.35:2
+
+   systemd? ( =sys-apps/systemd-38:0= )
+   X? ( =x11-libs/libwnck-2.91.0:3 )
+
+#eautoreconf requires gnome-base/gnome-common
+DEPEND=${RDEPEND}
+   =app-text/gnome-doc-utils-0.20
+   =dev-util/intltool-0.41.0
+   virtual/pkgconfig
+
+   systemd? ( !=sys-apps/systemd-43* )
+
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable systemd) \
+   $(use_enable X wnck) \
+   ITSTOOL=$(type -P true)
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2014-12-22 Thread Gilles Dartiguelongue
commit: 0c3aa134ae9cc76a24c6e4a5cb08f10746212408
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Dec 22 23:45:58 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Dec 22 23:45:58 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0c3aa134

gnome-extra/gnome-system-monitor: moved to gentoo-x86

---
 .../gnome-system-monitor-3.14.1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild
deleted file mode 100644
index f478f69..000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2
-
-DESCRIPTION=The Gnome System Monitor
-HOMEPAGE=https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE=GPL-2
-SLOT=0
-IUSE=systemd +X
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-
-RDEPEND=
-   =dev-libs/glib-2.37.3:2
-   =gnome-base/libgtop-2.28.2:2=
-   =x11-libs/gtk+-3.12:3[X(+)]
-   =dev-cpp/gtkmm-3.3.18:3.0
-   =dev-cpp/glibmm-2.34:2
-   =dev-libs/libxml2-2.0:2
-   =gnome-base/librsvg-2.35:2
-
-   systemd? ( =sys-apps/systemd-38:0= )
-   X? ( =x11-libs/libwnck-2.91.0:3 )
-
-DEPEND=${RDEPEND}
-   =app-text/gnome-doc-utils-0.20
-   =dev-util/intltool-0.41.0
-   virtual/pkgconfig
-
-   systemd? ( !=sys-apps/systemd-43* )
-
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable systemd) \
-   $(use_enable X wnck) \
-   ITSTOOL=$(type -P true)
-}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2014-10-13 Thread Gilles Dartiguelongue
commit: 24a7caf00b54f2cc6e0068947c52e50b60d09b52
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Oct 13 21:27:21 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Oct 13 21:27:21 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=24a7caf0

gnome-extra/gnome-system-monitor: 3.14.0 → 3.14.1

---
 ...me-system-monitor-3.14.0.ebuild = gnome-system-monitor-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.0.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.14.1.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2014-04-23 Thread Gilles Dartiguelongue
commit: 86184e1ef18a354ee346eef98abd4c9a1ba35b49
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Wed Apr 23 22:07:44 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Wed Apr 23 22:13:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=86184e1e

gnome-extra/gnome-system-monitor: 3.12.0 → 3.12.1

---
 ...me-system-monitor-3.12.0.ebuild = gnome-system-monitor-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.0.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/

2014-04-06 Thread Gilles Dartiguelongue
commit: c8f11f4bc2178188bdda14c7723dee09a0882d8a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Apr  6 18:09:20 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Apr  6 18:18:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c8f11f4b

gnome-extra/gnome-system-monitor: 3.10.2 → 3.12.0

---
 ...9.ebuild = gnome-system-monitor-3.12.0.ebuild} | 22 --
 .../gnome-system-monitor-.ebuild   |  4 ++--
 2 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.0.ebuild
similarity index 66%
copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.0.ebuild
index 6787a58..abd3e2d 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,9 +6,6 @@ EAPI=5
 GCONF_DEBUG=no
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=The Gnome System Monitor
 HOMEPAGE=https://help.gnome.org/users/gnome-system-monitor/;
@@ -16,11 +13,7 @@ HOMEPAGE=https://help.gnome.org/users/gnome-system-monitor/;
 LICENSE=GPL-2
 SLOT=0
 IUSE=systemd +X
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 
 RDEPEND=
=dev-libs/glib-2.37.3:2
@@ -32,7 +25,7 @@ RDEPEND=
=dev-libs/libxml2-2.0:2
=gnome-base/librsvg-2.35:2
 
-   systemd? ( =sys-apps/systemd-38 )
+   systemd? ( =sys-apps/systemd-38:0= )
X? ( =x11-libs/libwnck-2.91.0:3 )
 
 DEPEND=${RDEPEND}
@@ -43,16 +36,9 @@ DEPEND=${RDEPEND}
systemd? ( !=sys-apps/systemd-43* )
 
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-fi
-
 src_configure() {
-   local myconf=
-   [[ ${PV} !=  ]]  myconf=ITSTOOL=$(type -P true)
gnome2_src_configure \
$(use_enable systemd) \
$(use_enable X wnck) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
index 6787a58..9514133 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -32,7 +32,7 @@ RDEPEND=
=dev-libs/libxml2-2.0:2
=gnome-base/librsvg-2.35:2
 
-   systemd? ( =sys-apps/systemd-38 )
+   systemd? ( =sys-apps/systemd-38:0= )
X? ( =x11-libs/libwnck-2.91.0:3 )
 
 DEPEND=${RDEPEND}