commit: aafd97402dd0fab24a8fa76fce5f7dfe836fa1f3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 15:58:16 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> 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"