public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-menus/
Date: Sun, 30 Sep 2012 00:15:44 +0000 (UTC)	[thread overview]
Message-ID: <1348960721.66b47ccd8222cffe441ff8a840014a5e73164c5e.tetromino@gentoo> (raw)

commit:     66b47ccd8222cffe441ff8a840014a5e73164c5e
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 23:05:08 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 23:18:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=66b47ccd

gnome-base/gnome-menus: 3.5.92 → 3.6.0; add live ebuild

---
 ...enus-3.5.92.ebuild => gnome-menus-3.6.0.ebuild} |   11 ++++++++---
 ...menus-3.5.92.ebuild => gnome-menus-9999.ebuild} |   11 ++++++++---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild b/gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
similarity index 89%
copy from gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
copy to gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
index 5761479..fd88fb6 100644
--- a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
+++ b/gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.4.2.ebuild,v 1.1 2012/05/20 09:47:16 tetromino Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -11,13 +11,18 @@ SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 
 inherit eutils gnome2 python
+[[ ${PV} = 9999 ]] && inherit gnome2-live
 
 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
 HOMEPAGE="http://www.gnome.org"
 
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2+ LGPL-2+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+fi
 
 # +python for gmenu-simple-editor
 IUSE="debug +introspection +python test"

diff --git a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild b/gnome-base/gnome-menus/gnome-menus-9999.ebuild
similarity index 89%
rename from gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
rename to gnome-base/gnome-menus/gnome-menus-9999.ebuild
index 5761479..fd88fb6 100644
--- a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
+++ b/gnome-base/gnome-menus/gnome-menus-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.4.2.ebuild,v 1.1 2012/05/20 09:47:16 tetromino Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -11,13 +11,18 @@ SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 
 inherit eutils gnome2 python
+[[ ${PV} = 9999 ]] && inherit gnome2-live
 
 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
 HOMEPAGE="http://www.gnome.org"
 
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2+ LGPL-2+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+fi
 
 # +python for gmenu-simple-editor
 IUSE="debug +introspection +python test"


             reply	other threads:[~2012-09-30  0:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-30  0:15 Alexandre Rostovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-10 10:37 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-menus/ Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2012-11-18 23:31 Gilles Dartiguelongue
2012-09-22 15:54 Nirbheek Chauhan
2011-10-07  7:39 Alexandre Restovtsev
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-10 18:04 Gilles Dartiguelongue
2011-03-09 11:34 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348960721.66b47ccd8222cffe441ff8a840014a5e73164c5e.tetromino@gentoo \
    --to=tetromino@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox