From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845D91581FB for ; Sat, 24 Aug 2024 16:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 719F8E2A72; Sat, 24 Aug 2024 16:01:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55297E2A72 for ; Sat, 24 Aug 2024 16:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CC4343029 for ; Sat, 24 Aug 2024 16:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84A161F14 for ; Sat, 24 Aug 2024 16:01:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724513331.8f9d194d954e6da91b82d8995cabecfca381b8be.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/ghostwriter/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/ghostwriter/ghostwriter-24.08.0.ebuild X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8f9d194d954e6da91b82d8995cabecfca381b8be X-VCS-Branch: master Date: Sat, 24 Aug 2024 16:01:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70d2d0ab-614a-4ea1-973e-ac588a2d6509 X-Archives-Hash: f4850d0565c7448a981b1b741500dca5 commit: 8f9d194d954e6da91b82d8995cabecfca381b8be Author: Sam James gentoo org> AuthorDate: Sat Aug 24 15:28:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 24 15:28:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f9d194d app-editors/ghostwriter: drop 24.08.0 Signed-off-by: Sam James gentoo.org> app-editors/ghostwriter/ghostwriter-24.08.0.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) 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 )