summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
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 3923da584c0..00000000000
--- 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 d865d1e1608..00000000000
--- 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>