From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C306139695 for ; Mon, 27 Mar 2017 09:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6EDD21C075; Mon, 27 Mar 2017 09:01:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B94821C091 for ; Mon, 27 Mar 2017 09:01:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B8BE341673 for ; Mon, 27 Mar 2017 09:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C90073E2 for ; Mon, 27 Mar 2017 09:01:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1490605284.f005a058587b880a16171622fd9dcdb0adeb76e2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-0.10.5.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f005a058587b880a16171622fd9dcdb0adeb76e2 X-VCS-Branch: master Date: Mon, 27 Mar 2017 09:01:30 +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: 8c60fe54-65d9-4b08-aced-9ea7299eb872 X-Archives-Hash: 2bf58ba898d8216c8e4c5e2654907b6f commit: f005a058587b880a16171622fd9dcdb0adeb76e2 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 27 09:01:24 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 27 09:01:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f005a058 media-sound/qmmp: Minor ebuild cleanup. Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/qmmp/qmmp-0.10.5.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-sound/qmmp/qmmp-0.10.5.ebuild b/media-sound/qmmp/qmmp-0.10.5.ebuild index 6edd203b013..4210e113c68 100644 --- a/media-sound/qmmp/qmmp-0.10.5.ebuild +++ b/media-sound/qmmp/qmmp-0.10.5.ebuild @@ -12,9 +12,7 @@ if [ "$PV" != "9999" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" KEYWORDS="amd64 ~ppc x86" else - SRC_URI="" ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/" - KEYWORDS="amd64 x86" fi LICENSE="GPL-2"