mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit 5a8283765e80879b8fe8d67cdda65b8fdc70dbb8.
This commit is contained in:
parent
08c4e4dec1
commit
ba2186c8d7
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -11,6 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
|
||||
inherit autotools git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/man-db/man-db"
|
||||
else
|
||||
inherit libtool
|
||||
# TODO: Change tarballs to gitlab too...?
|
||||
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
@ -73,6 +74,8 @@ src_prepare() {
|
||||
sh ./bootstrap "${bootstrap_opts[@]}" || die
|
||||
|
||||
eautoreconf
|
||||
else
|
||||
elibtoolize
|
||||
fi
|
||||
|
||||
hprefixify src/man_db.conf.in
|
||||
|
@ -11,9 +11,10 @@ if [[ ${PV} == *9999 ]] ; then
|
||||
inherit autotools git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/man-db/man-db"
|
||||
else
|
||||
inherit libtool
|
||||
# TODO: Change tarballs to gitlab too...?
|
||||
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
@ -78,6 +79,8 @@ src_prepare() {
|
||||
sh ./bootstrap "${bootstrap_opts[@]}" || die
|
||||
|
||||
eautoreconf
|
||||
else
|
||||
elibtoolize
|
||||
fi
|
||||
|
||||
hprefixify src/man_db.conf.in
|
||||
|
@ -11,6 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
|
||||
inherit autotools git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/man-db/man-db"
|
||||
else
|
||||
inherit libtool
|
||||
# TODO: Change tarballs to gitlab too...?
|
||||
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
@ -78,6 +79,8 @@ src_prepare() {
|
||||
sh ./bootstrap "${bootstrap_opts[@]}" || die
|
||||
|
||||
eautoreconf
|
||||
else
|
||||
elibtoolize
|
||||
fi
|
||||
|
||||
hprefixify src/man_db.conf.in
|
||||
|
Loading…
Reference in New Issue
Block a user