public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/
Date: Thu, 19 Mar 2020 19:09:55 +0000 (UTC)	[thread overview]
Message-ID: <1584644958.aa1bb661056944dbd337445144911fab166a0e78.whissi@gentoo> (raw)

commit:     aa1bb661056944dbd337445144911fab166a0e78
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Mar 18 03:09:05 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 19:09:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1bb661

app-arch/lrzip: security cleanup (bug #624462)

Dropping old versions; new fixed version has long since been stabilised.

Bug: https://bugs.gentoo.org/624462
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15000
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-arch/lrzip/Manifest              |  2 --
 app-arch/lrzip/lrzip-0.621.ebuild    | 35 ---------------------------------
 app-arch/lrzip/lrzip-0.631-r1.ebuild | 38 ------------------------------------
 3 files changed, 75 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 90dbe892c21..c40fbe97bd6 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,3 +1 @@
-DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a SHA512 be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
-DIST lrzip-0.631.tar.bz2 522158 BLAKE2B d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119 SHA512 6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307
 DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297 SHA512 f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild b/app-arch/lrzip/lrzip-0.621.ebuild
deleted file mode 100644
index 2c3c973d99c..00000000000
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md"
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
-	 app-arch/bzip2
-	 sys-libs/zlib"
-DEPEND="${RDEPEND}
-	x86? ( dev-lang/nasm )
-	virtual/perl-Pod-Parser"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-}
-
-src_configure() {
-	econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
-	default
-	rm "${D}/usr/share/doc/${P}/COPYING"
-}

diff --git a/app-arch/lrzip/lrzip-0.631-r1.ebuild b/app-arch/lrzip/lrzip-0.631-r1.ebuild
deleted file mode 100644
index 4f1a1fd92f5..00000000000
--- a/app-arch/lrzip/lrzip-0.631-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="https://github.com/ckolivas/lrzip"
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/lzo
-	 app-arch/bzip2
-	 sys-libs/zlib"
-DEPEND="${RDEPEND}
-	x86? ( dev-lang/nasm )
-	virtual/perl-Pod-Parser"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-missing-stdarg_h.patch
-	"${FILESDIR}"/${P}-solaris.patch
-)
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	# Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
-	rm -f "${ED}"/usr/bin/lrz
-	rm -f "${ED}"/usr/share/man/man1/lrz.*
-
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-03-19 19:09 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 19:09 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-26 20:17 [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/ Ionen Wolkens
2024-02-25  0:01 Joshua Kinard
2024-02-17 12:26 Jakov Smolić
2022-11-23  7:53 WANG Xuerui
2022-04-14  8:10 Agostino Sarubbo
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-09 20:02 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-07 20:58 Jakov Smolić
2022-04-07 20:58 Jakov Smolić
2022-03-11 11:01 Sam James
2022-03-02  2:31 Sam James
2021-12-19 12:13 Stephan Hartmann
2021-12-19 11:58 Sam James
2021-07-17 19:41 Andreas K. Hüttel
2021-07-17 19:41 Andreas K. Hüttel
2021-04-14 22:07 Sam James
2021-04-14 16:26 Sam James
2021-04-14 16:25 Sam James
2021-04-14 16:24 Sam James
2021-04-14 16:23 Sam James
2021-04-14 16:23 Sam James
2021-04-13 18:43 Sergei Trofimovich
2021-03-07 23:04 Sam James
2021-02-22  7:25 Sam James
2021-01-06 12:52 Fabian Groffen
2020-07-13 18:08 Sam James
2019-11-11 19:39 Sergei Trofimovich
2019-11-07  0:21 Aaron Bauman
2019-11-01 23:25 Sergei Trofimovich
2019-11-01 10:34 Mikle Kolyada
2019-10-28  9:43 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-10-26 23:36 Thomas Deutschmann
2019-03-02 23:28 Andreas Sturmlechner
2018-10-14 10:18 Pacho Ramos
2018-10-14 10:18 Pacho Ramos
2018-03-30 18:50 Aaron Bauman
2017-04-08  6:06 Michał Górny
2017-03-03 10:09 Agostino Sarubbo
2016-07-23  6:53 Jeroen Roovers
2016-07-06 16:52 Amy Winston
2016-06-23 18:36 Michael Palimaka
2016-06-17 15:13 Patrice Clement
2016-06-17 14:53 Patrice Clement
2016-06-10 15:32 Agostino Sarubbo
2016-06-08 19:38 Markus Meier
2016-05-28 10:52 Pacho Ramos

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=1584644958.aa1bb661056944dbd337445144911fab166a0e78.whissi@gentoo \
    --to=whissi@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