public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/
Date: Fri, 10 Feb 2023 13:39:02 +0000 (UTC)	[thread overview]
Message-ID: <1676035534.5b90b3f320e58957416a50a7f5d28858d0f48679.xgqt@gentoo> (raw)

commit:     5b90b3f320e58957416a50a7f5d28858d0f48679
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 13:25:13 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 13:25:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b90b3f3

app-arch/bzip3: drop old 1.1.5

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-arch/bzip3/Manifest           |  1 -
 app-arch/bzip3/bzip3-1.1.5.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 0b3db675dbfb..9298f9a1c953 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71 SHA512 589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af SHA512 36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa SHA512 b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197 SHA512 476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d

diff --git a/app-arch/bzip3/bzip3-1.1.5.ebuild b/app-arch/bzip3/bzip3-1.1.5.ebuild
deleted file mode 100644
index 4bbe2c3cdb5b..000000000000
--- a/app-arch/bzip3/bzip3-1.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git"
-else
-	SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-	# ./configure script will default to Clang if it is found on the system,
-	# force the use of CC selected by the user with CC=$(tc-getCC)
-	econf CC=$(tc-getCC)
-}
-
-src_install() {
-	default
-
-	find "${ED}" -type f -name '*.la' -delete || die
-}


             reply	other threads:[~2023-02-10 13:39 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 13:39 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22 17:34 [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/ Arthur Zamarin
2025-01-22 17:34 Arthur Zamarin
2025-01-22 11:45 Arthur Zamarin
2024-12-16 23:26 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-01-18 17:25 Sam James
2024-01-18 17:25 Sam James
2024-01-18 17:25 Sam James
2023-12-06 22:47 Maciej Barć
2023-11-30 21:39 Sam James
2023-09-16 14:48 Maciej Barć
2023-09-07 20:07 Sam James
2023-09-07 19:51 Sam James
2023-08-07 11:31 Maciej Barć
2023-07-01 13:57 Maciej Barć
2023-06-20 16:23 Sam James
2023-06-20 16:10 Sam James
2023-05-20 12:37 Maciej Barć
2023-04-08 19:57 Maciej Barć
2023-04-08 19:57 Maciej Barć
2023-04-08 19:57 Maciej Barć
2023-04-08 17:37 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-04 16:27 Maciej Barć
2023-04-04  1:30 Maciej Barć
2023-03-24 14:30 Maciej Barć
2023-02-10 20:41 Sam James
2023-02-10 20:36 Sam James
2023-01-10 23:18 Maciej Barć
2023-01-10 23:18 Maciej Barć
2022-12-12 16:14 Sam James
2022-12-12 16:14 Sam James
2022-11-29  6:58 Jakov Smolić
2022-11-26  6:43 Arthur Zamarin
2022-11-09 17:25 Maciej Barć
2022-11-09 17:25 Maciej Barć
2022-10-31 14:08 Maciej Barć
2022-10-25 23:02 Maciej Barć
2022-10-25 23:02 Maciej Barć
2022-10-25 10:44 Sam James
2022-10-25  5:08 Arthur Zamarin
2022-10-24 20:26 Maciej Barć
2022-10-24 20:26 Maciej Barć
2022-10-06  0:30 Maciej Barć
2022-10-06  0:30 Maciej Barć
2022-09-04 18:38 Maciej Barć
2022-09-04 18:38 Maciej Barć
2022-06-22 16:45 Maciej Barć
2022-06-22 16:45 Maciej Barć
2022-06-10  5:29 Jakov Smolić
2022-05-18  0:08 WANG Xuerui
2022-05-17 21:09 Maciej Barć
2022-05-16 17:14 Maciej Barć
2022-05-15 18:48 Maciej Barć
2022-05-14  8:31 Maciej Barć
2022-05-13 22:13 Maciej Barć

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=1676035534.5b90b3f320e58957416a50a7f5d28858d0f48679.xgqt@gentoo \
    --to=xgqt@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