summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-musiczombie
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-leechcraft/lc-musiczombie
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-leechcraft/lc-musiczombie')
-rw-r--r--app-leechcraft/lc-musiczombie/Manifest2
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild26
-rw-r--r--app-leechcraft/lc-musiczombie/metadata.xml15
3 files changed, 0 insertions, 43 deletions
diff --git a/app-leechcraft/lc-musiczombie/Manifest b/app-leechcraft/lc-musiczombie/Manifest
deleted file mode 100644
index d1c694b10d43..000000000000
--- a/app-leechcraft/lc-musiczombie/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD lc-musiczombie-9999.ebuild 507 BLAKE2B 6bedd8e5cac92189492f8248b573ed3c964c5c433c0759a596046e18bffabcc56387411ac17d87748295bc00d48dcf262b7c6ab7d5100079763b938d811cca06 SHA512 f9457d34b19cd22d5362d0c49d9a4c1073b79bc4bad477ab58272036f939d791eb08f0e0b764061829497ac01b5f01dc053e752a1900d1bb6b395c40c569831c
-MISC metadata.xml 476 BLAKE2B 01d39f15177fec3de9b7f634451e5e780a5b92caef3a5fe053cd191bca4604fc33ccfd47d6c93efac0f5fef46a72ff03563defc89d4e162c5377d81d7e120c03 SHA512 b2b6dd4bbc3f1f5b3c107888891196abbcfd982c97fa5f5109802bcb29f593a98dae15124fd1eed53e42667df8f4ea4d5fbbf29bccb4731ad05b7d429458af15
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild
deleted file mode 100644
index 9a98bff590d8..000000000000
--- a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit leechcraft
-
-DESCRIPTION="MusicBrainz client plugin for LeechCraft"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="acoustid debug"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtconcurrent:5
- dev-qt/qtnetwork:5
- dev-qt/qtxml:5
- acoustid? ( media-libs/chromaprint:= )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_MUSICZOMBIE_CHROMAPRINT=$(usex acoustid)
- )
- cmake_src_configure
-}
diff --git a/app-leechcraft/lc-musiczombie/metadata.xml b/app-leechcraft/lc-musiczombie/metadata.xml
deleted file mode 100644
index b5bf77f94436..000000000000
--- a/app-leechcraft/lc-musiczombie/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>0xd34df00d@gmail.com</email>
- <name>Georg Rudoy</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <use>
- <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
- </use>
-</pkgmetadata>