public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2017-12-09  8:19 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-12-09  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     69a556b7b1ce5b85641613df88088a7633a5d312
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 08:19:13 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 08:19:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a556b7

app-arch/zpaq: Drop old

 app-arch/zpaq/Manifest            |  3 +--
 app-arch/zpaq/zpaq-7.13-r1.ebuild | 55 ---------------------------------------
 2 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/app-arch/zpaq/Manifest b/app-arch/zpaq/Manifest
index 1a551e05314..ab88116b379 100644
--- a/app-arch/zpaq/Manifest
+++ b/app-arch/zpaq/Manifest
@@ -1,2 +1 @@
-DIST zpaq713.zip 829863 SHA256 9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919 SHA512 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f WHIRLPOOL 494c3b9a6e6e0f50cecaf2630bcb4c9edd2433c128c13a1fc7a31d1695cbfbfadeda68f7fa2bd0023a0854d8548221ee52a1c218755b4a5a10b695db6b5a142d
-DIST zpaq715.zip 1000646 SHA256 e85ec2529eb0ba22ceaeabd461e55357ef099b80f61c14f377b429ea3d49d418 SHA512 4cddcc04dff5e9dceb7138cf9e82b718b696048368ff494339f877d93e4423ed7959c0cfb2e30ba7dcbcdd6bbd59fa1021ceaca6d51e3180d8034b7a3997c265 WHIRLPOOL 2d87e0e710ea3e19a599e21a17e69a0fa4441211a493be5ca114d5d69a063bc929606b687dc156ea04d35d8bb8df76dcc33c9b77940e0271a4a4f513bae5113a
+DIST zpaq715.zip 1000646 BLAKE2B 3ecc69af7c14ca43643d54feac54647c82ac25e0212fc7f6e60821b76ba1976a2b2ccbf07e030ab6518c8643b452309d622cbea602fc4fe8798af7e4ecb2b027 SHA512 4cddcc04dff5e9dceb7138cf9e82b718b696048368ff494339f877d93e4423ed7959c0cfb2e30ba7dcbcdd6bbd59fa1021ceaca6d51e3180d8034b7a3997c265

