* [gentoo-commits] repo/gentoo:master commit in: app-arch/rzip/
@ 2021-04-02 14:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-02 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 092e2d4ea3e3cf61c616c8996c24fe828eb5505d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 11:29:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 2 14:00:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092e2d4e
app-arch/rzip: fix DEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20231
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/rzip/rzip-2.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/rzip/rzip-2.1-r3.ebuild b/app-arch/rzip/rzip-2.1-r3.ebuild
index a069fe7ccf3..f771c83cd97 100644
--- a/app-arch/rzip/rzip-2.1-r3.ebuild
+++ b/app-arch/rzip/rzip-2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND="app-arch/bzip2:="
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-2.1-darwin.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/rzip/
@ 2022-07-02 20:07 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-07-02 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 86901ca6b0ba4ffe849fd5bb42d6cfb491193848
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 20:06:59 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 20:06:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86901ca6
app-arch/rzip: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-arch/rzip/{rzip-2.1-r3.ebuild => rzip-2.1-r4.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-arch/rzip/rzip-2.1-r3.ebuild b/app-arch/rzip/rzip-2.1-r4.ebuild
similarity index 86%
rename from app-arch/rzip/rzip-2.1-r3.ebuild
rename to app-arch/rzip/rzip-2.1-r4.ebuild
index f771c83cd97b..02cf14d9e94b 100644
--- a/app-arch/rzip/rzip-2.1-r3.ebuild
+++ b/app-arch/rzip/rzip-2.1-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -12,7 +12,6 @@ SRC_URI="https://rzip.samba.org/ftp/rzip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
RDEPEND="app-arch/bzip2:="
DEPEND="${RDEPEND}"
@@ -24,7 +23,6 @@ PATCHES=(
src_prepare() {
default
- mv configure.{in,ac} || die
eautoreconf
}
@@ -33,7 +31,7 @@ pkg_postinst() {
ewarn "compression of large files it didn't set the right file size, so"
ewarn "if you have any reason to believe that your archive was compressed "
ewarn "with an old Gentoo rzip, please refer to "
- ewarn " https://bugs.gentoo.org/show_bug.cgi?id=217552 "
+ ewarn " https://bugs.gentoo.org/217552"
ewarn "for the rzip-handle-broken-archive.patch patch to rescue your"
ewarn "data."
ewarn
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/rzip/
@ 2017-12-29 13:17 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-12-29 13:17 UTC (permalink / raw
To: gentoo-commits
commit: f2c1b80c33642d0347e8e5f6a7f38ccb5d6b8786
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 12:25:43 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 13:16:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c1b80c
app-arch/rzip: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-arch/rzip/rzip-2.1-r2.ebuild | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-arch/rzip/rzip-2.1-r2.ebuild b/app-arch/rzip/rzip-2.1-r2.ebuild
index 1c8043ac3fb..75233dfea45 100644
--- a/app-arch/rzip/rzip-2.1-r2.ebuild
+++ b/app-arch/rzip/rzip-2.1-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit autotools eutils
+inherit autotools
DESCRIPTION="Compression program for large files"
HOMEPAGE="https://rzip.samba.org/"
@@ -14,17 +14,17 @@ SLOT="0"
KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-DEPEND="app-arch/bzip2"
+RDEPEND="app-arch/bzip2:="
+DEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.1-darwin.patch )
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1-darwin.patch
+ default
+ mv configure.{in,ac} || die
eautoreconf
}
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
-}
-
pkg_postinst() {
ewarn "Warning: Gentoo shipped a broken rzip for quite some time. During"
ewarn "compression of large files it didn't set the right file size, so"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/rzip/
@ 2017-11-09 22:05 Mike Gilbert
0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2017-11-09 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 2c099d427001e8221399f18d94eca472d8cb24c0
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Sep 9 15:16:23 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 9 22:03:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c099d42
app-arch/rzip: use HTTPS for links to samba.org (bug #636916)
app-arch/rzip/rzip-2.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/rzip/rzip-2.1-r2.ebuild b/app-arch/rzip/rzip-2.1-r2.ebuild
index 134e0e7cd77..1c8043ac3fb 100644
--- a/app-arch/rzip/rzip-2.1-r2.ebuild
+++ b/app-arch/rzip/rzip-2.1-r2.ebuild
@@ -6,8 +6,8 @@ EAPI="2"
inherit autotools eutils
DESCRIPTION="Compression program for large files"
-HOMEPAGE="http://rzip.samba.org"
-SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz"
+HOMEPAGE="https://rzip.samba.org/"
+SRC_URI="https://rzip.samba.org/ftp/rzip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-02 20:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02 14:01 [gentoo-commits] repo/gentoo:master commit in: app-arch/rzip/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-07-02 20:07 David Seifert
2017-12-29 13:17 David Seifert
2017-11-09 22:05 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox