Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/freedesktop-icon-theme: freedesktop-icon-theme-0.ebuild ChangeLog
Date: Sat, 07 Feb 2015 11:57:40
Message-Id: 20150207115735.80E45113F6@oystercatcher.gentoo.org
1 pacho 15/02/07 11:57:35
2
3 Modified: freedesktop-icon-theme-0.ebuild ChangeLog
4 Log:
5 x11-themes/mate-icon-theme also provides the icons
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.11 virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild?r1=1.10&r2=1.11
15
16 Index: freedesktop-icon-theme-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- freedesktop-icon-theme-0.ebuild 4 Dec 2014 12:42:45 -0000 1.10
23 +++ freedesktop-icon-theme-0.ebuild 7 Feb 2015 11:57:35 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild,v 1.10 2014/12/04 12:42:45 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild,v 1.11 2015/02/07 11:57:35 pacho Exp $
30
31 EAPI=4
32
33 @@ -13,9 +13,13 @@
34 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
35 IUSE=""
36
37 -RDEPEND="|| ( x11-themes/gnome-icon-theme
38 +RDEPEND="|| (
39 + x11-themes/gnome-icon-theme
40 x11-themes/faenza-icon-theme
41 lxde-base/lxde-icon-theme
42 x11-themes/tango-icon-theme
43 kde-apps/oxygen-icons
44 - kde-base/oxygen-icons )"
45 + kde-base/oxygen-icons
46 + x11-themes/mate-icon-theme
47 +)
48 +"
49
50
51
52 1.11 virtual/freedesktop-icon-theme/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog?rev=1.11&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog?rev=1.11&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog?r1=1.10&r2=1.11
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog,v
61 retrieving revision 1.10
62 retrieving revision 1.11
63 diff -u -r1.10 -r1.11
64 --- ChangeLog 4 Dec 2014 12:42:45 -0000 1.10
65 +++ ChangeLog 7 Feb 2015 11:57:35 -0000 1.11
66 @@ -1,6 +1,9 @@
67 # ChangeLog for virtual/freedesktop-icon-theme
68 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog,v 1.10 2014/12/04 12:42:45 mrueg Exp $
70 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog,v 1.11 2015/02/07 11:57:35 pacho Exp $
72 +
73 + 07 Feb 2015; Pacho Ramos <pacho@g.o> freedesktop-icon-theme-0.ebuild:
74 + x11-themes/mate-icon-theme also provides the icons
75
76 04 Dec 2014; Manuel RĂ¼ger <mrueg@g.o> freedesktop-icon-theme-0.ebuild:
77 Add dependency on kde-apps/oxygen-icons.