From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R92Vj-00081q-RO for garchives@archives.gentoo.org; Wed, 28 Sep 2011 22:21:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57CC21C16E; Wed, 28 Sep 2011 22:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A56EE21C140 for ; Wed, 28 Sep 2011 22:21:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 729291B401C for ; Wed, 28 Sep 2011 22:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 516368004F for ; Wed, 28 Sep 2011 22:21:12 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-system-monitor/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild X-VCS-Directories: gnome-extra/gnome-system-monitor/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: cbdf0fe8cc4aec7df6e762bcb2ff9403cfada083 Date: Wed, 28 Sep 2011 22:21:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2a57ba5d57e3d270b7a67599b23a61a0 commit: cbdf0fe8cc4aec7df6e762bcb2ff9403cfada083 Author: Alexandre Rostovtsev gmail com> AuthorDate: Wed Sep 28 22:02:57 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Sep 28 22:02:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dcbdf0fe8 gnome-extra/gnome-system-monitor: 3.1.3 =E2=86=92 3.2.0 Bump and add live ebuild. --- ....3.ebuild =3D> gnome-system-monitor-3.2.0.ebuild} | 9 ++++++++- ...1.3.ebuild =3D> 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.ebui= ld similarity index 84% copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebu= ild copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuil= d 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=3D"4" GCONF_DEBUG=3D"no" =20 inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi =20 DESCRIPTION=3D"The Gnome System Monitor" HOMEPAGE=3D"http://www.gnome.org/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +fi IUSE=3D"" =20 RDEPEND=3D">=3Ddev-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.ebuil= d similarity index 84% rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.e= build rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebui= ld 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=3D"4" GCONF_DEBUG=3D"no" =20 inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi =20 DESCRIPTION=3D"The Gnome System Monitor" HOMEPAGE=3D"http://www.gnome.org/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +fi IUSE=3D"" =20 RDEPEND=3D">=3Ddev-libs/glib-2.28:2