Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/oxygen-icons: oxygen-icons-4.3.2.ebuild ChangeLog
Date: Tue, 06 Oct 2009 20:35:13
Message-Id: E1MvGkZ-0002PI-Ca@stork.gentoo.org
1 alexxy 09/10/06 20:35:11
2
3 Modified: ChangeLog
4 Added: oxygen-icons-4.3.2.ebuild
5 Log:
6 Version bump KDE 4.3.2
7 (Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.7 kde-base/oxygen-icons/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 12 Sep 2009 10:21:06 -0000 1.6
23 +++ ChangeLog 6 Oct 2009 20:35:10 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/oxygen-icons
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.6 2009/09/12 10:21:06 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.7 2009/10/06 20:35:10 alexxy Exp $
29 +
30 +*oxygen-icons-4.3.2 (06 Oct 2009)
31 +
32 + 06 Oct 2009; Alexey Shvetsov <alexxy@g.o>
33 + +oxygen-icons-4.3.2.ebuild:
34 + Version bump
35
36 12 Sep 2009; Raúl Porcel <armin76@g.o> oxygen-icons-4.3.0.ebuild,
37 oxygen-icons-4.3.1.ebuild:
38
39
40
41 1.1 kde-base/oxygen-icons/oxygen-icons-4.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: oxygen-icons-4.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.2.ebuild,v 1.1 2009/10/06 20:35:10 alexxy Exp $
51
52 EAPI="2"
53
54 if [[ ${PV} = *9999* ]]; then
55 KMNAME="kdesupport"
56 else
57 KMNAME="oxygen-icons"
58 fi
59 KDE_REQUIRED="never"
60 inherit kde4-base
61
62 DESCRIPTION="Oxygen SVG icon theme."
63 HOMEPAGE="http://www.oxygen-icons.org/"
64 #SRC_URI="mirror://kde/unstable/${PV}/src/${P}.tar.bz2"
65
66 LICENSE="LGPL-3"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
68 IUSE=""
69
70 # Block conflicting packages
71 RDEPEND="
72 !kdeprefix? (
73 !<kde-base/kdebase-data-4.2.67:4.2[-kdeprefix]
74 !<kde-base/kdebase-data-4.2.67:4.3[-kdeprefix]
75 !<=kde-base/kdepim-icons-4.2.89[-kdeprefix]
76 !<=kde-base/step-4.2.98[-kdeprefix]
77 !~kde-base/kmail-4.3.1[-kdeprefix]
78 )
79 kdeprefix? (
80 !<kde-base/kdebase-data-4.2.67:${SLOT}[kdeprefix]
81 !<=kde-base/kdepim-icons-4.2.89:${SLOT}[kdeprefix]
82 !<=kde-base/step-4.2.98:${SLOT}[kdeprefix]
83 !~kde-base/kmail-4.3.1:${SLOT}[kdeprefix]
84 )
85 "