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.7.0.ebuild ChangeLog
Date: Wed, 27 Jul 2011 14:15:14
Message-Id: 20110727140433.0157D2006A@flycatcher.gentoo.org
1 alexxy 11/07/27 14:04:32
2
3 Modified: ChangeLog
4 Added: oxygen-icons-4.7.0.ebuild
5 Log:
6 [kde-base] Version bump KDE SC 4.7.0
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.75 kde-base/oxygen-icons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.75&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.75&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?r1=1.74&r2=1.75
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v
20 retrieving revision 1.74
21 retrieving revision 1.75
22 diff -u -r1.74 -r1.75
23 --- ChangeLog 13 Jul 2011 14:53:50 -0000 1.74
24 +++ ChangeLog 27 Jul 2011 14:04:32 -0000 1.75
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/oxygen-icons
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.74 2011/07/13 14:53:50 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.75 2011/07/27 14:04:32 alexxy Exp $
30 +
31 +*oxygen-icons-4.7.0 (27 Jul 2011)
32 +
33 + 27 Jul 2011; Alexey Shvetsov <alexxy@g.o> +oxygen-icons-4.7.0.ebuild:
34 + Version bump KDE SC 4.7.0
35
36 13 Jul 2011; Kacper Kowalik <xarthisius@g.o>
37 oxygen-icons-4.6.3-r1.ebuild:
38
39
40
41 1.1 kde-base/oxygen-icons/oxygen-icons-4.7.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.7.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.7.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: oxygen-icons-4.7.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.7.0.ebuild,v 1.1 2011/07/27 14:04:32 alexxy Exp $
51
52 EAPI=4
53
54 if [[ ${PV} == *9999 ]]; then
55 KMNAME="kdesupport"
56 else
57 # Upstream does not ship releases properly so we dont want all versions
58 MY_PV="4.7.0"
59 MY_P="${PN}-${MY_PV}"
60 fi
61 KDE_REQUIRED="never"
62 inherit kde4-base
63
64 DESCRIPTION="Oxygen SVG icon theme."
65 HOMEPAGE="http://www.oxygen-icons.org/"
66 # Note that the upstream tarball is .bz2, ours is .xz -- if upstream
67 # changes its compression format to .xz, we will need to change the
68 # filename of one of the tarballs
69 [[ ${PV} == *9999 ]] || \
70 SRC_URI="
71 !bindist? ( http://dev.gentoo.org/~alexxy/${MY_P}.tar.xz )
72 bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
73 "
74
75 LICENSE="LGPL-3"
76 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
77 IUSE="aqua bindist"
78
79 DEPEND="
80 !bindist? ( app-arch/xz-utils )
81 "
82 RDEPEND=""
83
84 [[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}
85
86 # Block conflicting packages
87 add_blocker kdebase-data '<4.2.67'
88 add_blocker kdepim-icons 4.2.89
89 add_blocker step 4.2.98
90 add_blocker kmail '<4.3.2'