public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/
Date: Wed, 27 Jul 2022 20:10:02 +0000 (UTC)	[thread overview]
Message-ID: <1658952586.f13b25aeebb4fdf2a2f9ea15462f21341725629c.soap@gentoo> (raw)

commit:     f13b25aeebb4fdf2a2f9ea15462f21341725629c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 20:09:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 20:09:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13b25ae

dev-libs/libtar: update EAPI 6 -> 8

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

 ...ar-1.2.20-r4.ebuild => libtar-1.2.20-r5.ebuild} | 31 +++++++++-------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/dev-libs/libtar/libtar-1.2.20-r4.ebuild b/dev-libs/libtar/libtar-1.2.20-r5.ebuild
similarity index 79%
rename from dev-libs/libtar/libtar-1.2.20-r4.ebuild
rename to dev-libs/libtar/libtar-1.2.20-r5.ebuild
index 087a633aa6f4..c9c26bbb3adb 100644
--- a/dev-libs/libtar/libtar-1.2.20-r4.ebuild
+++ b/dev-libs/libtar/libtar-1.2.20-r5.ebuild
@@ -1,34 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
 DESCRIPTION="C library for manipulating tar archives"
 HOMEPAGE="https://repo.or.cz/w/libtar.git/"
 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static-libs zlib"
+IUSE="zlib"
+# There is no test and 'check' target errors out due to mixing of automake &
+# non-automake makefiles.
+# https://bugs.gentoo.org/526436
+RESTRICT="test"
 
 RDEPEND="
 	zlib? ( sys-libs/zlib:= )
-	!zlib? ( app-arch/gzip )
-"
+	!zlib? ( app-arch/gzip )"
 DEPEND="${RDEPEND}"
 
-DOCS=( ChangeLog{,-1.0.x} README TODO )
-
-S="${WORKDIR}/${PN}"
-
-# There is no test and 'check' target errors out due to mixing of automake &
-# non-automake makefiles.
-# https://bugs.gentoo.org/show_bug.cgi?id=526436
-RESTRICT="test"
-
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.2.11-free.patch
 	"${FILESDIR}"/${PN}-1.2.11-impl-dec.patch
@@ -49,22 +44,20 @@ src_prepare() {
 
 src_configure() {
 	local myeconfargs=(
-		--enable-shared
 		--disable-encap
 		--disable-epkg-install
-		$(use_enable static-libs static)
 		$(use_with zlib)
 	)
 
-	econf ${myeconfargs[@]}
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {
 	default
-
+	dodoc ChangeLog-1.0.x
 	newdoc compat/README README.compat
 	newdoc compat/TODO TODO.compat
 	newdoc listhash/TODO TODO.listhash
 
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2022-07-27 20:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27 20:10 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-28 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/ Arthur Zamarin
2023-05-28 19:29 Arthur Zamarin
2023-05-28 18:59 Arthur Zamarin
2023-05-28 18:56 Arthur Zamarin
2023-05-28 18:56 Arthur Zamarin
2021-08-20 23:23 Marek Szuba
2019-03-20 20:27 Aaron Bauman
2018-05-20 19:10 Andreas Sturmlechner
2018-05-19 10:41 Sergei Trofimovich
2018-04-07 21:30 Sergei Trofimovich
2018-03-06  8:17 Jonas Stein
2018-03-04 10:19 Jason Zaman
2018-03-04  6:51 Thomas Deutschmann
2018-02-28  7:15 Sergei Trofimovich
2018-02-17 13:37 Andreas Sturmlechner
2018-02-11 10:36 Michał Górny
2017-07-13  7:48 Alexis Ballier
2017-07-12 17:08 Alexis Ballier
2017-05-30  7:00 Alexis Ballier
2015-09-06  6:18 Jeroen Roovers
2015-08-26  7:28 Agostino Sarubbo

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=1658952586.f13b25aeebb4fdf2a2f9ea15462f21341725629c.soap@gentoo \
    --to=soap@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