public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-system-monitor/
@ 2011-07-26  8:29 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a43c1859d39f9f6992aa7f7ccbf3adb6afe9c4ef
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 07:55:16 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 07:55:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a43c1859

gnome-extra/gnome-system-monitor: 3.0.1 → 3.1.3

Bump to gnome-3.1.x version.

---
 ....1.ebuild => gnome-system-monitor-3.1.3.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
similarity index 99%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.1.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
index 6590d05..1ca62e8 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.0.1.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
@@ -2,7 +2,7 @@
 # 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"
+EAPI="4"
 GCONF_DEBUG="no"
 
 inherit gnome2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-system-monitor/
@ 2011-09-28 22:21 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     cbdf0fe8cc4aec7df6e762bcb2ff9403cfada083
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 22:02:57 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 22:02:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cbdf0fe8

gnome-extra/gnome-system-monitor: 3.1.3 → 3.2.0

Bump and add live ebuild.

---
 ....3.ebuild => gnome-system-monitor-3.2.0.ebuild} |    9 ++++++++-
 ...1.3.ebuild => gnome-system-monitor-9999.ebuild} |    9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
similarity index 84%
copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
index 1ca62e8..727b3a8 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
@@ -6,13 +6,20 @@ 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"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.28:2

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
similarity index 84%
rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
index 1ca62e8..727b3a8 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
@@ -6,13 +6,20 @@ 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"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.28:2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-28 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26  8:29 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-system-monitor/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-09-28 22:21 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox