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: Mon, 03 Oct 2011 20:49:11
Message-Id: 4177c746e5e203ba76602700cc8b00a1e1450a71.dilfridge@gentoo
1 commit: 4177c746e5e203ba76602700cc8b00a1e1450a71
2 Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
3 AuthorDate: Mon Oct 3 20:48:34 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 20:48:34 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4177c746
7
8 [kde-base/oxygen-icons] 4.7.2 tarball exists, so let's use it
9
10 (Portage version: 2.1.10.20/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
11
12 ---
13 .../oxygen-icons/oxygen-icons-4.7.49.9999.ebuild | 4 ++--
14 kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.7.49.9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.7.49.9999.ebuild
18 index 0c5ea10..7d99106 100644
19 --- a/kde-base/oxygen-icons/oxygen-icons-4.7.49.9999.ebuild
20 +++ b/kde-base/oxygen-icons/oxygen-icons-4.7.49.9999.ebuild
21 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
22 KMNAME="kdesupport"
23 else
24 # Upstream does not ship releases properly so we dont want all versions
25 - MY_PV="4.7.0"
26 + MY_PV="4.7.2"
27 MY_P="${PN}-${MY_PV}"
28 fi
29 KDE_REQUIRED="never"
30 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.oxygen-icons.org/"
31 # filename of one of the tarballs
32 [[ ${PV} == *9999 ]] || \
33 SRC_URI="
34 - !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz )
35 + !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.tar.xz )
36 bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
37 "
38
39
40 diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
41 index 9fe0614..7d99106 100644
42 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
43 +++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
44 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
45 KMNAME="kdesupport"
46 else
47 # Upstream does not ship releases properly so we dont want all versions
48 - MY_PV="4.6.2"
49 + MY_PV="4.7.2"
50 MY_P="${PN}-${MY_PV}"
51 fi
52 KDE_REQUIRED="never"
53 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.oxygen-icons.org/"
54 # filename of one of the tarballs
55 [[ ${PV} == *9999 ]] || \
56 SRC_URI="
57 - !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz )
58 + !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.tar.xz )
59 bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
60 "