* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2013-12-19 23:40 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-19 23:40 UTC (permalink / raw
To: gentoo-commits
commit: 78f383ce281746bd7166d580619e0df825086484
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 23:32:28 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 23:32:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=78f383ce
gnome-extra/gnome-system-monitor: Add missing USE=X to IUSE
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index e4b98e5..6787a58 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="systemd"
+IUSE="systemd +X"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2018-08-02 9:10 Mart Raudsepp
0 siblings, 0 replies; 26+ messages in thread
From: Mart Raudsepp @ 2018-08-02 9:10 UTC (permalink / raw
To: gentoo-commits
commit: e0d3b9eb5fc2cc48784bd0a8cad4315fa0aaa608
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 2 07:11:34 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 2 09:10:03 2018 +0000
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..00000000
--- 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)"
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2018-05-11 6:12 Sobhan Mohammadpour
0 siblings, 0 replies; 26+ messages in thread
From: Sobhan Mohammadpour @ 2018-05-11 6:12 UTC (permalink / raw
To: gentoo-commits
commit: d76e1dd947b02b31e4370a7557904007f9eeb082
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 06:12:32 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri May 11 06:12:32 2018 +0000
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 00000000..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)"
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2017-08-12 21:59 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-12 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 4cb97c422a7c5b43f901f5cb9f5beaab2728858b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 21:59:25 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 21:59:25 2017 +0000
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-9999.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..00000000
--- 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-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index d75cf12b..cd34242f 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && 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)"
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2016-03-30 20:08 Ole Reifschneider
0 siblings, 0 replies; 26+ messages in thread
From: Ole Reifschneider @ 2016-03-30 20:08 UTC (permalink / raw
To: gentoo-commits
commit: dfce7d26ecedd20a90a29080a041ea2eb24b71eb
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 18:41:49 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 18:41:49 2016 +0000
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-9999.ebuild | 8 +++---
2 files changed, 10 insertions(+), 28 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.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-9999.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-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && 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-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index 2c82ba0..d75cf12 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.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} = 9999 ]]; then
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2015-05-08 23:36 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-08 23:36 UTC (permalink / raw
To: gentoo-commits
commit: 5df6588f903f08753dc6b58f69ffe661412ce416
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 22:54:41 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May 8 23:21:21 2015 +0000
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 0000000..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)
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2014-12-22 23:50 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:50 UTC (permalink / raw
To: gentoo-commits
commit: 0c3aa134ae9cc76a24c6e4a5cb08f10746212408
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:45:58 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:45:58 2014 +0000
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..0000000
--- 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)
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2014-10-13 21:51 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 24a7caf00b54f2cc6e0068947c52e50b60d09b52
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:27:21 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:27:21 2014 +0000
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
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 86184e1ef18a354ee346eef98abd4c9a1ba35b49
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 22:07:44 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:20 2014 +0000
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
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2014-04-06 18:22 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 18:22 UTC (permalink / raw
To: gentoo-commits
commit: c8f11f4bc2178188bdda14c7723dee09a0882d8a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 18:09:20 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 18:18:11 2014 +0000
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-9999.ebuild | 4 ++--
2 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.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-9999.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-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && 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-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index 6787a58..9514133 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.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}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2014-02-12 22:37 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 73b63d7443b1dfbeefb5f7a0dd3f44fc5d40a285
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 22:35:02 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 22:35:02 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73b63d74
gnome-extra/gnome-system-monitor: moved to gentoo-x86
---
.../gnome-system-monitor-3.10.2.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
deleted file mode 100644
index 0c3798e..0000000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 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.9.5:3[X(+)]
- >=x11-themes/gnome-icon-theme-2.31
- >=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 )
- 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)
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2013-12-01 19:14 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 9694c84505cfddee2934daaee43ea0cda4a9a73d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:52:17 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 19:13:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9694c845
gnome-extra/gnome-system-monitor: 3.8.2.1-r1 → 3.10.2
---
.../gnome-system-monitor-3.10.2.ebuild | 44 ++++++++++++++++++++++
.../gnome-system-monitor-9999.ebuild | 26 +++++++------
2 files changed, 58 insertions(+), 12 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
new file mode 100644
index 0000000..0c3798e
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 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.9.5:3[X(+)]
+ >=x11-themes/gnome-icon-theme-2.31
+ >=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 )
+ 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)
+}
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 b30ac5b..e4b98e5 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
LICENSE="GPL-2"
SLOT="0"
@@ -22,22 +22,22 @@ 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
+RDEPEND="
+ >=dev-libs/glib-2.37.3:2
>=gnome-base/libgtop-2.28.2:2
- >=x11-libs/gtk+-3.0:3[X(+)]
+ >=x11-libs/gtk+-3.9.5:3[X(+)]
>=x11-themes/gnome-icon-theme-2.31
- >=dev-cpp/gtkmm-2.99:3.0
- >=dev-cpp/glibmm-2.27:2
+ >=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 )
+ X? ( >=x11-libs/libwnck-2.91.0:3 )
"
DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
virtual/pkgconfig
systemd? ( !=sys-apps/systemd-43* )
@@ -49,8 +49,10 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
- G2CONF="${G2CONF}
- $(use_enable systemd)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_src_configure
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+ gnome2_src_configure \
+ $(use_enable systemd) \
+ $(use_enable X wnck) \
+ ${myconf}
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2013-11-14 22:52 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 7d840a7a46b9af9f9ee52c08890e5fcd948c108c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:52:17 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7d840a7a
gnome-extra/gnome-system-monitor: 3.8.2.1-r1 → 3.10.0
---
.../gnome-system-monitor-3.10.0.ebuild | 45 ++++++++++++++++++++++
.../gnome-system-monitor-9999.ebuild | 25 ++++++------
2 files changed, 59 insertions(+), 11 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild
new file mode 100644
index 0000000..7bd7963
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 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.9.5:3[X(+)]
+ >=x11-themes/gnome-icon-theme-2.31
+ >=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 )
+ X? ( >=x11-libs/libwnck-2.91.0:3 )
+"
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.20
+ >=dev-util/intltool-0.41.0
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+
+ systemd? ( !=sys-apps/systemd-43* )
+"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable systemd) \
+ $(use_enable X wnck) \
+ ITSTOOL=$(type -P true)
+}
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 b30ac5b..e06ad17 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
LICENSE="GPL-2"
SLOT="0"
@@ -22,17 +22,18 @@ 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
+RDEPEND="
+ >=dev-libs/glib-2.37.3:2
>=gnome-base/libgtop-2.28.2:2
- >=x11-libs/gtk+-3.0:3[X(+)]
+ >=x11-libs/gtk+-3.9.5:3[X(+)]
>=x11-themes/gnome-icon-theme-2.31
- >=dev-cpp/gtkmm-2.99:3.0
- >=dev-cpp/glibmm-2.27:2
+ >=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 )
+ X? ( >=x11-libs/libwnck-2.91.0:3 )
"
DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.20
@@ -49,8 +50,10 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
- G2CONF="${G2CONF}
- $(use_enable systemd)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_src_configure
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+ gnome2_src_configure \
+ $(use_enable systemd) \
+ $(use_enable X wnck) \
+ ${myconf}
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2012-12-24 18:06 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 18:06 UTC (permalink / raw
To: gentoo-commits
commit: b5583f6d698a654538938e7ccd6e70d671872c31
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 18:03:41 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 18:03:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5583f6d
gnome-extra/gnome-system-monitor: moved to gx86
* Sync live ebuild with gx86 changes.
* Add metadata.xml.
---
.../gnome-system-monitor-3.6.1.ebuild | 56 --------------------
.../gnome-system-monitor-9999.ebuild | 12 ++--
| 9 +++
3 files changed, 15 insertions(+), 62 deletions(-)
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 b14b9dc..0000000
--- 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 b14b9dc..b30ac5b 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
--git a/gnome-extra/gnome-system-monitor/metadata.xml b/gnome-extra/gnome-system-monitor/metadata.xml
new file mode 100644
index 0000000..845f00d
--- /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>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2012-10-28 18:10 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 119208c2563348946f53f9ce957f6d90224314cd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 17:39:26 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 18:07:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=119208c2
gnome-extra/gnome-system-monitor: 3.5.92 → 3.6.1
---
...92.ebuild => gnome-system-monitor-3.6.1.ebuild} | 3 ++-
.../gnome-system-monitor-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild
similarity index 96%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild
index 48d10be..b14b9dc 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild
@@ -46,10 +46,11 @@ if [[ ${PV} = 9999 ]]; then
app-text/yelp-tools"
fi
-pkg_setup() {
+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 355d426..b14b9dc 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -46,11 +46,11 @@ if [[ ${PV} = 9999 ]]; then
app-text/yelp-tools"
fi
-pkg_setup() {
+src_configure() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-schemas-compile
- --disable-scrollkeeper
$(use_enable systemd)"
[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+ gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2012-09-22 18:03 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 76d67f6338e567fe239730358e9e895d3fa9fb08
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 15:59:22 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:59:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=76d67f63
gnome-extra/gnome-system-monitor: 3.5.90.1 → 3.5.92
---
...1.ebuild => gnome-system-monitor-3.5.92.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2012-09-05 15:48 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2012-09-05 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 16ecf58b1969effa0c5631ce1b99c25fb12ab3c3
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 3 20:21:00 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 15:48:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16ecf58b
Add gnome-extra/gnome-system-monitor-3.5.90.1
---
...ebuild => gnome-system-monitor-3.5.90.1.ebuild} | 10 +++++++---
.../gnome-system-monitor-9999.ebuild | 9 +++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild
similarity index 88%
copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild
index bd9e287..48d10be 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild
@@ -15,12 +15,12 @@ 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
-IUSE="systemd"
RDEPEND=">=dev-libs/glib-2.28:2
>=x11-libs/libwnck-2.91.0:3
@@ -33,7 +33,6 @@ RDEPEND=">=dev-libs/glib-2.28: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
@@ -42,10 +41,15 @@ DEPEND="${RDEPEND}
systemd? ( !=sys-apps/systemd-43* )"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
+
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-schemas-compile
- --disable-scrollkeeper
$(use_enable systemd)"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
}
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 bd9e287..355d426 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -15,12 +15,12 @@ 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
-IUSE="systemd"
RDEPEND=">=dev-libs/glib-2.28:2
>=x11-libs/libwnck-2.91.0:3
@@ -33,7 +33,6 @@ RDEPEND=">=dev-libs/glib-2.28: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
@@ -42,10 +41,16 @@ DEPEND="${RDEPEND}
systemd? ( !=sys-apps/systemd-43* )"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
+
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-schemas-compile
--disable-scrollkeeper
$(use_enable systemd)"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2012-04-13 6:17 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2012-04-13 6:17 UTC (permalink / raw
To: gentoo-commits
commit: ec07279977392e88cc433c8a92d07ab5466d10a3
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 06:17:06 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 13 06:17:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ec072799
gnome-extra/gnome-system-monitor: sync with gx86
---
.../gnome-system-monitor-9999.ebuild | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
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 727b3a8..cae8d4f 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.28.2.ebuild,v 1.6 2011/01/30 18:56:15 armin76 Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
@@ -20,27 +20,32 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
-IUSE=""
+IUSE="systemd"
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
+ >=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.12:2"
+ >=gnome-base/librsvg-2.35:2
+
+ systemd? ( >=sys-apps/systemd-38 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
- >=app-text/gnome-doc-utils-0.20"
+ >=app-text/gnome-doc-utils-0.20
+
+ systemd? ( !=sys-apps/systemd-43* )"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-schemas-compile
- --disable-scrollkeeper"
+ --disable-scrollkeeper
+ $(use_enable systemd)"
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-10-27 22:26 Alexandre Restovtsev
0 siblings, 0 replies; 26+ messages in thread
From: Alexandre Restovtsev @ 2011-10-27 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 7f113a737aee576c000c8b5977807c52cd0fdf7a
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 18:35:04 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Oct 27 18:35:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f113a73
gnome-extra/gnome-system-monitor: 3.2.0 → 3.2.1
Translation updates only.
---
....0.ebuild => gnome-system-monitor-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.1.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-05-30 17:43 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-05-30 17:43 UTC (permalink / raw
To: gentoo-commits
commit: f4517c6d5333009d80585dfff0948a8d7bab14da
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu May 26 06:48:12 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon May 30 17:29:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4517c6d
gnome-extra/gnome-system-monitor: 3.0.0 → 3.0.1
Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>
---
....0.ebuild => gnome-system-monitor-3.0.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.1.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.1.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-04-30 19:37 Gilles Dartiguelongue
0 siblings, 0 replies; 26+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-30 19:37 UTC (permalink / raw
To: gentoo-commits
commit: ab97627cf565c6f5bb458e116bd0f241ea47e465
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 21:07:23 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:04:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ab97627c
gnome-extra/gnome-system-monitor: sync with gentoo-x86
---
.../gnome-system-monitor-3.0.0.ebuild | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
index fe1a6c7..6590d05 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
@@ -31,7 +31,9 @@ DEPEND="${RDEPEND}
>=sys-devel/gettext-0.17
>=app-text/gnome-doc-utils-0.20"
-DOCS="AUTHORS ChangeLog NEWS README"
-G2CONF="${G2CONF}
---disable-schemas-compile
---disable-scrollkeeper"
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF}
+ --disable-schemas-compile
+ --disable-scrollkeeper"
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 0ddacde5f2d1adb56282781118d800ff00835369
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 19:47:39 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 21:20:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ddacde5
gnome-extra/gnome-system-monitor: 2.99.3 → 3.0.0
---
....3.ebuild => gnome-system-monitor-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.3.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.3.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.0.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-03-26 0:37 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-26 0:37 UTC (permalink / raw
To: gentoo-commits
commit: f984e8f8a92376846092fc0892f9449da1ee1765
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:09:29 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:09:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f984e8f8
gnome-extra/gnome-system-monitor: 2.99.2 → 2.99.3
* Change gsettings schema path
* Updated translations
---
...2.ebuild => gnome-system-monitor-2.99.3.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.2.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.3.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.2.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.3.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-03-23 5:20 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: aaaadafd973cc7ca0a411ff0d04ec2aede1cbe4f
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:57:25 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:12:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aaaadafd
gnome-extra/gnome-system-monitor: 2.99.1 → 2.99.2
---
...1.ebuild => gnome-system-monitor-2.99.2.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.1.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.2.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-03-09 11:34 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: edb98a515d18102b408291a6d50f2dcb1a618631
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 13:46:38 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 11:21:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=edb98a51
gnome-extra/gnome-system-monitor: 2.99.0 → 2.99.1
---
...0.ebuild => gnome-system-monitor-2.99.1.ebuild} | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.1.ebuild
similarity index 74%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.1.ebuild
index 8c33f2a..fe1a6c7 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.1.ebuild
@@ -16,20 +16,22 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-libs/glib-2.28:2
- >=x11-libs/libwnck-2.91.0
- >=gnome-base/libgtop-2.28.2
+ >=x11-libs/libwnck-2.91.0:3
+ >=gnome-base/libgtop-2.28.2:2
>=x11-libs/gtk+-3.0:3
>=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.12"
+ >=gnome-base/librsvg-2.12:2"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19
- >=app-text/scrollkeeper-0.3.11
- >=dev-util/intltool-0.35
- app-text/gnome-doc-utils"
+ >=dev-util/intltool-0.41.0
+ >=sys-devel/gettext-0.17
+ >=app-text/gnome-doc-utils-0.20"
DOCS="AUTHORS ChangeLog NEWS README"
-G2CONF="${G2CONF} --disable-scrollkeeper"
+G2CONF="${G2CONF}
+--disable-schemas-compile
+--disable-scrollkeeper"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
@ 2011-02-18 2:19 Nirbheek Chauhan
0 siblings, 0 replies; 26+ messages in thread
From: Nirbheek Chauhan @ 2011-02-18 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 020d822a30beaa40adef3e8b65c2fcc5339c3cdf
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 02:19:37 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:19:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=020d822a
Add gnome-extra/gnome-system-monitor-2.99.0
---
.../gnome-system-monitor-2.99.0.ebuild | 35 ++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
new file mode 100644
index 0000000..8c33f2a
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.28.2.ebuild,v 1.6 2011/01/30 18:56:15 armin76 Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="The Gnome System Monitor"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.28:2
+ >=x11-libs/libwnck-2.91.0
+ >=gnome-base/libgtop-2.28.2
+ >=x11-libs/gtk+-3.0:3
+ >=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.12"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.19
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.35
+ app-text/gnome-doc-utils"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+G2CONF="${G2CONF} --disable-scrollkeeper"
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2018-08-02 9:10 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 23:40 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2018-08-02 9:10 Mart Raudsepp
2018-05-11 6:12 Sobhan Mohammadpour
2017-08-12 21:59 Gilles Dartiguelongue
2016-03-30 20:08 Ole Reifschneider
2015-05-08 23:36 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-06 18:22 Gilles Dartiguelongue
2014-02-12 22:37 Gilles Dartiguelongue
2013-12-01 19:14 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-24 18:06 Gilles Dartiguelongue
2012-10-28 18:10 Gilles Dartiguelongue
2012-09-22 18:03 Nirbheek Chauhan
2012-09-05 15:48 Nirbheek Chauhan
2012-04-13 6:17 Alexandre Restovtsev
2011-10-27 22:26 Alexandre Restovtsev
2011-05-30 17:43 Nirbheek Chauhan
2011-04-30 19:37 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-26 0:37 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-18 2:19 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox