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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92458158088 for ; Tue, 18 Jan 2022 08:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20A8E07DF; Tue, 18 Jan 2022 08:28:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D48CE07DB for ; Tue, 18 Jan 2022 08:28:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56196342E0B for ; Tue, 18 Jan 2022 08:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4206729B for ; Tue, 18 Jan 2022 08:28:15 +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: <1642494488.e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb.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-9999.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb X-VCS-Branch: master Date: Tue, 18 Jan 2022 08:28:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c20c789-74be-425a-8243-d1cc3dd095c6 X-Archives-Hash: 9b1b65fb27b869db22646ba26a7e707a commit: e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 18 08:24:21 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 18 08:28:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b9bc83 media-sound/qmmp: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/qmmp/qmmp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 2fe547a222c2..ee881e5be18c 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake xdg -[[ ${PV} = 9999 ]] && inherit subversion DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" @@ -13,6 +12,7 @@ if [[ ${PV} != 9999 ]]; then mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else + inherit subversion QMMP_DEV_BRANCH="1.3" ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}" fi