diff options
author | 2025-02-06 17:50:09 +0100 | |
---|---|---|
committer | 2025-02-06 22:41:35 +0100 | |
commit | c11acc51553e1e1cd5426c2e188105a67c9e3f06 (patch) | |
tree | 6aaaab521c2d5cd1408364c1a90757705b5c1e66 /app-editors/ghostwriter | |
parent | app-crypt/keysmith: drop 24.12.2 (diff) | |
download | kde-c11acc51553e1e1cd5426c2e188105a67c9e3f06.tar.gz kde-c11acc51553e1e1cd5426c2e188105a67c9e3f06.tar.bz2 kde-c11acc51553e1e1cd5426c2e188105a67c9e3f06.zip |
app-editors/ghostwriter: drop 24.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/ghostwriter')
-rw-r--r-- | app-editors/ghostwriter/Manifest | 1 | ||||
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-24.12.2.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 99a18a6b4c..0000000000 --- a/app-editors/ghostwriter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ghostwriter-24.12.2.tar.xz 2709628 BLAKE2B e719417243253a0215db89a4bc8e5db2fdbda6a3fd426bcb7a8bb1b690bcc59409105d07a30f79c3c5b5b3fe5a3ba035c61925c4a68f0cf10371b15916ec790d SHA512 5bec0b521a067d7c46f5dbc8a93c7cd6fd7131ef93bde4d81915438ba8a5d8f8791410e13fc4c690891a203b8a0234285d8baf6d2bce6116040eeb7f2da6cf47 diff --git a/app-editors/ghostwriter/ghostwriter-24.12.2.ebuild b/app-editors/ghostwriter/ghostwriter-24.12.2.ebuild deleted file mode 100644 index eafb0008ac..0000000000 --- a/app-editors/ghostwriter/ghostwriter-24.12.2.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.7.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 ) |