public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: app-text/chmk/
@ 2020-10-23 23:27 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-10-23 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f8fa1ab3bc0e57b74afceeb720107c6b874858
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:55:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 17:56:58 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1f8fa1a

app-text/chmk: New package

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/chmk/chmk-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 app-text/chmk/metadata.xml     |  8 ++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-text/chmk/chmk-9999.ebuild b/app-text/chmk/chmk-9999.ebuild
new file mode 100644
index 0000000000..3fcb60cb1a
--- /dev/null
+++ b/app-text/chmk/chmk-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/app-text/chmk/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-text/chmk/
@ 2024-11-09 12:25 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-11-09 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4d20ad0f71b9a1ebf13bc2d2bab9c506b932997c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 12:03:35 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 12:03:47 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d20ad0f

app-text/chmk: treeclean

Still KF5 based, never progressed out of a personal dev's project.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/chmk/chmk-9999.ebuild | 36 ------------------------------------
 app-text/chmk/metadata.xml     | 12 ------------
 2 files changed, 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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-09 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-09 12:25 [gentoo-commits] proj/kde:master commit in: app-text/chmk/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-10-23 23:27 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox