Gentoo Archives: gentoo-commits

From: Jonathan Callen <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-icons/
Date: Tue, 03 May 2011 19:56:54
Message-Id: 09af323032d3d58c58892f5cb684dcea3f9926e8.abcd@gentoo
1 commit: 09af323032d3d58c58892f5cb684dcea3f9926e8
2 Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 19:56:06 2011 +0000
4 Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:56:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09af3230
7
8 [kde-base/oxygen-icons] Only use the upstream tarball for USE=bindist
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 229E5838)
11
12 ---
13 kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild | 17 +++++++++++++----
14 1 files changed, 13 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild
17 index ceb47a1..e7f92b4 100644
18 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild
19 +++ b/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild
20 @@ -12,13 +12,22 @@ inherit kde4-base
21
22 DESCRIPTION="Oxygen SVG icon theme."
23 HOMEPAGE="http://www.oxygen-icons.org/"
24 -SRC_URI="http://dev.gentoo.org/~scarabeus/${P}.tar.bz2 ${SRC_URI}"
25 -# required so we won't fetch the huge tarballs by accident
26 -RESTRICT="primaryuri"
27 +# Note that the upstream tarball is .bz2, ours is .xz -- if upstream
28 +# changes its compression format to .xz, we will need to change the
29 +# filename of one of the tarballs
30 +SRC_URI="
31 + !bindist? ( http://dev.gentoo.org/~scarabeus/${P}.tar.xz )
32 + bindist? ( ${SRC_URI} )
33 +"
34
35 LICENSE="LGPL-3"
36 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
37 -IUSE="aqua"
38 +IUSE="aqua bindist"
39 +
40 +DEPEND="
41 + !bindist? ( app-arch/xz-utils )
42 +"
43 +RDEPEND=""
44
45 # Block conflicting packages
46 add_blocker kdebase-data '<4.2.67'