diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-20 17:56:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-20 17:56:20 +0200 |
commit | 8e8266aced798a95b0c131e54620d6567e7f47eb (patch) | |
tree | 9399aeef2b4cb32c68955599fe3a366cbc5bdbdb /app-leechcraft | |
parent | app-leechcraft/lc-auscrie: Remove last-rited pkg (diff) | |
download | gentoo-8e8266aced798a95b0c131e54620d6567e7f47eb.tar.gz gentoo-8e8266aced798a95b0c131e54620d6567e7f47eb.tar.bz2 gentoo-8e8266aced798a95b0c131e54620d6567e7f47eb.zip |
app-leechcraft/lc-anhero: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693328
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-anhero/lc-anhero-9999.ebuild | 24 | ||||
-rw-r--r-- | app-leechcraft/lc-anhero/metadata.xml | 12 |
2 files changed, 0 insertions, 36 deletions
diff --git a/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild b/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild deleted file mode 100644 index 2687ec5a28bc..000000000000 --- a/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit leechcraft - -DESCRIPTION="AnHero, crash handler for LeechCraft" - -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND="~app-leechcraft/lc-core-${PV}" -RDEPEND="${DEPEND} - sys-devel/gdb -" - -src_configure() { - local mycmakeargs=( - -DSKIP_MAN_COMPRESS=True - ) - cmake_src_configure -} diff --git a/app-leechcraft/lc-anhero/metadata.xml b/app-leechcraft/lc-anhero/metadata.xml deleted file mode 100644 index ef43617d9e97..000000000000 --- a/app-leechcraft/lc-anhero/metadata.xml +++ /dev/null @@ -1,12 +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> -</pkgmetadata> |