From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C195559CB4 for ; Tue, 19 Apr 2016 22:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FBE921C04D; Tue, 19 Apr 2016 22:35:13 +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 B61DB21C04D for ; Tue, 19 Apr 2016 22:35:12 +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 BB98433FEDE for ; Tue, 19 Apr 2016 22:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9054415F for ; Tue, 19 Apr 2016 22:35:08 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461105290.0dc6ef2bd92e7a1b205cd6514b2471f6e7c22ac7.mrueg@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/Manifest media-plugins/libvisual-projectm/libvisual-projectm-2.0.1.ebuild X-VCS-Directories: media-plugins/libvisual-projectm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 0dc6ef2bd92e7a1b205cd6514b2471f6e7c22ac7 X-VCS-Branch: master Date: Tue, 19 Apr 2016 22:35:08 +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: 4f464975-cfb4-4f57-a127-e3e5b26eb738 X-Archives-Hash: 8d62937fc99c176cae2ecf1ba5a9260c commit: 0dc6ef2bd92e7a1b205cd6514b2471f6e7c22ac7 Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 19 22:34:30 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 19 22:34:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc6ef2b media-plugins/libvisual-projectm: Remove old Package-Manager: portage-2.2.28 media-plugins/libvisual-projectm/Manifest | 1 - .../libvisual-projectm-2.0.1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/media-plugins/libvisual-projectm/Manifest b/media-plugins/libvisual-projectm/Manifest index 57937f7..9849531 100644 --- a/media-plugins/libvisual-projectm/Manifest +++ b/media-plugins/libvisual-projectm/Manifest @@ -1,2 +1 @@ DIST projectM-complete-2.1.0-Source.tar.gz 31130351 SHA256 513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee SHA512 53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f WHIRLPOOL f60ee006dac8465a17e1397a9331bdabd7a3967455f9e16644e1ff5e544ab1662b3aa8a2b428c0258f0b38c91513bfbda3cd29b4419e05e64aa410e61ad03972 -DIST projectM_libvisual-2.0.1-Source.tar.gz 23128 SHA256 8526b8687caebcef5f3374dd61665732f10030e970a7db4804eb65a06da18ea0 SHA512 cebcd47b1232a5d71797e61ac628af8ef247c1a1f2ad70fdce5965f2cc09d6128f270c1cb68ef3387fd2c0eb7a934c5e01a073a7ed302597341578d747dfe62d WHIRLPOOL c332b30f5ba04077382dd189302e8f79bdf7a99b0fe05897d3ec409ff48607089f723df85031647cf170834f14fb99de0bdea08e154d2938ea39bbf59a47fb42 diff --git a/media-plugins/libvisual-projectm/libvisual-projectm-2.0.1.ebuild b/media-plugins/libvisual-projectm/libvisual-projectm-2.0.1.ebuild deleted file mode 100644 index e885666..0000000 --- a/media-plugins/libvisual-projectm/libvisual-projectm-2.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit cmake-utils - -MY_P=projectM_libvisual-${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.0.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS ChangeLog" - -PATCHES=( - "${FILESDIR}/${PV}-gcc4.6.patch" -)