Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-icons/
Date: Fri, 29 Mar 2013 21:13:08
Message-Id: 1364591622.39a9b217bb8a3ebcda96f544992e20bace57c75e.dilfridge@gentoo
1 commit: 39a9b217bb8a3ebcda96f544992e20bace57c75e
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 21:13:42 2013 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 21:13:42 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39a9b217
7
8 [kde-base/oxygen-icons] Is now released normally
9
10 Package-Manager: portage-2.2.0_alpha170
11
12 ---
13 .../oxygen-icons/oxygen-icons-4.10.49.9999.ebuild | 10 ++--------
14 kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 10 ++--------
15 2 files changed, 4 insertions(+), 16 deletions(-)
16
17 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild
18 index 497ae26..e3a5860 100644
19 --- a/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild
20 +++ b/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild
21 @@ -6,10 +6,6 @@ EAPI=5
22
23 if [[ ${PV} == *9999 ]]; then
24 KMNAME="kdesupport"
25 -else
26 - # Upstream does not ship releases properly so we dont want all versions
27 - MY_PV="4.10.0"
28 - MY_P="${PN}-${MY_PV}"
29 fi
30 KDE_REQUIRED="never"
31 KDE_SCM="svn"
32 @@ -19,8 +15,8 @@ DESCRIPTION="Oxygen SVG icon theme."
33 HOMEPAGE="http://www.oxygen-icons.org/"
34 [[ ${PV} == *9999 ]] || \
35 SRC_URI="
36 - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.repacked.tar.xz )
37 - bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
38 + !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${P}.repacked.tar.xz )
39 + bindist? ( ${SRC_URI} )
40 "
41
42 LICENSE="LGPL-3"
43 @@ -29,5 +25,3 @@ IUSE="aqua bindist"
44
45 DEPEND=""
46 RDEPEND="${DEPEND}"
47 -
48 -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}
49
50 diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
51 index 384e6b5..e3a5860 100644
52 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
53 +++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
54 @@ -6,10 +6,6 @@ EAPI=5
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.9.98"
61 - MY_P="${PN}-${MY_PV}"
62 fi
63 KDE_REQUIRED="never"
64 KDE_SCM="svn"
65 @@ -19,8 +15,8 @@ DESCRIPTION="Oxygen SVG icon theme."
66 HOMEPAGE="http://www.oxygen-icons.org/"
67 [[ ${PV} == *9999 ]] || \
68 SRC_URI="
69 - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.repacked.tar.xz )
70 - bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
71 + !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${P}.repacked.tar.xz )
72 + bindist? ( ${SRC_URI} )
73 "
74
75 LICENSE="LGPL-3"
76 @@ -29,5 +25,3 @@ IUSE="aqua bindist"
77
78 DEPEND=""
79 RDEPEND="${DEPEND}"
80 -
81 -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}