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 AF69E139694 for ; Tue, 21 Mar 2017 21:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04A94E0CB3; Tue, 21 Mar 2017 21:20:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3287E0CB0 for ; Tue, 21 Mar 2017 21:20:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D71A340BEA for ; Tue, 21 Mar 2017 21:20:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621D5704D for ; Tue, 21 Mar 2017 21:20:07 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1490131107.f7578a5a1bad062bd7155b15b4e4f3a06fa077b0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild X-VCS-Directories: media-plugins/qmmp-plugin-pack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f7578a5a1bad062bd7155b15b4e4f3a06fa077b0 X-VCS-Branch: master Date: Tue, 21 Mar 2017 21:20:07 +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: 43c65e60-03f4-41c0-b978-9aefce198433 X-Archives-Hash: 4323468fa62a51c7dd28d0e50920d8d4 commit: f7578a5a1bad062bd7155b15b4e4f3a06fa077b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 21 21:18:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 21 21:18:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7578a5a media-plugins/qmmp-plugin-pack: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild deleted file mode 100644 index 7f2f27d22e9..00000000000 --- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils versionator - -DESCRIPTION="A set of extra plugins for Qmmp" -HOMEPAGE="http://qmmp.ylsoftware.com/" -SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/taglib-1.10 - media-sound/mpg123 - =media-sound/qmmp-$(get_version_component_range 1-2)* - dev-qt/qtgui:5 - dev-qt/qtx11extras:5 - dev-qt/qtwidgets:5" -DEPEND="${RDEPEND} - dev-lang/yasm - dev-qt/linguist-tools:5" - -#PATCHES=( )