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 6690E15808D for ; Thu, 21 Apr 2022 08:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C413DE08ED; Thu, 21 Apr 2022 08:28:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4137CE08DD for ; Thu, 21 Apr 2022 08:28:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D901341C85 for ; Thu, 21 Apr 2022 08:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99C53B8 for ; Thu, 21 Apr 2022 08:28:10 +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: <1650529675.40f1d4602926d25207fb959ce0b19b9cbdce653d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-projectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild X-VCS-Directories: media-plugins/libvisual-projectm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40f1d4602926d25207fb959ce0b19b9cbdce653d X-VCS-Branch: master Date: Thu, 21 Apr 2022 08:28:10 +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: 2e4dc10b-e945-4d2e-b80e-9e338a62a594 X-Archives-Hash: e941add9cc6fded61fac56477564366a commit: 40f1d4602926d25207fb959ce0b19b9cbdce653d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 21 08:27:55 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 21 08:27:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f1d460 media-plugins/libvisual-projectm: Drop 2.1.0-r1, cmake-utils-- Closes: https://bugs.gentoo.org/834300 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libvisual-projectm-2.1.0-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild deleted file mode 100644 index 7d5ece8ffe22..000000000000 --- a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_P=projectM-complete-${PV}-Source - -DESCRIPTION="A libvisual graphical music visualization plugin similar to milkdrop" -HOMEPAGE="http://projectm.sourceforge.net" -SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=" - >=media-libs/libprojectm-3.1.12:0= - media-libs/libsdl - =media-libs/libvisual-0.4* - virtual/opengl -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P}/src/projectM-libvisual/ - -DOCS=( AUTHORS ChangeLog )