diff options
author | David Seifert <soap@gentoo.org> | 2022-10-02 21:56:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-02 21:56:52 +0200 |
commit | e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3 (patch) | |
tree | 8288e75991acd781f51ae4a93910a899fb2423da /app-text/rarian | |
parent | app-text/rarian: add patch for -Wimplicit-int (diff) | |
download | gentoo-e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3.tar.gz gentoo-e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3.tar.bz2 gentoo-e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3.zip |
app-text/rarian: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/rarian')
-rw-r--r-- | app-text/rarian/rarian-0.8.1-r4.ebuild (renamed from app-text/rarian/rarian-0.8.1-r3.ebuild) | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild b/app-text/rarian/rarian-0.8.1-r4.ebuild index 013bf0a0f3fc..14156fe2ff4c 100644 --- a/app-text/rarian/rarian-0.8.1-r3.ebuild +++ b/app-text/rarian/rarian-0.8.1-r4.ebuild @@ -1,32 +1,28 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit autotools eutils +inherit autotools DESCRIPTION="A documentation metadata library" HOMEPAGE="https://rarian.freedesktop.org/" -SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz +SRC_URI=" + https://${PN}.freedesktop.org/Releases/${P}.tar.gz https://dev.gentoo.org/~soap/distfiles/${P}-r4-patches.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="static-libs" RDEPEND=" dev-libs/libxslt dev-libs/tinyxml || ( sys-apps/util-linux - app-misc/getopt ) -" -DEPEND="${RDEPEND} - !<app-text/scrollkeeper-9999 -" - -DOCS=( ChangeLog NEWS README ) + app-misc/getopt + )" +DEPEND="${RDEPEND}" PATCHES=( "${WORKDIR}"/0001-Fix-uri-of-omf-files-produced-by-rarian-sk-preinstal.patch @@ -56,8 +52,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ - $(use_enable static-libs static) \ - ${myconf[@]} + "${myconf[@]}" } src_install() { |