Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-menus/files: gnome-menus-3.0.2-library-only.patch
Date: Sat, 29 Oct 2011 01:58:22
Message-Id: 20111029015809.2C2D22004C@flycatcher.gentoo.org
1 tetromino 11/10/29 01:58:09
2
3 Added: gnome-menus-3.0.2-library-only.patch
4 Log:
5 Bump to 3.2.0.1 and 3.0.1-r1 from the gnome overlay and drop old. Note that 3.2 is now slotted as 3 (since it installs libgnome-menu-3) and <=3.0 is slotted as 0 (since it installs libgnome-menu). But the actual menu definitions should only be installed by one of the slots, hence the blocker in the 3.2.0.1 ebuild and the pdepend in 3.0.1-r1.
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-base/gnome-menus/files/gnome-menus-3.0.2-library-only.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/files/gnome-menus-3.0.2-library-only.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/files/gnome-menus-3.0.2-library-only.patch?rev=1.1&content-type=text/plain
14
15 Index: gnome-menus-3.0.2-library-only.patch
16 ===================================================================
17 From f2ad7820b3a6b197f8cfec9e2bec877e51671ec9 Mon Sep 17 00:00:00 2001
18 From: Alexandre Rostovtsev <tetromino@×××××.com>
19 Date: Thu, 18 Aug 2011 20:05:56 -0400
20 Subject: [PATCH 2/2] Do not install anything other than the library
21
22 ---
23 Makefile.am | 4 ++--
24 1 files changed, 2 insertions(+), 2 deletions(-)
25
26 diff --git a/Makefile.am b/Makefile.am
27 index 565ab87..65c059a 100644
28 --- a/Makefile.am
29 +++ b/Makefile.am
30 @@ -1,7 +1,7 @@
31 -SUBDIRS = libmenu desktop-directories layout util po
32 +SUBDIRS = libmenu util po
33
34 if HAVE_PYTHON
35 -SUBDIRS += python simple-editor
36 +SUBDIRS += python
37 endif
38
39 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
40 --
41 1.7.6