public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lziprecover/
Date: Sun, 18 Feb 2024 13:23:42 +0000 (UTC)	[thread overview]
Message-ID: <1708262612.513a645d196295091384accf8f28947bda6c349c.mgorny@gentoo> (raw)

commit:     513a645d196295091384accf8f28947bda6c349c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 13:14:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 13:23:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513a645d

app-arch/lziprecover: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lziprecover/Manifest                |  2 --
 app-arch/lziprecover/lziprecover-1.23.ebuild | 29 ----------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-arch/lziprecover/Manifest b/app-arch/lziprecover/Manifest
index 4621eaf26cda..be787d9ba915 100644
--- a/app-arch/lziprecover/Manifest
+++ b/app-arch/lziprecover/Manifest
@@ -1,4 +1,2 @@
-DIST lziprecover-1.23.tar.gz 156147 BLAKE2B 71a210c7143ff6f0f8b9cce7d5a1b6f681f8331fb971fa2836dfd04ad50e732ab595a415a9b8a3020c70c884c7e7fce5c605e63e0f28ea94f2de9d5447199a83 SHA512 9f2d40311f901c2c00fa6b106a2363dfcd7b6c73ae86282733d7c3451237ee30f6d5cce035ab5ba63300eea637eeb3ac5db7e7571bdef1bef259b801b10f1c7a
-DIST lziprecover-1.23.tar.gz.sig 72 BLAKE2B fcddac3243d69a77847393d69b7447faac36850e74cfa97336e30e581b840badcce66d1e7900a2d2c6bf9f5c3fcd1e04470087e1c5aaf885f198021c8b64323d SHA512 2a54258cad2b043375f1fad6f2a7bb736276ffc7e4ec3b7ac73b33f3a5ec74a419e2ed7493d3266c4a17437d7d6591d21ac319ed5c5c5565e8bc149d8d424a44
 DIST lziprecover-1.24.tar.gz 161471 BLAKE2B b96bba4aff4423c8681ae5c86efa66af61ee88b50050e262959b51c22927c594a8f5ca8f3d59a46ddae842a5078fe2ed955e279a412708247f7dd3140e6763b7 SHA512 b1f126fa24b1627c6e98ba8fa4fc30dac248f81f92be12f1063db6e40fd9c6f9f8b5a2306bde72f30623a64de5befec28b34073309f393317b56a38527947466
 DIST lziprecover-1.24.tar.gz.sig 72 BLAKE2B 8f4aa191b19e92c225138331f278bb907cf823917ee528ec3f9da9fa75abcc94eea4d676979d7b914fe099b7bed49c1feccf6e9fb069a873ad3b723a4e65af85 SHA512 d708a0573d9a46b92d59c08a988068735e0f76316896489f2ce0585d09f0178718bdd5fd59dc869c7314ba8fb64c4c4aa73eb8e226db1564cbc964422bde13e4

diff --git a/app-arch/lziprecover/lziprecover-1.23.ebuild b/app-arch/lziprecover/lziprecover-1.23.ebuild
deleted file mode 100644
index ec17757d2523..000000000000
--- a/app-arch/lziprecover/lziprecover-1.23.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
-inherit toolchain-funcs verify-sig
-
-DESCRIPTION="Lziprecover is a data recovery tool and decompressor for lzip compressed files"
-HOMEPAGE="https://www.nongnu.org/lzip/lziprecover.html"
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz"
-SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
-S="${WORKDIR}/${P/_/-}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
-
-src_configure() {
-	# not autotools-based
-	./configure \
-		--prefix="${EPREFIX}"/usr \
-		CXX="$(tc-getCXX)" \
-		CPPFLAGS="${CPPFLAGS}" \
-		CXXFLAGS="${CXXFLAGS}" \
-		LDFLAGS="${LDFLAGS}" || die
-}


             reply	other threads:[~2024-02-18 13:23 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18 13:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-18  8:49 [gentoo-commits] repo/gentoo:master commit in: app-arch/lziprecover/ Sam James
2024-02-18  0:15 Sam James
2024-01-31 15:47 Michał Górny
2024-01-22 16:26 Michał Górny
2022-04-06 23:34 Sam James
2022-03-24 21:27 Michał Górny
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-01-23 18:05 Michał Górny
2021-02-19 16:42 Michał Górny
2021-02-19 16:11 Sam James
2021-02-19  1:51 Thomas Deutschmann
2021-01-04 12:23 Lars Wendler
2019-12-26 10:53 Michał Górny
2019-12-26 10:53 Michał Górny
2019-04-07  7:27 Michał Górny
2019-04-01 17:21 Thomas Deutschmann
2019-03-12 17:01 Mikle Kolyada
2019-02-01 18:20 Lars Wendler
2018-05-29  8:37 Mikle Kolyada
2018-05-27 13:01 Thomas Deutschmann
2018-03-26  6:13 Michał Górny
2018-03-05  9:16 Lars Wendler
2018-03-05  9:16 Lars Wendler
2017-12-26 14:44 Lars Wendler
2017-05-15 14:23 Lars Wendler
2017-03-30 11:30 Lars Wendler
2017-01-02  7:52 Lars Wendler
2016-07-18  7:51 Lars Wendler
2016-07-18  7:51 Lars Wendler
2016-06-06 16:15 Agostino Sarubbo
2016-05-24  8:00 Lars Wendler
2016-05-24  8:00 Lars Wendler
2016-05-24  7:58 Michał Górny
2016-01-27 15:38 Lars Wendler

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=1708262612.513a645d196295091384accf8f28947bda6c349c.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