aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:12:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:25:53 +0100
commit2ab315e39dfb604881a69627f3dc3a14f2272c16 (patch)
tree3e7b67c1e84b965994a77316c198a0f1d8601eeb /app-editors
parentapp-crypt/keysmith: drop 24.02.1 (diff)
downloadkde-2ab315e39dfb604881a69627f3dc3a14f2272c16.tar.gz
kde-2ab315e39dfb604881a69627f3dc3a14f2272c16.tar.bz2
kde-2ab315e39dfb604881a69627f3dc3a14f2272c16.zip
app-editors/ghostwriter: drop 24.02.1
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.02.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest
deleted file mode 100644
index 8d52d05cb8..0000000000
--- a/app-editors/ghostwriter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ghostwriter-24.02.1.tar.xz 3625348 BLAKE2B d587473bcfa7c0dd8b48d5374133e38ed05a29c1357438896e6da5d28851b5bf44acdd86b929f5994e92489404b0c7f3f9375a8276215e0a2a95f27d251403a6 SHA512 bdcaf7b3a1efc00ccfbb11ab10b1d343f4c8a4693d8d9d7cab1731a60af4f448c9946436cec2d4f61f944413a387869807b3ade237586e9d50b730caff91c1d6
diff --git a/app-editors/ghostwriter/ghostwriter-24.02.1.ebuild b/app-editors/ghostwriter/ghostwriter-24.02.1.ebuild
deleted file mode 100644
index 70e5a52303..0000000000
--- a/app-editors/ghostwriter/ghostwriter-24.02.1.ebuild
+++ /dev/null
@@ -1,41 +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=5.115.0
-QTMIN=5.15.12
-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 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/hunspell:=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwebchannel-${QTMIN}:5
- >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/sonnet-${KFMIN}:5
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-BDEPEND="
- >=dev-qt/linguist-tools-${QTMIN}:5
- virtual/pkgconfig
-"
-
-DOCS=( CHANGELOG.md README.md )