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 BD3B6139694 for ; Sun, 12 Feb 2017 16:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F74E0BC5; Sun, 12 Feb 2017 16:07:22 +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 444A6E0C75 for ; Sun, 12 Feb 2017 16:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E4AAC33BEBE for ; Sun, 12 Feb 2017 16:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8453A4567 for ; Sun, 12 Feb 2017 16:07:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486915632.aafd97402dd0fab24a8fa76fce5f7dfe836fa1f3.johu@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.ebuild X-VCS-Directories: media-plugins/libvisual-projectm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: aafd97402dd0fab24a8fa76fce5f7dfe836fa1f3 X-VCS-Branch: master Date: Sun, 12 Feb 2017 16:07:19 +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: 48bb3720-337d-4d32-b90d-f0216524fe14 X-Archives-Hash: 1bd1bdfe29987c8050e67310cd4fe1f9 commit: aafd97402dd0fab24a8fa76fce5f7dfe836fa1f3 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 12 15:58:16 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 12 16:07:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafd9740 media-plugins/libvisual-projectm: Remove 2.1.0 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../libvisual-projectm-2.1.0.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0.ebuild b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0.ebuild deleted file mode 100644 index 19e20dca24..0000000000 --- a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -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/libsdl - =media-libs/libvisual-0.4* - >=media-libs/libprojectm-2.1.0 - virtual/opengl -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P}/src/projectM-libvisual/ - -DOCS="AUTHORS ChangeLog"