summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2017-02-05 01:33:58 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-05 10:39:01 +0100
commita45ae1e0e667875770581b71e703434aab2fd358 (patch)
tree1ac57ccdf1bd7c7af56ca5ee7dceaf684ccb363a /app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
parentdev-libs/libuv: ppc64 stable (bug 607222). (diff)
downloadgentoo-a45ae1e0e667875770581b71e703434aab2fd358.tar.gz
gentoo-a45ae1e0e667875770581b71e703434aab2fd358.tar.bz2
gentoo-a45ae1e0e667875770581b71e703434aab2fd358.zip
app-leechcraft: removed ancient versions 0.6.60, 0.6.65 and 0.6.70.
Closes: https://github.com/gentoo/gentoo/pull/3818
Diffstat (limited to 'app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild')
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
deleted file mode 100644
index 7215c9a6d3f8..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +fradj +graffiti +guess +mpris +mp3tunes potorchu"
-
-# depend on gstreamer:0.10 to match current Qt deps
-DEPEND="~app-leechcraft/lc-core-${PV}
- graffiti? ( media-libs/flac )
- guess? ( app-i18n/libguess )
- media-libs/gstreamer:0.10
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:4 )
- potorchu? ( media-libs/libprojectm )
- dev-qt/qtdeclarative:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable fradj LMP_FRADJ)
- $(cmake-utils_use_enable graffiti LMP_GRAFFITI)
- $(cmake-utils_use_enable guess LMP_LIBGUESS)
- $(cmake-utils_use_enable mpris LMP_MPRIS)
- $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)
- $(cmake-utils_use_enable potorchu LMP_POTORCHU)"
- cmake-utils_src_configure
-}