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 1SPAwj-00024Y-Bc for garchives@archives.gentoo.org; Tue, 01 May 2012 11:08:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E49EE055B; Tue, 1 May 2012 11:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29EAEE055B for ; Tue, 1 May 2012 11:08:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FBFC1B402F for ; Tue, 1 May 2012 11:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59C65E542C for ; Tue, 1 May 2012 11:08:02 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1335869181.58b26926088d78543ab42aa1a32b3d00e6e1fdfc.johu@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.8.3.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 58b26926088d78543ab42aa1a32b3d00e6e1fdfc X-VCS-Branch: master Date: Tue, 1 May 2012 11:08:02 +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: 7f0e7b26-78bc-44c9-86b1-5a53422faaf7 X-Archives-Hash: d82a5e610b54788d171e05bd36d684a5 commit: 58b26926088d78543ab42aa1a32b3d00e6e1fdfc Author: Johannes Huber gentoo org> AuthorDate: Tue May 1 10:46:21 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue May 1 10:46:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D58b26926 [kde-base/oxygen-icons] Repack for KDE SC 4.8.3 (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest comm= it) --- kde-base/oxygen-icons/oxygen-icons-4.8.3.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.3.ebuild b/kde-base/o= xygen-icons/oxygen-icons-4.8.3.ebuild index 4088efd..060bb5d 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.3.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.8.3.ebuild @@ -8,7 +8,7 @@ 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.8.1" + MY_PV=3D"4.8.3" MY_P=3D"${PN}-${MY_PV}" fi KDE_REQUIRED=3D"never" @@ -18,7 +18,7 @@ DESCRIPTION=3D"Oxygen SVG icon theme." HOMEPAGE=3D"http://www.oxygen-icons.org/" [[ ${PV} =3D=3D *9999 ]] || \ SRC_URI=3D" - !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.repacked= .tar.xz ) + !bindist? ( http://dev.gentoo.org/~johu/distfiles/${MY_P}.repacked.tar.= xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " =20