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: oxygen-icons-4.6.3.ebuild ChangeLog
Date: Sat, 07 May 2011 11:02:31
Message-Id: 20110507104752.C3FAB20063@flycatcher.gentoo.org
1 scarabeus 11/05/07 10:47:52
2
3 Modified: ChangeLog
4 Added: oxygen-icons-4.6.3.ebuild
5 Log:
6 Version bump to KDE SC 4.6.3.
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.62 kde-base/oxygen-icons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 6 Apr 2011 14:19:17 -0000 1.61
24 +++ ChangeLog 7 May 2011 10:47:52 -0000 1.62
25 @@ -1,6 +1,12 @@
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.61 2011/04/06 14:19:17 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.62 2011/05/07 10:47:52 scarabeus Exp $
30 +
31 +*oxygen-icons-4.6.3 (07 May 2011)
32 +
33 + 07 May 2011; Tomáš Chvátal <scarabeus@g.o>
34 + +oxygen-icons-4.6.3.ebuild:
35 + Version bump KDE SC 4.6.3
36
37 *oxygen-icons-4.6.2 (06 Apr 2011)
38
39
40
41
42 1.1 kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: oxygen-icons-4.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild,v 1.1 2011/05/07 10:47:52 scarabeus Exp $
52
53 EAPI=4
54
55 if [[ ${PV} = *9999 ]]; then
56 KMNAME="kdesupport"
57 fi
58 KDE_REQUIRED="never"
59 inherit kde4-base
60
61 DESCRIPTION="Oxygen SVG icon theme."
62 HOMEPAGE="http://www.oxygen-icons.org/"
63 # Note that the upstream tarball is .bz2, ours is .xz -- if upstream
64 # changes its compression format to .xz, we will need to change the
65 # filename of one of the tarballs
66 SRC_URI="
67 !bindist? ( http://dev.gentoo.org/~scarabeus/${P}.tar.xz )
68 bindist? ( ${SRC_URI} )
69 "
70
71 LICENSE="LGPL-3"
72 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
73 IUSE="aqua bindist"
74
75 DEPEND="
76 !bindist? ( app-arch/xz-utils )
77 "
78 RDEPEND=""
79
80 # Block conflicting packages
81 add_blocker kdebase-data '<4.2.67'
82 add_blocker kdepim-icons 4.2.89
83 add_blocker step 4.2.98
84 add_blocker kmail '<4.3.2'