public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-arch/unalz/
@ 2024-04-17 15:11 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-04-17 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c3ff2c5f629da268f8a472c9e41eca9462e353c0
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Apr 17 09:44:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 10:18:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3ff2c5f

app-arch/unalz: add myself as a maintainer

Package was broken a long time, old maintainer not been active.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-arch/unalz/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unalz/metadata.xml b/app-arch/unalz/metadata.xml
index 18f43ef59b..7472f89d6e 100644
--- a/app-arch/unalz/metadata.xml
+++ b/app-arch/unalz/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-    <email>m.santullo@posteo.net</email>
-    <name>Michele Santullo</name>
+    <email>joe@wt.gd</email>
+    <name>Joe Kappus</name>
   </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-arch/unalz/
@ 2024-07-17 11:56 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-07-17 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     52a063e4a00023a13a2abb35c1529ffcb88039bf
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jul 17 09:33:47 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 17 09:33:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52a063e4

app-arch/unalz: ExcessiveLineLength fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-arch/unalz/unalz-0.65-r1.ebuild | 6 ++++--
 app-arch/unalz/unalz-0.65-r2.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-arch/unalz/unalz-0.65-r1.ebuild b/app-arch/unalz/unalz-0.65-r1.ebuild
index 1dfb5cfcf..5a8642905 100644
--- a/app-arch/unalz/unalz-0.65-r1.ebuild
+++ b/app-arch/unalz/unalz-0.65-r1.ebuild
@@ -5,10 +5,12 @@ EAPI=8
 
 DESCRIPTION="Extract ALZ archives"
 HOMEPAGE="http://kippler.com/win/unalz/"
+
+pref=https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=
 SRC_URI="
 	http://kippler.com/win/${PN}/${P}.tgz
-	https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=b4ade05e7e6dec25fee7d57bac6a055137e332c0 -> ${PN}-0.65-use-system-zlib.patch
-	https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=00932925e108f186301c5941130fc34c9a76f345 -> ${PN}-0.65-use-system-bz2.patch
+	${pref}b4ade05e7e6dec25fee7d57bac6a055137e332c0 -> ${PN}-0.65-use-system-zlib.patch
+	${pref}00932925e108f186301c5941130fc34c9a76f345 -> ${PN}-0.65-use-system-bz2.patch
 "
 S="${WORKDIR}"/${PN}
 

diff --git a/app-arch/unalz/unalz-0.65-r2.ebuild b/app-arch/unalz/unalz-0.65-r2.ebuild
index 7c424769c..a9d3c423f 100644
--- a/app-arch/unalz/unalz-0.65-r2.ebuild
+++ b/app-arch/unalz/unalz-0.65-r2.ebuild
@@ -5,10 +5,12 @@ EAPI=8
 
 DESCRIPTION="Extract ALZ archives"
 HOMEPAGE="http://kippler.com/win/unalz/"
+
+prefix=https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=
 SRC_URI="
 	http://kippler.com/win/${PN}/${P}.tgz
-	https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=b4ade05e7e6dec25fee7d57bac6a055137e332c0 -> ${PN}-0.65-use-system-zlib.patch
-	https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=00932925e108f186301c5941130fc34c9a76f345 -> ${PN}-0.65-use-system-bz2.patch
+	${prefix}b4ade05e7e6dec25fee7d57bac6a055137e332c0 -> ${PN}-0.65-use-system-zlib.patch
+	${prefix}00932925e108f186301c5941130fc34c9a76f345 -> ${PN}-0.65-use-system-bz2.patch
 "
 S="${WORKDIR}"/${PN}
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-arch/unalz/
@ 2021-04-08 10:12 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-08 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9b18dc3759829ce133604c7d097e750b37ce5720
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Apr  7 11:38:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  7 11:39:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b18dc37

app-arch/unalz: respect LDFLAGS

Closes: https://bugs.gentoo.org/780600
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>

 app-arch/unalz/{unalz-0.65.ebuild => unalz-0.65-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unalz/unalz-0.65.ebuild b/app-arch/unalz/unalz-0.65-r1.ebuild
similarity index 90%
rename from app-arch/unalz/unalz-0.65.ebuild
rename to app-arch/unalz/unalz-0.65-r1.ebuild
index dd4240383..0a8aeba00 100644
--- a/app-arch/unalz/unalz-0.65.ebuild
+++ b/app-arch/unalz/unalz-0.65-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ PATCHES=(
 S="${WORKDIR}"/${PN}
 
 src_compile() {
-	emake linux-utf8
+	emake linux-utf8 LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


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

end of thread, other threads:[~2024-07-17 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17 15:11 [gentoo-commits] repo/proj/guru:master commit in: app-arch/unalz/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17 11:56 David Roman
2021-04-08 10:12 Andrew Ammerlaan

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