diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-20 17:55:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-20 17:55:26 +0200 |
commit | 5e61bb7f099f9361614cac7beb2732c25a0b4485 (patch) | |
tree | b211afbce25ee6a54239a515272ae6bbaed2adbe /app-leechcraft | |
parent | app-leechcraft/lcpackgen: Remove last-rited pkg (diff) | |
download | gentoo-5e61bb7f099f9361614cac7beb2732c25a0b4485.tar.gz gentoo-5e61bb7f099f9361614cac7beb2732c25a0b4485.tar.bz2 gentoo-5e61bb7f099f9361614cac7beb2732c25a0b4485.zip |
app-leechcraft/lc-otlozhu: 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-otlozhu/lc-otlozhu-9999.ebuild | 27 | ||||
-rw-r--r-- | app-leechcraft/lc-otlozhu/metadata.xml | 12 |
2 files changed, 0 insertions, 39 deletions
diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild deleted file mode 100644 index 7c55c79d815c..000000000000 --- a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit leechcraft - -DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" - -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DENABLE_OTLOZHU_SYNC=OFF - ) - - cmake_src_configure -} diff --git a/app-leechcraft/lc-otlozhu/metadata.xml b/app-leechcraft/lc-otlozhu/metadata.xml deleted file mode 100644 index ef43617d9e97..000000000000 --- a/app-leechcraft/lc-otlozhu/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> |