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 1QOCTZ-0000SI-5Q for garchives@archives.gentoo.org; Sun, 22 May 2011 17:30:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E8F31C013; Sun, 22 May 2011 17:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F222F1C013 for ; Sun, 22 May 2011 17:29:51 +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 3D03E1B4027 for ; Sun, 22 May 2011 17:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A28D80506 for ; Sun, 22 May 2011 17:29:50 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: 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.80.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: c5eba347c16b82affe04b82ebc45aa333fd7e4b4 Date: Sun, 22 May 2011 17:29:50 +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: b1af70dd6f88892c17374c5d6d3de32f commit: c5eba347c16b82affe04b82ebc45aa333fd7e4b4 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun May 22 17:24:18 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun May 22 17:24:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dc5eba347 [oxygen-icons] 4.6.80 version bump. (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- kde-base/oxygen-icons/oxygen-icons-4.6.80.ebuild | 43 ++++++++++++++++= ++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.80.ebuild b/kde-base/= oxygen-icons/oxygen-icons-4.6.80.ebuild new file mode 100644 index 0000000..538a9ae --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.6.80.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +if [[ ${PV} =3D=3D *9999 ]]; then + KMNAME=3D"kdesupport" +else + # Upstream does not ship releases properly so we dont want all versions + MY_PV=3D"4.6.2" + MY_P=3D"${PN}-${MY_PV}" +fi +KDE_REQUIRED=3D"never" +inherit kde4-base + +DESCRIPTION=3D"Oxygen SVG icon theme." +HOMEPAGE=3D"http://www.oxygen-icons.org/" +# 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 +[[ ${PV} =3D=3D *9999 ]] || \ +SRC_URI=3D" + !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz ) + bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) +" + +LICENSE=3D"LGPL-3" +KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-lin= ux" +IUSE=3D"aqua bindist" + +DEPEND=3D" + !bindist? ( app-arch/xz-utils ) +" +RDEPEND=3D"" + +[[ ${PV} =3D=3D *9999 ]] || S=3D${WORKDIR}/${MY_P} + +# Block conflicting packages +add_blocker kdebase-data '<4.2.67' +add_blocker kdepim-icons 4.2.89 +add_blocker step 4.2.98 +add_blocker kmail '<4.3.2'