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 1SXv6N-0001wU-4G for garchives@archives.gentoo.org; Fri, 25 May 2012 14:02:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D6FE062B; Fri, 25 May 2012 14:02:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAB34E078C for ; Fri, 25 May 2012 14:02:29 +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 2C6211B4005 for ; Fri, 25 May 2012 14:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E43CDE542A for ; Fri, 25 May 2012 14:02:27 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1337954342.3e1b10e533d514354c0409c8552d09c10ff35341.alexxy@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.80.ebuild kde-base/oxygen-icons/oxygen-icons-9999.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 3e1b10e533d514354c0409c8552d09c10ff35341 X-VCS-Branch: master Date: Fri, 25 May 2012 14:02:27 +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: a593dc9d-a326-4052-bdad-e56e03f9e849 X-Archives-Hash: 667608a822df11f365bd658d2c4a4785 commit: 3e1b10e533d514354c0409c8552d09c10ff35341 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri May 25 13:59:02 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri May 25 13:59:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D3e1b10e5 [kde-base/oxygen-icons] Fix tarball (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest comm= it) --- kde-base/oxygen-icons/oxygen-icons-4.8.80.ebuild | 4 ++-- kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.80.ebuild b/kde-base/= oxygen-icons/oxygen-icons-4.8.80.ebuild index f10ab57..ffd6532 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.80.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.8.80.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.80" 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/~alexxy/distfiles/${MY_P}.repacked.ta= r.xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " =20 diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/ox= ygen-icons/oxygen-icons-9999.ebuild index 93c76fc..0e6401b 100644 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-9999.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.80" 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/~alexxy/distfiles/${MY_P}.repacked.ta= r.xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " =20