Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/oxygen-icons: oxygen-icons-4.8.2.ebuild ChangeLog
Date: Thu, 05 Apr 2012 00:05:39
Message-Id: 20120404235859.B1DD920068@flycatcher.gentoo.org
1 johu 12/04/04 23:58:59
2
3 Modified: ChangeLog
4 Added: oxygen-icons-4.8.2.ebuild
5 Log:
6 Version bump KDE SC 4.8.2
7
8 (Portage version: 2.2.0_alpha98/cvs/Linux i686)
9
10 Revision Changes Path
11 1.101 kde-base/oxygen-icons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.101&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?rev=1.101&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/ChangeLog?r1=1.100&r2=1.101
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v
20 retrieving revision 1.100
21 retrieving revision 1.101
22 diff -u -r1.100 -r1.101
23 --- ChangeLog 4 Apr 2012 19:16:04 -0000 1.100
24 +++ ChangeLog 4 Apr 2012 23:58:59 -0000 1.101
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/oxygen-icons
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.100 2012/04/04 19:16:04 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.101 2012/04/04 23:58:59 johu Exp $
30 +
31 +*oxygen-icons-4.8.2 (04 Apr 2012)
32 +
33 + 04 Apr 2012; Johannes Huber <johu@g.o> +oxygen-icons-4.8.2.ebuild:
34 + Version bump KDE SC 4.8.2
35
36 04 Apr 2012; Agostino Sarubbo <ago@g.o> oxygen-icons-4.8.1.ebuild:
37 Stable for amd64, wrt bug #409403
38
39
40
41 1.1 kde-base/oxygen-icons/oxygen-icons-4.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: oxygen-icons-4.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.8.2.ebuild,v 1.1 2012/04/04 23:58:59 johu 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.8.2"
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 [[ ${PV} == *9999 ]] || \
67 SRC_URI="
68 !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.repacked.tar.xz )
69 bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
70 "
71
72 LICENSE="LGPL-3"
73 KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
74 IUSE="aqua bindist"
75
76 DEPEND=""
77 RDEPEND="${DEPEND}"
78
79 [[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}