diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 18:19:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 18:19:34 +0200 |
commit | 65d95ae7cdf95793f1ad279d7c003cf59afe582a (patch) | |
tree | cfdff87caf46c107ec6d7301a4292c0e295c3e2f /app-editors | |
parent | app-crypt/keysmith: drop 24.05.49.9999 (diff) | |
download | kde-65d95ae7cdf95793f1ad279d7c003cf59afe582a.tar.gz kde-65d95ae7cdf95793f1ad279d7c003cf59afe582a.tar.bz2 kde-65d95ae7cdf95793f1ad279d7c003cf59afe582a.zip |
app-editors/ghostwriter: drop 24.05.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild b/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild deleted file mode 100644 index a36b0c04b0..0000000000 --- a/app-editors/ghostwriter/ghostwriter-24.05.49.9999.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.3.0 -QTMIN=6.6.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="" -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 ) |