diff --git a/app-arch/zpaq/zpaq-7.13-r1.ebuild b/app-arch/zpaq/zpaq-7.13-r1.ebuild
deleted file mode 100644
index 57831952041..00000000000
--- a/app-arch/zpaq/zpaq-7.13-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic pax-utils toolchain-funcs
-
-MY_P=${PN}${PV/./}
-DESCRIPTION="Journaling incremental deduplicating archiving compressor"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +jit"
-
-# now 2in1!
-RDEPEND="!app-arch/libzpaq"
-# perl for pod2man
-DEPEND="
-	app-arch/unzip
-	dev-lang/perl"
-
-S=${WORKDIR}
-
-src_prepare() {
-	default
-	sed -i -e '/^zpaq:/,+1s/libzpaq\.o/$(SONAME)/' Makefile || die
-}
-
-src_compile() {
-	use debug || append-cppflags -DNDEBUG
-	use jit || append-cppflags -DNOJIT
-	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}"
-}
-
-src_test() {
-	local -x LD_LIBRARY_PATH=".${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
-	use jit && pax-mark m zpaq
-	default
-}
-
-src_install() {
-	emake install PREFIX="${ED%/}"/usr LIBDIR="\$(PREFIX)/$(get_libdir)"
-	use jit && pax-mark m "${ED%/}"/usr/bin/zpaq
-	einstalldocs
-}
-
-pkg_postinst() {
-	if ! has_version app-arch/zpaq-extras; then
-		elog "You may also want to install app-arch/zpaq-extras package which provides"
-		elog "few additional configs and preprocessors for use with zpaq."
-	fi
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2023-10-27  5:43 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-10-27  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8b3ba8e93ac64eb87f8b845c0f9ebd4a403b75b4
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 05:42:42 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 05:42:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3ba8e9

app-arch/zpaq: Stabilize 7.15-r1 x86, #916314

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-arch/zpaq/zpaq-7.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zpaq/zpaq-7.15-r1.ebuild b/app-arch/zpaq/zpaq-7.15-r1.ebuild
index 60cd42cd1c69..ac37de18a340 100644
--- a/app-arch/zpaq/zpaq-7.15-r1.ebuild
+++ b/app-arch/zpaq/zpaq-7.15-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug +jit"
 
 # perl for pod2man


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2023-10-27  5:43 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-10-27  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ba7d60ac118cda4f743fac813002256140507b6c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 05:42:06 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 05:42:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7d60ac

app-arch/zpaq: Stabilize 7.15-r1 amd64, #916314

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-arch/zpaq/zpaq-7.15-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/zpaq/zpaq-7.15-r1.ebuild b/app-arch/zpaq/zpaq-7.15-r1.ebuild
index cd79e48be432..60cd42cd1c69 100644
--- a/app-arch/zpaq/zpaq-7.15-r1.ebuild
+++ b/app-arch/zpaq/zpaq-7.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="debug +jit"
 
 # perl for pod2man


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2022-07-10 10:38 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2022-07-10 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     871c4217af48b7a615fd92cfbcf15ae5e5984928
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 10:38:27 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 10:38:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871c4217

app-arch/zpaq: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-arch/zpaq/{zpaq-7.15.ebuild => zpaq-7.15-r1.ebuild} | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-arch/zpaq/zpaq-7.15.ebuild b/app-arch/zpaq/zpaq-7.15-r1.ebuild
similarity index 87%
rename from app-arch/zpaq/zpaq-7.15.ebuild
rename to app-arch/zpaq/zpaq-7.15-r1.ebuild
index aabf4cdca479..cd79e48be432 100644
--- a/app-arch/zpaq/zpaq-7.15.ebuild
+++ b/app-arch/zpaq/zpaq-7.15-r1.ebuild
@@ -1,14 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit flag-o-matic pax-utils toolchain-funcs
 
-MY_P=${PN}${PV/./}
+MY_P="${PN}${PV/./}"
+
 DESCRIPTION="Journaling incremental deduplicating archiving compressor"
 HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
 SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
+S="${WORKDIR}"
 
 LICENSE="Unlicense"
 SLOT="0"
@@ -16,12 +18,10 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug +jit"
 
 # perl for pod2man
-DEPEND="
+BDEPEND="
 	app-arch/unzip
 	dev-lang/perl"
 
-S=${WORKDIR}
-
 src_compile() {
 	use debug || append-cppflags -DNDEBUG
 	use jit || append-cppflags -DNOJIT
@@ -34,8 +34,8 @@ src_test() {
 }
 
 src_install() {
-	emake install PREFIX="${ED%/}"/usr
-	use jit && pax-mark m "${ED%/}"/usr/bin/zpaq
+	emake install PREFIX="${ED}"/usr
+	use jit && pax-mark m "${ED}"/usr/bin/zpaq
 	einstalldocs
 }
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2022-06-10  5:29 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-06-10  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0774f926a2957af77798de1bfa67fb8ff927f883
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 05:28:47 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 05:28:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0774f926

app-arch/zpaq: Keyword 7.15 arm64, #850661

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-arch/zpaq/zpaq-7.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/zpaq/zpaq-7.15.ebuild b/app-arch/zpaq/zpaq-7.15.ebuild
index e4c812dd9a58..aabf4cdca479 100644
--- a/app-arch/zpaq/zpaq-7.15.ebuild
+++ b/app-arch/zpaq/zpaq-7.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug +jit"
 
 # perl for pod2man


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2017-06-30 11:19 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-06-30 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a3b242f50bba38fc238fdba40e5ddb47d4bbaba0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:10:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 11:19:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b242f5

app-arch/zpaq: Bump to 7.15

 app-arch/zpaq/Manifest         |  1 +
 app-arch/zpaq/zpaq-7.15.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-arch/zpaq/Manifest b/app-arch/zpaq/Manifest
index f882cb3e0a6..1a551e05314 100644
--- a/app-arch/zpaq/Manifest
+++ b/app-arch/zpaq/Manifest
@@ -1 +1,2 @@
 DIST zpaq713.zip 829863 SHA256 9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919 SHA512 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f WHIRLPOOL 494c3b9a6e6e0f50cecaf2630bcb4c9edd2433c128c13a1fc7a31d1695cbfbfadeda68f7fa2bd0023a0854d8548221ee52a1c218755b4a5a10b695db6b5a142d
+DIST zpaq715.zip 1000646 SHA256 e85ec2529eb0ba22ceaeabd461e55357ef099b80f61c14f377b429ea3d49d418 SHA512 4cddcc04dff5e9dceb7138cf9e82b718b696048368ff494339f877d93e4423ed7959c0cfb2e30ba7dcbcdd6bbd59fa1021ceaca6d51e3180d8034b7a3997c265 WHIRLPOOL 2d87e0e710ea3e19a599e21a17e69a0fa4441211a493be5ca114d5d69a063bc929606b687dc156ea04d35d8bb8df76dcc33c9b77940e0271a4a4f513bae5113a

diff --git a/app-arch/zpaq/zpaq-7.15.ebuild b/app-arch/zpaq/zpaq-7.15.ebuild
new file mode 100644
index 00000000000..e4c812dd9a5
--- /dev/null
+++ b/app-arch/zpaq/zpaq-7.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pax-utils toolchain-funcs
+
+MY_P=${PN}${PV/./}
+DESCRIPTION="Journaling incremental deduplicating archiving compressor"
+HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
+SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +jit"
+
+# perl for pod2man
+DEPEND="
+	app-arch/unzip
+	dev-lang/perl"
+
+S=${WORKDIR}
+
+src_compile() {
+	use debug || append-cppflags -DNDEBUG
+	use jit || append-cppflags -DNOJIT
+	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}"
+}
+
+src_test() {
+	use jit && pax-mark m zpaq
+	default
+}
+
+src_install() {
+	emake install PREFIX="${ED%/}"/usr
+	use jit && pax-mark m "${ED%/}"/usr/bin/zpaq
+	einstalldocs
+}
+
+pkg_postinst() {
+	if ! has_version app-arch/zpaq-extras; then
+		elog "You may also want to install app-arch/zpaq-extras package which provides"
+		elog "few additional configs and preprocessors for use with zpaq."
+	fi
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2016-07-03 13:29 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2016-07-03 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7b99fb52d2c9f8e3a3ffc9659bfe17c8906af09d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 13:27:05 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 13:29:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b99fb52

app-arch/zpaq: Merge libzpaq into the package

 app-arch/zpaq/zpaq-7.13-r1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/app-arch/zpaq/zpaq-7.13-r1.ebuild b/app-arch/zpaq/zpaq-7.13-r1.ebuild
new file mode 100644
index 0000000..a05100b
--- /dev/null
+++ b/app-arch/zpaq/zpaq-7.13-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+MY_P=${PN}${PV/./}
+DESCRIPTION="Journaling incremental deduplicating archiving compressor"
+HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
+SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +jit"
+
+# now 2in1!
+RDEPEND="!app-arch/libzpaq"
+# perl for pod2man
+DEPEND="
+	app-arch/unzip
+	dev-lang/perl"
+
+S=${WORKDIR}
+
+src_prepare() {
+	default
+	sed -i -e '/^zpaq:/,+1s/libzpaq\.o/$(SONAME)/' Makefile || die
+}
+
+src_compile() {
+	use debug || append-cppflags -DNDEBUG
+	use jit || append-cppflags -DNOJIT
+	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}"
+}
+
+src_test() {
+	local -x LD_LIBRARY_PATH=".${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
+	default
+}
+
+src_install() {
+	emake install PREFIX="${ED%/}"/usr LIBDIR="\$(PREFIX)/$(get_libdir)"
+	einstalldocs
+}
+
+pkg_postinst() {
+	if ! has_version app-arch/zpaq-extras; then
+		elog "You may also want to install app-arch/zpaq-extras package which provides"
+		elog "few additional configs and preprocessors for use with zpaq."
+	fi
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2016-07-03 13:29 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2016-07-03 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2c9e3ae1f1afaf8eefb25ed43ba4a077eab3d92f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 13:27:43 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 13:29:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9e3ae1

app-arch/zpaq: Fix Hardened w/ USE=jit, #411521

 app-arch/zpaq/zpaq-7.13-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-arch/zpaq/zpaq-7.13-r1.ebuild b/app-arch/zpaq/zpaq-7.13-r1.ebuild
index a05100b..d4dbbe9 100644
--- a/app-arch/zpaq/zpaq-7.13-r1.ebuild
+++ b/app-arch/zpaq/zpaq-7.13-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic pax-utils toolchain-funcs
 
 MY_P=${PN}${PV/./}
 DESCRIPTION="Journaling incremental deduplicating archiving compressor"
@@ -38,11 +38,13 @@ src_compile() {
 
 src_test() {
 	local -x LD_LIBRARY_PATH=".${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
+	use jit && pax-mark m zpaq
 	default
 }
 
 src_install() {
 	emake install PREFIX="${ED%/}"/usr LIBDIR="\$(PREFIX)/$(get_libdir)"
+	use jit && pax-mark m "${ED%/}"/usr/bin/zpaq
 	einstalldocs
 }
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2016-05-24  8:57 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2016-05-24  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c1192be25717b002d6b0bddac13135f2a0725e53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 08:56:23 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 08:57:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1192be2

app-arch/zpaq: Clean up old

 app-arch/zpaq/Manifest         |  2 --
 app-arch/zpaq/zpaq-6.41.ebuild | 45 ------------------------------------------
 app-arch/zpaq/zpaq-6.49.ebuild | 44 -----------------------------------------
 3 files changed, 91 deletions(-)

diff --git a/app-arch/zpaq/Manifest b/app-arch/zpaq/Manifest
index 6450e5e..ac15024 100644
--- a/app-arch/zpaq/Manifest
+++ b/app-arch/zpaq/Manifest
@@ -1,4 +1,2 @@
-DIST zpaq641.zip 576673 SHA256 0d90a6be9a70c9c2b337116da4044385821c3b7bbd1988bff8d21171e5daf86c SHA512 48ee840496ee3b61b33117a7a421903635b515040c1a4414c83be66ae6da2516e26511fb3a09ecd1448a84f6b1e7f6df5069af6806d53361110a11590270e7eb WHIRLPOOL a27c3a06854face7e6a6558863e351700601459b354904d61733e75d3719a047a041fff3b315954801ca610355facdf1242b232edfd630d25bef94a321179e6e
-DIST zpaq649.zip 609714 SHA256 d6162d40f17649573ca355038ef7b79baf337696f8c14ca58706dcb6519b5767 SHA512 67e5fb2fb5d0c6f8b05e126aeaf3b9b2173c343487627ebaddbf63ce56ef044842e6e7b7ed20c80e813fe04c625421101ef157e21fc72d6411daec4ad25c77ae WHIRLPOOL e3bac2a75d4e5288b5093eb8989155c212a8260ffbd0d0a6a90acbae7c59a9ad20ade591744e573c557e510cd2b32c2d562cfe6c805aba90cd837fd5288279b3
 DIST zpaq653.zip 536808 SHA256 295e4e491958c222bf51a30d36eb2d013a6f427422b91ee9d5be7f1c332590b3 SHA512 7999f0e35e8b0f46b586e5a0f5346b3501f21ab39fa25d57b9bdf5b87eee16d9e846f6b60fc7c447195bbdd0345ec4e220606d8c100167611231afe36f5558ed WHIRLPOOL 9d66fc51d2d48df1853c68686a65bc492756e11378c8e9075d6c976f11e69941fe52405ce66a57497fcde0524879ce04ef0430df3ff84da28e7d2f9d2cc70034
 DIST zpaq704.zip 630426 SHA256 21b595f8452b32c780f6ff29e0fc716cdf3595338774e1f72d4d4b5df212da39 SHA512 2655febd6e1352858c4daa7abe743c77e2b4b554b6c5961e1dde2c4011b1b4dd647decf60b7a86585eb5a1606253789afb85551923c6f542cf31dfecd984eaaa WHIRLPOOL 8a4ff4dd0c9e53d2f4a85c600537d83d7876f24ba4d4371d5a647d873c5ecc92ed80626f7abc3127f62346a1ffa69bc88172366a4fe4e0ea4236086c55a5ee72

diff --git a/app-arch/zpaq/zpaq-6.41.ebuild b/app-arch/zpaq/zpaq-6.41.ebuild
deleted file mode 100644
index b3fe2f6..0000000
--- a/app-arch/zpaq/zpaq-6.41.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils
-
-MY_P=${PN}${PV/./}
-DESCRIPTION="Journaling incremental deduplicating archiving compressor"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="=app-arch/libzpaq-${PV}
-	dev-libs/libdivsufsort"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
-	EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/${PN}-4-autotools.patch
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-		# man-page is no longer there
-		ac_cv_prog_POD2MAN=
-	)
-
-	autotools-utils_src_configure
-}
-
-pkg_postinst() {
-	elog "You may also want to install app-arch/zpaq-extras package which provides"
-	elog "few additional configs and preprocessors for use with zpaq."
-}

diff --git a/app-arch/zpaq/zpaq-6.49.ebuild b/app-arch/zpaq/zpaq-6.49.ebuild
deleted file mode 100644
index 7667a97..0000000
--- a/app-arch/zpaq/zpaq-6.49.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils flag-o-matic
-
-MY_P=${PN}${PV/./}
-DESCRIPTION="Journaling incremental deduplicating archiving compressor"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="~app-arch/libzpaq-${PV}
-	dev-libs/libdivsufsort"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
-	EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/${PN}-4-autotools.patch
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-	)
-
-	append-cppflags -Dunix
-	autotools-utils_src_configure
-}
-
-pkg_postinst() {
-	elog "You may also want to install app-arch/zpaq-extras package which provides"
-	elog "few additional configs and preprocessors for use with zpaq."
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
@ 2016-05-24  8:57 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2016-05-24  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     40d1b5b0a2d7f79753f6eb021442103ded7d2d41
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 08:53:56 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 08:57:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d1b5b0

app-arch/zpaq: Bump to 7.13

 app-arch/zpaq/Manifest         |  1 +
 app-arch/zpaq/zpaq-7.13.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-arch/zpaq/Manifest b/app-arch/zpaq/Manifest
index ac15024..5e27e4d 100644
--- a/app-arch/zpaq/Manifest
+++ b/app-arch/zpaq/Manifest
@@ -1,2 +1,3 @@
 DIST zpaq653.zip 536808 SHA256 295e4e491958c222bf51a30d36eb2d013a6f427422b91ee9d5be7f1c332590b3 SHA512 7999f0e35e8b0f46b586e5a0f5346b3501f21ab39fa25d57b9bdf5b87eee16d9e846f6b60fc7c447195bbdd0345ec4e220606d8c100167611231afe36f5558ed WHIRLPOOL 9d66fc51d2d48df1853c68686a65bc492756e11378c8e9075d6c976f11e69941fe52405ce66a57497fcde0524879ce04ef0430df3ff84da28e7d2f9d2cc70034
 DIST zpaq704.zip 630426 SHA256 21b595f8452b32c780f6ff29e0fc716cdf3595338774e1f72d4d4b5df212da39 SHA512 2655febd6e1352858c4daa7abe743c77e2b4b554b6c5961e1dde2c4011b1b4dd647decf60b7a86585eb5a1606253789afb85551923c6f542cf31dfecd984eaaa WHIRLPOOL 8a4ff4dd0c9e53d2f4a85c600537d83d7876f24ba4d4371d5a647d873c5ecc92ed80626f7abc3127f62346a1ffa69bc88172366a4fe4e0ea4236086c55a5ee72
+DIST zpaq713.zip 829863 SHA256 9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919 SHA512 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f WHIRLPOOL 494c3b9a6e6e0f50cecaf2630bcb4c9edd2433c128c13a1fc7a31d1695cbfbfadeda68f7fa2bd0023a0854d8548221ee52a1c218755b4a5a10b695db6b5a142d

diff --git a/app-arch/zpaq/zpaq-7.13.ebuild b/app-arch/zpaq/zpaq-7.13.ebuild
new file mode 100644
index 0000000..ed726ad
--- /dev/null
+++ b/app-arch/zpaq/zpaq-7.13.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P=${PN}${PV/./}
+DESCRIPTION="Journaling incremental deduplicating archiving compressor"
+HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
+SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="~app-arch/libzpaq-${PV}"
+# perl for pod2man
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	dev-lang/perl"
+
+S=${WORKDIR}
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" zpaq.o zpaq.1
+	# link manually to use shared library
+	emake -f /dev/null CC="$(tc-getCXX)" LDLIBS="-lzpaq -pthread" zpaq
+}
+
+src_test() {
+	# no idea why the 'test' needs that
+	touch libzpaq.so libzpaq.so.1 || die
+	default
+}
+
+src_install() {
+	dobin zpaq
+	doman zpaq.1
+}
+
+pkg_postinst() {
+	if ! has_version app-arch/zpaq-extras; then
+		elog "You may also want to install app-arch/zpaq-extras package which provides"
+		elog "few additional configs and preprocessors for use with zpaq."
+	fi
+}


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

end of thread, other threads:[~2023-10-27  5:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-09  8:19 [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-10-27  5:43 Joonas Niilola
2023-10-27  5:43 Joonas Niilola
2022-07-10 10:38 David Seifert
2022-06-10  5:29 Jakov Smolić
2017-06-30 11:19 Michał Górny
2016-07-03 13:29 Michał Górny
2016-07-03 13:29 Michał Górny
2016-05-24  8:57 Michał Górny
2016-05-24  8:57 Michał Górny

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