aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-09 13:03:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-09 13:03:47 +0100
commit4d20ad0f71b9a1ebf13bc2d2bab9c506b932997c (patch)
tree3b9f625ea0c677830d47073f08daafdcb77aad23 /app-text
parentmedia-libs/ksanecore-common: Drop KF5 backwards compat (diff)
downloadkde-4d20ad0f71b9a1ebf13bc2d2bab9c506b932997c.tar.gz
kde-4d20ad0f71b9a1ebf13bc2d2bab9c506b932997c.tar.bz2
kde-4d20ad0f71b9a1ebf13bc2d2bab9c506b932997c.zip
app-text/chmk: treeclean
Still KF5 based, never progressed out of a personal dev's project. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/chmk/chmk-9999.ebuild36
-rw-r--r--app-text/chmk/metadata.xml12
2 files changed, 0 insertions, 48 deletions
diff --git a/app-text/chmk/chmk-9999.ebuild b/app-text/chmk/chmk-9999.ebuild
deleted file mode 100644
index 3923da584c..0000000000
--- a/app-text/chmk/chmk-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="aacid"
-inherit desktop ecm kde.org
-
-DESCRIPTION="CHM file viewer based on KDE Frameworks and QtWebEngine"
-HOMEPAGE="https://tsdgeos.blogspot.com/2020/05/chmk-simple-chm-viewer.html
-https://invent.kde.org/aacid/chmk"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- dev-qt/qtgui:5
- dev-qt/qtwebengine:5[widgets]
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- kde-frameworks/kconfigwidgets:5
- kde-frameworks/kcoreaddons:5
- kde-frameworks/kcrash:5
- kde-frameworks/ki18n:5
- kde-frameworks/kwidgetsaddons:5
- kde-frameworks/kxmlgui:5
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
- make_desktop_entry ${PN} "ChmK" "" "Qt;KDE;Office;Viewer;" \
- "MimeType=application/chm;application/x-chm;application/vnd.ms-htmlhelp;application/epub+zip"
-}
diff --git a/app-text/chmk/metadata.xml b/app-text/chmk/metadata.xml
deleted file mode 100644
index d865d1e160..0000000000
--- a/app-text/chmk/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- <remote-id type="kde-invent">aacid/chmk</remote-id>
- </upstream>
-</pkgmetadata>