From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-848791-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E1511384B4 for <garchives@archives.gentoo.org>; Thu, 26 Nov 2015 16:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6051621C03E; Thu, 26 Nov 2015 16:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4EBA21C03F for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 16:06:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCC1334063E for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 16:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E238E9A1 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Nov 2015 16:06:34 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1448553977.fe883d4194271df3b0a0d7db22e27d74410b5d3d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-2.8.90.ebuild media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fe883d4194271df3b0a0d7db22e27d74410b5d3d X-VCS-Branch: master Date: Thu, 26 Nov 2015 16:06:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3f842636-5705-4f46-a45e-d92cbbfa77b5 X-Archives-Hash: 68858a9c9aa7d6c80eb6e2fc39ff253a commit: fe883d4194271df3b0a0d7db22e27d74410b5d3d Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun Nov 22 23:10:57 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Nov 26 16:06:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe883d41 media-sound/amarok: Version bump to 2.8.90 beta Package-Manager: portage-2.2.20.1 media-sound/amarok/{amarok-9999.ebuild => amarok-2.8.90.ebuild} | 6 +----- media-sound/amarok/amarok-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-2.8.90.ebuild similarity index 94% copy from media-sound/amarok/amarok-9999.ebuild copy to media-sound/amarok/amarok-2.8.90.ebuild index 1cc95d6..ebe5d85 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-2.8.90.ebuild @@ -16,11 +16,7 @@ inherit flag-o-matic kde4-base pax-utils DESCRIPTION="Advanced audio player based on KDE framework" HOMEPAGE="http://amarok.kde.org/" if [[ ${PV} != *9999* ]]; then - if [[ $PV == *[6-9][0-9]* ]]; then - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2" - else - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" - fi + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" KEYWORDS="~amd64 ~ppc ~x86" else KEYWORDS="" diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 1cc95d6..4d2e5c1 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} != *9999* ]]; then if [[ $PV == *[6-9][0-9]* ]]; then SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2" else - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" fi KEYWORDS="~amd64 ~ppc ~x86" else