Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/cinnamon: cinnamon-1.8.8.1.ebuild ChangeLog
Date: Sun, 01 Sep 2013 18:48:39
Message-Id: 20130901184836.1B0DB2004C@flycatcher.gentoo.org
1 pacho 13/09/01 18:48:36
2
3 Modified: cinnamon-1.8.8.1.ebuild ChangeLog
4 Log:
5 Drop notes about intel[gallium] as it works fine for me and haven't seen any reports suggesting it's still broken (#482516)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild?r1=1.1&r2=1.2
15
16 Index: cinnamon-1.8.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cinnamon-1.8.8.1.ebuild 1 Sep 2013 08:49:47 -0000 1.1
23 +++ cinnamon-1.8.8.1.ebuild 1 Sep 2013 18:48:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild,v 1.1 2013/09/01 08:49:47 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild,v 1.2 2013/09/01 18:48:35 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -243,13 +243,4 @@
33 ewarn "You will need to emerge media-libs/mesa with USE=gallium."
34 fi
35 fi
36 -
37 - if has_version "media-libs/mesa[video_cards_intel]"; then
38 - elog "Cinnamon is unstable under gallium-mode i915/i965 mesa drivers."
39 - elog "Make sure that classic architecture for i915 and i965 drivers is"
40 - elog "selected using 'eselect mesa'."
41 - if ! has_version "media-libs/mesa[classic]"; then
42 - ewarn "You will need to emerge media-libs/mesa with USE=classic."
43 - fi
44 - fi
45 }
46
47
48
49 1.26 gnome-extra/cinnamon/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/ChangeLog?rev=1.26&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/ChangeLog?rev=1.26&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/ChangeLog?r1=1.25&r2=1.26
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v
58 retrieving revision 1.25
59 retrieving revision 1.26
60 diff -u -r1.25 -r1.26
61 --- ChangeLog 1 Sep 2013 08:49:47 -0000 1.25
62 +++ ChangeLog 1 Sep 2013 18:48:35 -0000 1.26
63 @@ -1,6 +1,10 @@
64 # ChangeLog for gnome-extra/cinnamon
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.25 2013/09/01 08:49:47 pacho Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.26 2013/09/01 18:48:35 pacho Exp $
68 +
69 + 01 Sep 2013; Pacho Ramos <pacho@g.o> cinnamon-1.8.8.1.ebuild:
70 + Drop notes about intel[gallium] as it works fine for me and haven't seen any
71 + reports suggesting it's still broken (#482516)
72
73 *cinnamon-1.8.8.1 (01 Sep 2013)