public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libpdb++/
@ 2024-07-05 15:53 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-07-05 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b12a6f8b57cb09b87d17a51564d177f5be92ca77
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 14:54:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 15:53:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12a6f8b

sci-libs/libpdb++: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 ...b++-040728-r1.ebuild => libpdb++-040728-r2.ebuild} | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/sci-libs/libpdb++/libpdb++-040728-r1.ebuild b/sci-libs/libpdb++/libpdb++-040728-r2.ebuild
similarity index 70%
rename from sci-libs/libpdb++/libpdb++-040728-r1.ebuild
rename to sci-libs/libpdb++/libpdb++-040728-r2.ebuild
index c4850098afdf..16b25e83c4af 100644
--- a/sci-libs/libpdb++/libpdb++-040728-r1.ebuild
+++ b/sci-libs/libpdb++/libpdb++-040728-r2.ebuild
@@ -1,29 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit multilib toolchain-funcs
+inherit edo toolchain-funcs
 
 DESCRIPTION="PDB Record I/O Libraries -- c++ version"
 HOMEPAGE="http://www.cgl.ucsf.edu/Overview/software.html"
-SRC_URI="mirror://gentoo/${P}.shar"
+SRC_URI="mirror://gentoo/f8/${P}.shar"
+S=${WORKDIR}/${PN}
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-	app-arch/sharutils"
-
-S="${WORKDIR}"/${PN}
+BDEPEND="app-arch/sharutils"
 
 PATCHES=( "${FILESDIR}"/${P}-dynlib+flags.patch )
 
 src_unpack() {
-	"${EPREFIX}/usr/bin/unshar" "${DISTDIR}"/${A} || die
+	edo unshar "${DISTDIR}"/${A}
 }
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-05 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 15:53 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libpdb++/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox