summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ghostwriter/Manifest1
-rw-r--r--app-editors/ghostwriter/ghostwriter-25.04.0.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 a1f01a06b9a..00000000000
--- a/app-editors/ghostwriter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ghostwriter-25.04.0.tar.xz 2721460 BLAKE2B aef8369bda4df1aa9a789878fab3449fab9e20c4fe89995225b10221e292f41b7798894c999fcf799a06ce3238f0fd8a57e3597ba8fb2c973f9c248b7107f167 SHA512 1f1a6986b61d5f12654579fde37360c60e48e916fbcc519ef9391b3d51e4dc2efbe2e5c13967c6c869ef8673cf6b3112b25798978046912bec1e10cc5c4f1d18
diff --git a/app-editors/ghostwriter/ghostwriter-25.04.0.ebuild b/app-editors/ghostwriter/ghostwriter-25.04.0.ebuild
deleted file mode 100644
index b1e678b9038..00000000000
--- a/app-editors/ghostwriter/ghostwriter-25.04.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="office"
-ECM_HANDBOOK="optional"
-KFMIN=6.9.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org xdg
-
-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 )