public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/
Date: Thu,  9 Jun 2022 19:02:01 +0000 (UTC)	[thread overview]
Message-ID: <1654801312.e22cd8d97af2be5e12cea6f58acd2becae192eae.asturm@gentoo> (raw)

commit:     e22cd8d97af2be5e12cea6f58acd2becae192eae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 19:01:36 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 19:01:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22cd8d9

app-editors/okteta: 0.26.9 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/okteta/Manifest             |  1 +
 app-editors/okteta/okteta-0.26.9.ebuild | 69 +++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index e26018dcecee..71141ee46033 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1,2 +1,3 @@
 DIST okteta-0.26.7.tar.xz 983388 BLAKE2B abe5abb678c0cae7538ac5bdf68b3e9285c405996194e03dcb3f74c397124805496a67ee1b9b2d8c2676dc3fca7d743a012898056aef82f5f1a1e998ee36ef60 SHA512 829294e0ed8b01be940b215334d9291bba1af01fded05511be33a813e9d090bc06f0af90dfb49d45d44814ae38de7c9cb6427215ea076b8401a66734aa42ea25
 DIST okteta-0.26.8.tar.xz 980328 BLAKE2B f8cdc9246c24c922f3f5b7dd659d3d00c3db58682a7d00d4b5f19d84ec1b376d5a72b0ab548698f44bd34018897bc7aec30874a8bbdf37c1ee9832737519a51b SHA512 1e6cd6c0386573b13cc107ec735dc9319860cbb458b8fe72773a50005b3327cd0257b5d9fc5b3bee1cdaddc12accb9106b2ce566fdbbc1f698617a4ff4b5c5f6
+DIST okteta-0.26.9.tar.xz 990484 BLAKE2B 97430ed8a5c8dda422dfd43a91c04fe778581caf475c74b324a26d772777030d73ed799dafa6662b225258ae76c1c37bd38c7d3c97d89d28928106d10f84308a SHA512 cc98f7923a26de9548944ebc207284879607707f41065c847707ac5876c04d31926bb4edf82062cd4d6ade2df64d7a2363d8dfa711524574514ca0dd260b4a9f

diff --git a/app-editors/okteta/okteta-0.26.9.ebuild b/app-editors/okteta/okteta-0.26.9.ebuild
new file mode 100644
index 000000000000..cf8171388a8d
--- /dev/null
+++ b/app-editors/okteta/okteta-0.26.9.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=5.82.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Hex editor by KDE"
+HOMEPAGE="https://apps.kde.org/okteta/ https://utils.kde.org/projects/okteta/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2 handbook? ( FDL-1.2 )"
+SLOT="5"
+IUSE="crypt"
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtprintsupport-${QTMIN}:5
+	>=dev-qt/qtscript-${QTMIN}:5[scripttools]
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kbookmarks-${KFMIN}:5
+	>=kde-frameworks/kcmutils-${KFMIN}:5
+	>=kde-frameworks/kcodecs-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	crypt? ( >=app-crypt/qca-2.3.0:2 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DOMIT_EXAMPLES=ON
+		$(cmake_use_find_package crypt Qca-qt5)
+	)
+
+	ecm_src_configure
+}
+
+src_test() {
+	local myctestargs=( -j1 )
+
+	ecm_src_test
+}


             reply	other threads:[~2022-06-09 19:02 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 19:02 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-30 17:39 [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/ Andreas Sturmlechner
2025-03-27  7:21 Arthur Zamarin
2025-03-04 22:32 Andreas Sturmlechner
2025-02-21 18:55 Arthur Zamarin
2025-02-17  1:34 Sam James
2025-02-16 16:36 Sam James
2025-02-02 22:46 Andreas Sturmlechner
2024-12-05 21:56 Andreas Sturmlechner
2024-11-21 13:47 Jakov Smolić
2024-10-10 22:34 Andreas Sturmlechner
2024-09-19 18:55 Andreas Sturmlechner
2024-09-14 17:55 Arthur Zamarin
2024-09-14 17:55 Arthur Zamarin
2024-09-14 17:55 Arthur Zamarin
2024-09-10 16:36 Andreas Sturmlechner
2024-09-10 16:36 Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2024-03-06 19:19 Arthur Zamarin
2024-01-07 14:37 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2023-12-29  7:05 Arthur Zamarin
2023-12-14 20:20 Andreas Sturmlechner
2023-09-09  7:32 Andreas Sturmlechner
2023-09-03 14:17 Sam James
2023-09-03 14:17 Sam James
2023-09-03 14:17 Sam James
2023-08-08 22:16 Andreas Sturmlechner
2023-08-03 17:11 Andreas Sturmlechner
2023-07-08 16:06 Andreas Sturmlechner
2023-07-08 16:06 Andreas Sturmlechner
2023-06-06 18:37 Andreas Sturmlechner
2023-02-27 19:29 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2023-02-22 20:14 Arthur Zamarin
2023-01-09 19:47 Andreas Sturmlechner
2022-07-11 16:00 Andreas Sturmlechner
2022-07-10 23:52 Sam James
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 13:22 Agostino Sarubbo
2022-05-18  9:08 Andreas Sturmlechner
2022-03-30  6:28 Andreas Sturmlechner
2022-03-26 19:49 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-02-24 16:06 Andreas Sturmlechner
2021-12-01  6:37 Yixun Lan
2021-10-31 20:52 Georgy Yakovlev
2021-05-24 18:43 Andreas Sturmlechner
2021-05-23 23:05 Agostino Sarubbo
2021-05-23 22:28 Agostino Sarubbo
2021-04-06 12:07 Andreas Sturmlechner
2021-04-06 12:07 Andreas Sturmlechner
2021-04-05 22:54 Thomas Deutschmann
2021-02-01 13:39 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 15:19 Sam James
2020-08-01 22:57 Andreas Sturmlechner
2020-02-26 18:25 Andreas Sturmlechner
2020-02-24 13:36 Andreas Sturmlechner
2020-02-24 13:23 Agostino Sarubbo
2020-02-24 12:53 Agostino Sarubbo
2020-02-02 23:24 Andreas Sturmlechner
2019-08-06 20:11 Andreas Sturmlechner
2019-08-02  8:04 Mikle Kolyada
2019-08-02  8:04 Mikle Kolyada
2019-07-02 12:22 Andreas Sturmlechner
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 20:58 Thomas Deutschmann
2019-04-20 17:46 Mikle Kolyada
2019-04-10  6:03 Andreas Sturmlechner
2019-04-09 15:14 Andreas Sturmlechner
2019-03-11 20:27 Andreas Sturmlechner
2019-02-05 23:27 Andreas Sturmlechner
2019-02-02 15:39 Andreas Sturmlechner
2019-01-31 22:15 Thomas Deutschmann
2018-12-31 21:14 Andreas Sturmlechner
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:16 Mikle Kolyada
2018-10-09  8:09 Andreas Sturmlechner
2018-10-01 18:13 Andreas Sturmlechner
2018-09-28  8:36 Mikle Kolyada
2018-09-08  8:12 Andreas Sturmlechner
2018-09-04  7:46 Andreas Sturmlechner
2018-08-08  8:57 Andreas Sturmlechner
2018-07-21 16:51 Andreas Sturmlechner
2018-07-21 14:13 Mikle Kolyada
2018-07-20 22:40 Thomas Deutschmann
2018-07-14 18:27 Andreas Sturmlechner
2018-07-14 18:27 Andreas Sturmlechner
2018-06-12 20:44 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654801312.e22cd8d97af2be5e12cea6f58acd2becae192eae.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox