diff options
author | Sam James <sam@gentoo.org> | 2024-08-24 16:28:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-24 16:28:51 +0100 |
commit | 8f9d194d954e6da91b82d8995cabecfca381b8be (patch) | |
tree | 81dddaf103721137b0b50d3f2fb406220d325199 /app-editors | |
parent | app-crypt/keysmith: drop 24.08.0 (diff) | |
download | kde-8f9d194d954e6da91b82d8995cabecfca381b8be.tar.gz kde-8f9d194d954e6da91b82d8995cabecfca381b8be.tar.bz2 kde-8f9d194d954e6da91b82d8995cabecfca381b8be.zip |
app-editors/ghostwriter: drop 24.08.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghostwriter/Manifest | 1 | ||||
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-24.08.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest deleted file mode 100644 index 6cf62eda49..0000000000 --- a/app-editors/ghostwriter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ghostwriter-24.08.0.tar.xz 2706744 BLAKE2B bb9a7613b28a69eda75acd5d433871d3186ec3d2daf5e1c05442be0f9526959e6d294e8c2c4b38c63d849ba4ab5aa71483cd709b04451665dfaa75ec204c7422 SHA512 e9ee147ad5b43de4e662c004f99148e8c3d082472ae59344b522682027c8db65816874502991959dba93d852b58287b934dd192064801f7cb0a28e246a845248 diff --git a/app-editors/ghostwriter/ghostwriter-24.08.0.ebuild b/app-editors/ghostwriter/ghostwriter-24.08.0.ebuild deleted file mode 100644 index cde0cc6ee4..0000000000 --- a/app-editors/ghostwriter/ghostwriter-24.08.0.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 ) |