public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ddrescueview/
@ 2022-09-28 16:05 Ronny Gutbrod
  0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-09-28 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a60141e8e553f43b7735cd733906f0222632843a
Author:     Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
AuthorDate: Tue Sep 27 21:22:34 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Sep 27 21:26:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60141e8

sys-fs/ddrescueview: new package, add 0.4.5

Signed-off-by: Andrii Pravorskyi <pravorskyi <AT> meta.ua>

 sys-fs/ddrescueview/Manifest                  |  1 +
 sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild | 50 +++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/sys-fs/ddrescueview/Manifest b/sys-fs/ddrescueview/Manifest
new file mode 100644
index 000000000..5ecf9b5db
--- /dev/null
+++ b/sys-fs/ddrescueview/Manifest
@@ -0,0 +1 @@
+DIST ddrescueview-0.4.5.tar.xz 211184 BLAKE2B bc4ef003b0df7a7059a9f3d738e294a527a039e04e84732b285497df60a575dfedcec3deea87166dd8136cb7745b8d821e18bd499cc2b059fa463e178bdeb892 SHA512 8791b0852fc9fa19a239300f4377adc072b4524e506807918284e935b00fe1c0fa2589acd645ea44a808881edfe77a0f8c8776c6dfc7bf54b283a92da1d7dccd

diff --git a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
new file mode 100644
index 000000000..6b4771b53
--- /dev/null
+++ b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-source-${PV}"
+
+inherit edo
+
+DESCRIPTION="Graphical viewer for GNU ddrescue mapfiles"
+HOMEPAGE="https://sourceforge.net/projects/ddrescueview/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-lang/lazarus
+"
+
+# I don't know yet how not to strip debug info during lazbuild build
+QA_PRESTRIPPED="usr/bin/ddrescueview"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+	cd source || die
+	edo lazbuild \
+		--lazarusdir=/usr/share/lazarus \
+		--primary-config-path="${HOME}" \
+		--skip-dependencies \
+		--verbose \
+		ddrescueview.lpi
+	default
+}
+
+src_install() {
+	dobin source/ddrescueview
+	chmod +x "${D}/usr/bin/ddrescueview"
+
+	insinto /usr/share
+	doins -r resources/linux/applications
+	doins -r resources/linux/icons
+	doman resources/linux/man/man1/ddrescueview.1
+
+	dodoc changelog.txt
+	dodoc readme.txt
+	default
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ddrescueview/
@ 2022-09-30  2:12 Haelwenn Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2022-09-30  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b523aaffb4e887f57afb7ceef79b82ea8e6381eb
Author:     Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
AuthorDate: Wed Sep 28 20:48:16 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Sep 28 20:48:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b523aaff

sys-fs/ddrescueview: simplify ebuild

Signed-off-by: Andrii Pravorskyi <pravorskyi <AT> meta.ua>

 sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
index 6b4771b53..4bb32ac07 100644
--- a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
+++ b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
@@ -37,7 +37,6 @@ src_compile() {
 
 src_install() {
 	dobin source/ddrescueview
-	chmod +x "${D}/usr/bin/ddrescueview"
 
 	insinto /usr/share
 	doins -r resources/linux/applications


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ddrescueview/
@ 2023-02-14 12:02 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-02-14 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     94bdda182f52a024bd58e1a4ccdbd9cc8f22429a
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Feb 14 07:55:45 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 07:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94bdda18

sys-fs/ddrescueview: fix QA issues

- Add RESTRICT (strip)
- Update QA flags
- Copy note from lazarus

Closes: https://bugs.gentoo.org/873394
Closes: https://bugs.gentoo.org/873400
Closes: https://bugs.gentoo.org/873397
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
index 4bb32ac07..f580f67e4 100644
--- a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
+++ b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild
@@ -15,12 +15,13 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-BDEPEND="
-	dev-lang/lazarus
-"
+BDEPEND="dev-lang/lazarus"
 
-# I don't know yet how not to strip debug info during lazbuild build
-QA_PRESTRIPPED="usr/bin/ddrescueview"
+# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it.
+QA_FLAGS_IGNORED="usr/bin/ddrescueview"
+QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
+
+RESTRICT="strip"
 
 S="${WORKDIR}/${MY_P}"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-14 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30  2:12 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ddrescueview/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2023-02-14 12:02 Florian Schmaus
2022-09-28 16:05 Ronny Gutbrod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox