Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-menus/
Date: Sun, 30 Sep 2012 00:16:25
Message-Id: 1348960721.66b47ccd8222cffe441ff8a840014a5e73164c5e.tetromino@gentoo
1 commit: 66b47ccd8222cffe441ff8a840014a5e73164c5e
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 23:05:08 2012 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 23:18:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=66b47ccd
7
8 gnome-base/gnome-menus: 3.5.92 → 3.6.0; add live ebuild
9
10 ---
11 ...enus-3.5.92.ebuild => gnome-menus-3.6.0.ebuild} | 11 ++++++++---
12 ...menus-3.5.92.ebuild => gnome-menus-9999.ebuild} | 11 ++++++++---
13 2 files changed, 16 insertions(+), 6 deletions(-)
14
15 diff --git a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild b/gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
16 similarity index 89%
17 copy from gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
18 copy to gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
19 index 5761479..fd88fb6 100644
20 --- a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
21 +++ b/gnome-base/gnome-menus/gnome-menus-3.6.0.ebuild
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $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 $
26 +# $Header: $
27
28 EAPI="4"
29 GCONF_DEBUG="no"
30 @@ -11,13 +11,18 @@ SUPPORT_PYTHON_ABIS="1"
31 RESTRICT_PYTHON_ABIS="3.*"
32
33 inherit eutils gnome2 python
34 +[[ ${PV} = 9999 ]] && inherit gnome2-live
35
36 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
37 HOMEPAGE="http://www.gnome.org"
38
39 -LICENSE="GPL-2 LGPL-2"
40 +LICENSE="GPL-2+ LGPL-2+"
41 SLOT="3"
42 -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"
43 +if [[ ${PV} = 9999 ]]; then
44 + KEYWORDS=""
45 +else
46 + 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"
47 +fi
48
49 # +python for gmenu-simple-editor
50 IUSE="debug +introspection +python test"
51
52 diff --git a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild b/gnome-base/gnome-menus/gnome-menus-9999.ebuild
53 similarity index 89%
54 rename from gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
55 rename to gnome-base/gnome-menus/gnome-menus-9999.ebuild
56 index 5761479..fd88fb6 100644
57 --- a/gnome-base/gnome-menus/gnome-menus-3.5.92.ebuild
58 +++ b/gnome-base/gnome-menus/gnome-menus-9999.ebuild
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $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 $
63 +# $Header: $
64
65 EAPI="4"
66 GCONF_DEBUG="no"
67 @@ -11,13 +11,18 @@ SUPPORT_PYTHON_ABIS="1"
68 RESTRICT_PYTHON_ABIS="3.*"
69
70 inherit eutils gnome2 python
71 +[[ ${PV} = 9999 ]] && inherit gnome2-live
72
73 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
74 HOMEPAGE="http://www.gnome.org"
75
76 -LICENSE="GPL-2 LGPL-2"
77 +LICENSE="GPL-2+ LGPL-2+"
78 SLOT="3"
79 -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"
80 +if [[ ${PV} = 9999 ]]; then
81 + KEYWORDS=""
82 +else
83 + 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"
84 +fi
85
86 # +python for gmenu-simple-editor
87 IUSE="debug +introspection +python test"