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 1QTIn8-0006Dn-5j for garchives@archives.gentoo.org; Sun, 05 Jun 2011 19:15:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FF711C03E; Sun, 5 Jun 2011 19:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1236B1C03E for ; Sun, 5 Jun 2011 19:15:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 800D22AC020 for ; Sun, 5 Jun 2011 19:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7FF9D8003C for ; Sun, 5 Jun 2011 19:15:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <60971a6c935056e2e644860aa4880723b9160531.dilfridge@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.4.ebuild kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 60971a6c935056e2e644860aa4880723b9160531 Date: Sun, 5 Jun 2011 19:15:03 +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: 2aeae806d3db7768f1ee5972eeaa4bd4 commit: 60971a6c935056e2e644860aa4880723b9160531 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sun Jun 5 19:14:55 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sun Jun 5 19:14:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D60971a6c [kde-base/oxygen-icons] Fix S (Portage version: 2.1.9.50/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild | 4 ++++ kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild b/kde-base/o= xygen-icons/oxygen-icons-4.6.4.ebuild index e84926c..b06461b 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild @@ -6,6 +6,10 @@ EAPI=3D4 =20 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.4" + MY_P=3D"${PN}-${MY_PV}" fi KDE_REQUIRED=3D"never" inherit kde4-base diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild b/kde-bas= e/oxygen-icons/oxygen-icons-4.6.9999.ebuild index 7d171d4..33bf57f 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.6.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.6.2" + MY_PV=3D"4.6.4" MY_P=3D"${PN}-${MY_PV}" fi KDE_REQUIRED=3D"never"