aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:26:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:26:04 +0200
commitddc994ecf20629cc865c23b0726afe73cdb91ad3 (patch)
treeb72879754c23c46591171c28444b24563413c8f8 /app-editors
parentapp-crypt/keysmith: drop 24.08.2 (diff)
downloadkde-ddc994ecf20629cc865c23b0726afe73cdb91ad3.tar.gz
kde-ddc994ecf20629cc865c23b0726afe73cdb91ad3.tar.bz2
kde-ddc994ecf20629cc865c23b0726afe73cdb91ad3.zip
app-editors/ghostwriter: drop 24.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ghostwriter/Manifest1
-rw-r--r--app-editors/ghostwriter/ghostwriter-24.08.2.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest
deleted file mode 100644
index 1ec789f84b..0000000000
--- a/app-editors/ghostwriter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ghostwriter-24.08.2.tar.xz 2707632 BLAKE2B 479d3ddeeb920ff2a2f72e52a0c5b099592b671561e44a622a78f34e55b8a648bfc138901f5dc02a597f2e143399a05b3e187a93ebd1235671326f39e7bb80b2 SHA512 556a79cd7784aa2f409031b19961d64dae8a26be32efee4ff8734c3a6b5305dab8988584eefd03976e24943f6dbaa79a85b2904354e1aa2c636b1e84edfa4266
diff --git a/app-editors/ghostwriter/ghostwriter-24.08.2.ebuild b/app-editors/ghostwriter/ghostwriter-24.08.2.ebuild
deleted file mode 100644
index cde0cc6ee4..0000000000
--- a/app-editors/ghostwriter/ghostwriter-24.08.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="office"
-ECM_HANDBOOK="optional"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
-HOMEPAGE="https://ghostwriter.kde.org/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RDEPEND="
- app-text/hunspell:=
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
- >=dev-qt/qtsvg-${QTMIN}:6
- >=dev-qt/qtwebchannel-${QTMIN}:6
- >=dev-qt/qtwebengine-${QTMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/sonnet-${KFMIN}:6
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-BDEPEND="
- >=dev-qt/qttools-${QTMIN}:6[linguist]
- virtual/pkgconfig
-"
-
-DOCS=( CHANGELOG.md README.md )