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: kde-misc/kdiff3/
Date: Tue, 26 Sep 2023 18:04:10 +0000 (UTC)	[thread overview]
Message-ID: <1695751436.e3603ddd304d2a081b073cc95765c1730de8787b.asturm@gentoo> (raw)

commit:     e3603ddd304d2a081b073cc95765c1730de8787b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 17:58:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 18:03:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3603ddd

kde-misc/kdiff3: add 1.10.6_pre0

Bug: https://bugs.gentoo.org/912878
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kdiff3/Manifest                  |  1 +
 kde-misc/kdiff3/kdiff3-1.10.6_pre0.ebuild | 48 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index dd5c8e6ccc59..ac9255f770a3 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1 +1,2 @@
 DIST kdiff3-1.10.5.tar.xz 1119712 BLAKE2B ba2a2750db48e74d1668b8f39fb59bede65385fd9c9457881f90f4bb55bed20a96c1983ff43ac21896773cf9894ab171a8b2a4054cd11d9a115263caec2dd223 SHA512 567feae45f622fe07c33435949da2418b74a986afad72b25a53f1bf9d628e4a5dc2b2e915caec9ddeb02a57e0309ecde6554af100e38af3143f7601f9a8a12f2
+DIST kdiff3-1.10.6.tar.bz2 1330356 BLAKE2B 5953183ed599346ccc09b0ab112114fa18dbf7ec5d09e2492d850bdc0fba2e38eef6e3ffc399213931aefd6e4ed0ab54053ff96bebf9c5109dbdc487b18298f8 SHA512 104ff95d84e4fb81a4b8fcdb407030cb2123d466795e6c778d6645aba7ea2d9ffa4db286ad05966119e4fd64859ce12b38c351719e5a16dae06011ac9afdb966

diff --git a/kde-misc/kdiff3/kdiff3-1.10.6_pre0.ebuild b/kde-misc/kdiff3/kdiff3-1.10.6_pre0.ebuild
new file mode 100644
index 000000000000..4dba975a3847
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-1.10.6_pre0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm kde.org
+
+DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3"
+SRC_URI="https://invent.kde.org/sdk/${PN}/-/archive/${PV/_pre0/}/${P/_pre0/}.tar.bz2"
+S="${WORKDIR}/${P/_pre0/}"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtprintsupport-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+	sys-apps/diffutils
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=OFF
+	)
+	ecm_src_configure
+}


             reply	other threads:[~2023-09-26 18:04 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 18:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:29 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/ Andreas Sturmlechner
2024-09-12 19:29 Andreas Sturmlechner
2024-09-07 17:48 Andreas Sturmlechner
2024-09-02 12:44 Andreas Sturmlechner
2024-08-31 21:19 Sam James
2024-08-11  6:54 Andreas Sturmlechner
2024-08-10  7:57 Andreas Sturmlechner
2024-08-09  8:39 Arthur Zamarin
2024-07-21 16:43 Arthur Zamarin
2024-07-02 11:46 Sam James
2024-06-29 18:08 Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-17 19:13 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-05-20 21:05 Andreas Sturmlechner
2024-01-12  8:17 Arthur Zamarin
2024-01-12  8:17 Arthur Zamarin
2023-12-12 12:12 Andreas Sturmlechner
2023-10-15 10:15 Andreas Sturmlechner
2023-10-15  9:14 Sam James
2023-10-14 16:52 Arthur Zamarin
2023-10-01 11:12 Andreas Sturmlechner
2023-10-01 11:12 Andreas Sturmlechner
2023-08-03 17:11 Andreas Sturmlechner
2023-07-11 19:21 Andreas Sturmlechner
2023-05-28 18:45 Andreas Sturmlechner
2023-05-23 18:56 Arthur Zamarin
2023-05-23 18:40 Arthur Zamarin
2023-05-18 11:29 Andreas Sturmlechner
2023-05-18 11:29 Andreas Sturmlechner
2023-05-16 19:17 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-03-30 18:18 Andreas Sturmlechner
2023-03-30 18:18 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2023-01-18 10:02 Andreas Sturmlechner
2022-07-25  9:22 Andreas Sturmlechner
2022-07-25  7:07 Agostino Sarubbo
2022-07-24 23:23 Sam James
2022-06-27 10:35 Andreas Sturmlechner
2022-03-31 11:22 Andreas Sturmlechner
2022-03-30 20:09 Jakov Smolić
2022-03-30 11:09 Jakov Smolić
2021-12-22 11:14 Andreas Sturmlechner
2021-12-16 21:50 Sam James
2021-12-16 21:49 Sam James
2021-11-22 16:37 Andreas Sturmlechner
2021-10-03 17:52 Agostino Sarubbo
2021-10-02 22:50 Sam James
2021-09-04 17:01 Andreas Sturmlechner
2021-07-15  7:42 Agostino Sarubbo
2021-07-15  7:38 Agostino Sarubbo
2021-07-14 11:08 Andreas Sturmlechner
2021-05-20 18:24 Andreas Sturmlechner
2021-05-20 18:24 Andreas Sturmlechner
2021-05-14 20:59 Andreas Sturmlechner
2021-05-14 20:59 Andreas Sturmlechner
2021-05-03 21:09 Andreas Sturmlechner
2021-02-27 12:47 Andreas Sturmlechner
2021-02-27 12:29 Sam James
2021-02-25 13:54 Agostino Sarubbo
2021-01-21 11:16 Andreas Sturmlechner
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13 10:01 Agostino Sarubbo
2020-10-13  9:26 Agostino Sarubbo
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-06-25 10:09 Andreas Sturmlechner
2020-05-10 11:31 Andreas Sturmlechner
2020-05-10  9:19 Mikle Kolyada
2020-05-10  9:15 Mikle Kolyada
2020-05-01 20:32 Andreas Sturmlechner
2020-03-28 11:54 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-01-26 10:26 Georgy Yakovlev
2020-01-12 11:47 Andreas Sturmlechner
2019-05-19 22:01 Andreas Sturmlechner
2019-05-18  7:14 Andreas Sturmlechner
2019-05-14 13:59 Andreas Sturmlechner
2019-05-14 13:59 Andreas Sturmlechner
2019-04-23 20:25 Andreas Sturmlechner
2019-04-23 20:25 Andreas Sturmlechner
2019-04-03 16:22 Andreas Sturmlechner
2019-04-03 16:22 Andreas Sturmlechner
2019-03-26 20:56 Andreas Sturmlechner
2019-03-26 20:56 Andreas Sturmlechner
2019-03-20 14:02 Andreas Sturmlechner
2019-03-03 15:27 Andreas Sturmlechner
2019-03-03 15:27 Andreas Sturmlechner
2018-05-24 13:10 Andreas Sturmlechner
2017-09-15 19:05 Johannes Huber
2017-09-06 21:00 Michał Górny
2017-09-03  9:27 Andreas Sturmlechner
2017-06-15  9:54 Agostino Sarubbo
2017-06-14  7:49 Agostino Sarubbo
2017-05-14 10:13 Andreas Sturmlechner
2017-05-06 21:33 Andreas Sturmlechner
2016-07-20 20:03 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2016-06-02 15:29 Michael Palimaka
2016-06-02 15:29 Michael Palimaka
2016-03-26 16:39 Agostino Sarubbo

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=1695751436.e3603ddd304d2a081b073cc95765c1730de8787b.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