Gentoo Archives: gentoo-commits

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