Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/oxygen-icons: ChangeLog oxygen-icons-4.3.0.ebuild
Date: Tue, 04 Aug 2009 01:29:31
Message-Id: E1MY8qH-0006Su-Gt@stork.gentoo.org
1 wired 09/08/04 01:29:29
2
3 Added: ChangeLog oxygen-icons-4.3.0.ebuild
4 Log:
5 Version bump KDE 4.3.0
6 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/oxygen-icons/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.1&content-type=text/plain
13
14 Index: ChangeLog
15 ===================================================================
16 # ChangeLog for kde-base/oxygen-icons
17 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
18 # $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.1 2009/08/04 01:29:29 wired Exp $
19
20 *oxygen-icons-4.3.0 (04 Aug 2009)
21
22 04 Aug 2009; Alex Alexander <wired@g.o> +oxygen-icons-4.3.0.ebuild:
23 Version bump
24
25
26
27
28 1.1 kde-base/oxygen-icons/oxygen-icons-4.3.0.ebuild
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.0.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.0.ebuild?rev=1.1&content-type=text/plain
32
33 Index: oxygen-icons-4.3.0.ebuild
34 ===================================================================
35 # Copyright 1999-2009 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.3.0.ebuild,v 1.1 2009/08/04 01:29:29 wired Exp $
38
39 EAPI="2"
40
41 if [[ ${PV} = *9999* ]]; then
42 KMNAME="kdesupport"
43 else
44 KMNAME="oxygen-icons"
45 fi
46 KDE_REQUIRED="never"
47 inherit kde4-base
48
49 DESCRIPTION="Oxygen SVG icon theme."
50 HOMEPAGE="http://www.oxygen-icons.org/"
51 #SRC_URI="mirror://kde/unstable/${PV}/src/${P}.tar.bz2"
52
53 LICENSE="LGPL-3"
54 KEYWORDS="~amd64 ~x86"
55 IUSE=""
56
57 # Block conflicting packages
58 RDEPEND="
59 !kdeprefix? (
60 !<=kde-base/step-4.2.95[-kdeprefix]
61 !<=kde-base/kdepim-icons-4.2.89[-kdeprefix]
62 !<kde-base/kdebase-data-4.2.67:4.2[-kdeprefix]
63 !<kde-base/kdebase-data-4.2.67:4.3[-kdeprefix]
64 )
65 kdeprefix? (
66 !<kde-base/kdebase-data-4.2.67:${SLOT}[kdeprefix]
67 !<=kde-base/kdepim-icons-4.2.89:${SLOT}[kdeprefix]
68 !<=kde-base/step-4.2.95:${SLOT}[kdeprefix]
69 )
70 "