From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/
Date: Sat, 9 Dec 2017 08:19:55 +0000 (UTC) [thread overview]
Message-ID: <1512807590.69a556b7b1ce5b85641613df88088a7633a5d312.mgorny@gentoo> (raw)
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
-}
next reply other threads:[~2017-12-09 8:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-09 8:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-27 5:43 [gentoo-commits] repo/gentoo:master commit in: app-arch/zpaq/ 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
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=1512807590.69a556b7b1ce5b85641613df88088a7633a5d312.mgorny@gentoo \
--to=mgorny@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