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: Mon, 31 Dec 2018 21:14:49 +0000 (UTC)	[thread overview]
Message-ID: <1546290825.a11d2ee11a1bb0aa626cbbac885b940635a77125.asturm@gentoo> (raw)

commit:     a11d2ee11a1bb0aa626cbbac885b940635a77125
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 19:48:09 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 21:13:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d2ee1

app-editors/okteta: 0.25.5 version bump

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

 app-editors/okteta/Manifest             |  1 +
 app-editors/okteta/okteta-0.25.5.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index 421e9f10d51..a3b2ae4718b 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1 +1,2 @@
 DIST okteta-0.25.4.tar.xz 950344 BLAKE2B 3a3daf5cdb9e349e145a22afe836c78e18972e1f984472267cd182630b8f8132e10efb49cbc9fac40768aef4dadbb678afa26eb965642f07f407030f15b71dbd SHA512 d9887a90efbad3bb2caa0d3bb12af27708b77d54a90cd0da82eace7ea6dfc2efbcea3d7dc720bf4a088a823a8ed9edf75ab1c3680aa6d99c640d5c9e4c385e16
+DIST okteta-0.25.5.tar.xz 953492 BLAKE2B ca8c40df7cf3fe40a4be6f6e2b9d1f787baa658910c3c14ced73f3f3d95c942c00ccfe559562b2e0330726723ffba8e4c7c526369453517e1fd45d3d5ce0336e SHA512 dfe45a2bc3b3fbbce8342e6282981a63a342aee47d0d90cf07449f6974ebdbac53adc7fa9f0b37a7d003370994233f002df277ecebdb6f4c03995ce50d1dbd71

diff --git a/app-editors/okteta/okteta-0.25.5.ebuild b/app-editors/okteta/okteta-0.25.5.ebuild
new file mode 100644
index 00000000000..1956e22af1c
--- /dev/null
+++ b/app-editors/okteta/okteta-0.25.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Hex editor by KDE"
+HOMEPAGE="https://www.kde.org/applications/utilities/okteta
+https://utils.kde.org/projects/okteta/"
+IUSE="crypt designer"
+
+DEPEND="
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtscript 'scripttools')
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	crypt? ( app-crypt/qca:2[qt5(+)] )
+	designer? ( $(add_qt_dep designer) )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DOMIT_EXAMPLES=ON
+		$(cmake-utils_use_find_package crypt Qca-qt5)
+		-DBUILD_DESIGNERPLUGIN=$(usex designer)
+	)
+
+	kde5_src_configure
+}
+
+src_test() {
+	local myctestargs=( -j1 )
+
+	kde5_src_test
+}


             reply	other threads:[~2018-12-31 21:14 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 21:14 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-21 13:47 [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/ 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-06-09 19:02 Andreas Sturmlechner
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-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=1546290825.a11d2ee11a1bb0aa626cbbac885b940635a77125.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