aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-09 13:04:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-09 13:04:38 +0100
commit92324ee46af18316ec9eb9ed9da5b0148dd63273 (patch)
tree173d8572ee5df6e9b9dca9ea219458e6e10c6a43 /app-text
parentapp-text/chmk: treeclean (diff)
downloadkde-92324ee46af18316ec9eb9ed9da5b0148dd63273.tar.gz
kde-92324ee46af18316ec9eb9ed9da5b0148dd63273.tar.bz2
kde-92324ee46af18316ec9eb9ed9da5b0148dd63273.zip
app-text/kjots: treeclean
Archived upstream, replaced by app-text/marknote Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kjots/kjots-9999.ebuild55
-rw-r--r--app-text/kjots/metadata.xml12
2 files changed, 0 insertions, 67 deletions
diff --git a/app-text/kjots/kjots-9999.ebuild b/app-text/kjots/kjots-9999.ebuild
deleted file mode 100644
index 71b39d1514..0000000000
--- a/app-text/kjots/kjots-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="pim"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm kde.org
-
-DESCRIPTION="Note taking utility by KDE"
-HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="speech"
-
-DEPEND="
- >=dev-libs/ktextaddons-1.5.0:6[speech?]
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=kde-apps/akonadi-24.02.0:6
- >=kde-apps/akonadi-notes-24.02.0:6
- >=kde-apps/kmime-24.02.0:6
- >=kde-apps/kontactinterface-24.02.0:6
- >=kde-apps/kpimtextedit-24.02.0:6
- >=kde-frameworks/kbookmarks-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/ktexttemplate-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !${CATEGORY}/${PN}:5
- >=kde-apps/kdepim-runtime-24.02.0:6
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package speech KF6TextEditTextToSpeech)
- )
-
- ecm_src_configure
-}
diff --git a/app-text/kjots/metadata.xml b/app-text/kjots/metadata.xml
deleted file mode 100644
index 8e5041d0d9..0000000000
--- a/app-text/kjots/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- <remote-id type="kde-invent">pim/kjots</remote-id>
- </upstream>
-</pkgmetadata>