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-cdr/isoimagewriter/
Date: Thu,  4 May 2023 13:35:42 +0000 (UTC)	[thread overview]
Message-ID: <1683207292.0199053e7a3adeb194f47a51eaeed27cde75a4a3.asturm@gentoo> (raw)

commit:     0199053e7a3adeb194f47a51eaeed27cde75a4a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 13:32:32 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May  4 13:34:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199053e

app-cdr/isoimagewriter: add 1.0.0

See also:
https://mail.kde.org/pipermail/kde-announce/2023-May/000293.html

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-cdr/isoimagewriter/Manifest                    |  1 +
 app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-cdr/isoimagewriter/Manifest b/app-cdr/isoimagewriter/Manifest
index fdc2b189b0e2..cc40faa9af77 100644
--- a/app-cdr/isoimagewriter/Manifest
+++ b/app-cdr/isoimagewriter/Manifest
@@ -1,2 +1,3 @@
 DIST isoimagewriter-0.9.1.tar.xz 460048 BLAKE2B 0fa8b1251524dc023f370b540873ea68312025487a4ed09fe4d214bab2cd8f7b16a1c5b2a5eb8603a7019797b66538c902edd9c1fb2be5d8131229bbaa84f180 SHA512 f989c4bd164e2a34d5b2305eac67f34e2a47056993e30c9d9041679b49eb004b40cdae956d49a0b11a12feff280915f5bcd45e12c8a1f8975d95eb99f36c4b2d
 DIST isoimagewriter-0.9.tar.xz 446764 BLAKE2B db3628c702b845591c5895662aad17a4c691352b97ad29f0569db6472cd39c6446ff220c932e970aaf8e56be30c8549358fb6d2e318f01c12830e55fbeadd499 SHA512 94a05da44b22ae932a79f6bb91c6806047f94e9b0fb4fe5530eb6094664877c47a0581f0858ff4458daca8924a7803a979e74d6538ec8da642403c4ede58688d
+DIST isoimagewriter-1.0.0.tar.xz 451924 BLAKE2B cec34345811faa2d43f376ada085867856f7ab2473c070ed35db713fb627241a1c30c3b842c9b9329592f9f1f061e2f01db0dc63a381ad50c6b95b2b0c1b2733 SHA512 d50e8146cfde12d940ccfc1ed8ad71a69d203054e470d52e274589aa38d6fbdb018a79db4b63725c7b37acfedfa36b211cc79437e3f12668b8499d9ece3ee562

diff --git a/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild b/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild
new file mode 100644
index 000000000000..27ade1d784c3
--- /dev/null
+++ b/app-cdr/isoimagewriter/isoimagewriter-1.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Write hybrid ISO files onto a USB disk"
+HOMEPAGE="https://community.kde.org/ISOImageWriter"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+	app-crypt/gpgme:=[cxx(+),qt5]
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qttest-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/solid-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+	sys-fs/udisks:2
+"


             reply	other threads:[~2023-05-04 13:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 13:35 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 17:06 [gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/ Andreas Sturmlechner
2025-01-09 19:37 Andreas Sturmlechner
2024-12-04 18:28 Andreas Sturmlechner
2024-11-07 19:11 Andreas Sturmlechner
2024-10-10 18:57 Andreas Sturmlechner
2024-10-07 17:17 Andreas Sturmlechner
2024-08-24 12:50 Andreas Sturmlechner
2024-08-09  8:39 Arthur Zamarin
2024-07-04 12:06 Andreas Sturmlechner
2024-06-13 16:54 Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
2023-06-10 21:33 Sam James
2023-05-04 13:35 Andreas Sturmlechner
2023-03-31 18:09 Andreas Sturmlechner
2022-09-14 19:55 Andreas Sturmlechner
2022-06-01  8:28 Andreas Sturmlechner
2022-06-01  8:11 Sam James
2022-02-17 18:07 Andreas Sturmlechner
2022-02-16 21:53 David Seifert
2019-12-04  0:56 Andreas Sturmlechner
2019-11-13 21:47 Andreas Sturmlechner
2019-09-21 11:45 Andreas Sturmlechner
2019-08-22 16:51 Andreas Sturmlechner
2019-03-03 23:16 Andreas Sturmlechner
2018-03-17  0:27 Andreas Sturmlechner

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=1683207292.0199053e7a3adeb194f47a51eaeed27cde75a4a3.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