From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QHLiI-0004hl-6V for garchives@archives.gentoo.org; Tue, 03 May 2011 19:56:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44872E035C; Tue, 3 May 2011 19:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 174D3E035C for ; Tue, 3 May 2011 19:56:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9218F1B406B for ; Tue, 3 May 2011 19:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C777E80505 for ; Tue, 3 May 2011 19:56:44 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <09af323032d3d58c58892f5cb684dcea3f9926e8.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-icons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 09af323032d3d58c58892f5cb684dcea3f9926e8 Date: Tue, 3 May 2011 19:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6cb8e282f94266bec1697dfbd93d12cc commit: 09af323032d3d58c58892f5cb684dcea3f9926e8 Author: Jonathan Callen gentoo org> AuthorDate: Tue May 3 19:56:06 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Tue May 3 19:56:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D09af3230 [kde-base/oxygen-icons] Only use the upstream tarball for USE=3Dbindist (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 229E5838) --- kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild b/kde-base/o= xygen-icons/oxygen-icons-4.6.3.ebuild index ceb47a1..e7f92b4 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.6.3.ebuild @@ -12,13 +12,22 @@ inherit kde4-base =20 DESCRIPTION=3D"Oxygen SVG icon theme." HOMEPAGE=3D"http://www.oxygen-icons.org/" -SRC_URI=3D"http://dev.gentoo.org/~scarabeus/${P}.tar.bz2 ${SRC_URI}" -# required so we won't fetch the huge tarballs by accident -RESTRICT=3D"primaryuri" +# Note that the upstream tarball is .bz2, ours is .xz -- if upstream +# changes its compression format to .xz, we will need to change the +# filename of one of the tarballs +SRC_URI=3D" + !bindist? ( http://dev.gentoo.org/~scarabeus/${P}.tar.xz ) + bindist? ( ${SRC_URI} ) +" =20 LICENSE=3D"LGPL-3" KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-lin= ux" -IUSE=3D"aqua" +IUSE=3D"aqua bindist" + +DEPEND=3D" + !bindist? ( app-arch/xz-utils ) +" +RDEPEND=3D"" =20 # Block conflicting packages add_blocker kdebase-data '<4.2.67'