From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B815E138010 for ; Fri, 29 Mar 2013 21:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB82AE085B; Fri, 29 Mar 2013 21:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73BC8E085B for ; Fri, 29 Mar 2013 21:13:06 +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 499CB33DB59 for ; Fri, 29 Mar 2013 21:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 92A31E4073 for ; Fri, 29 Mar 2013 21:13:02 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1364591622.39a9b217bb8a3ebcda96f544992e20bace57c75e.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.10.49.9999.ebuild kde-base/oxygen-icons/oxygen-icons-9999.ebuild X-VCS-Directories: kde-base/oxygen-icons/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 39a9b217bb8a3ebcda96f544992e20bace57c75e X-VCS-Branch: master Date: Fri, 29 Mar 2013 21:13: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 X-Archives-Salt: 29e5b0d5-2f9a-497a-9dc5-ae350bfd0da0 X-Archives-Hash: cc4f8e048242c4dfa128282dd861a065 commit: 39a9b217bb8a3ebcda96f544992e20bace57c75e Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Mar 29 21:13:42 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Mar 29 21:13:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39a9b217 [kde-base/oxygen-icons] Is now released normally Package-Manager: portage-2.2.0_alpha170 --- .../oxygen-icons/oxygen-icons-4.10.49.9999.ebuild | 10 ++-------- kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild index 497ae26..e3a5860 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.10.49.9999.ebuild @@ -6,10 +6,6 @@ EAPI=5 if [[ ${PV} == *9999 ]]; then KMNAME="kdesupport" -else - # Upstream does not ship releases properly so we dont want all versions - MY_PV="4.10.0" - MY_P="${PN}-${MY_PV}" fi KDE_REQUIRED="never" KDE_SCM="svn" @@ -19,8 +15,8 @@ DESCRIPTION="Oxygen SVG icon theme." HOMEPAGE="http://www.oxygen-icons.org/" [[ ${PV} == *9999 ]] || \ SRC_URI=" - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.repacked.tar.xz ) - bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) + !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${P}.repacked.tar.xz ) + bindist? ( ${SRC_URI} ) " LICENSE="LGPL-3" @@ -29,5 +25,3 @@ IUSE="aqua bindist" DEPEND="" RDEPEND="${DEPEND}" - -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild index 384e6b5..e3a5860 100644 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild @@ -6,10 +6,6 @@ EAPI=5 if [[ ${PV} == *9999 ]]; then KMNAME="kdesupport" -else - # Upstream does not ship releases properly so we dont want all versions - MY_PV="4.9.98" - MY_P="${PN}-${MY_PV}" fi KDE_REQUIRED="never" KDE_SCM="svn" @@ -19,8 +15,8 @@ DESCRIPTION="Oxygen SVG icon theme." HOMEPAGE="http://www.oxygen-icons.org/" [[ ${PV} == *9999 ]] || \ SRC_URI=" - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.repacked.tar.xz ) - bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) + !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${P}.repacked.tar.xz ) + bindist? ( ${SRC_URI} ) " LICENSE="LGPL-3" @@ -29,5 +25,3 @@ IUSE="aqua bindist" DEPEND="" RDEPEND="${DEPEND}" - -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}