mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
net-misc/s6-networking: drop 2.7.0.3, 2.7.0.4
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
parent
abb1027cc8
commit
e814c85758
@ -1,3 +1 @@
|
||||
DIST s6-networking-2.7.0.3.tar.gz 116055 BLAKE2B 1f2a6c3796aac95526fac68c8918831089eecb1536f42e4bfd85640eac8e4b0197ca03a039eb37671e1f0032419dfa4f7397b03a352b8c38c17609e75d79f09c SHA512 50d369303bd448d09a3f6431e64fb0f0b13383c92764b499ed881af3a6a8c4f779f1f9d98341943f6fdc8b18d16df444897d3750212df89efd838b6de562eede
|
||||
DIST s6-networking-2.7.0.4.tar.gz 116031 BLAKE2B 514d49abd9cd3111ee06f4a09ab8ad382d62acbc68dcddaa7b89049cb19be834bd7fa070f413406323b576b1c1d08699dbf34c80061b0e22f7f57e80ecb20274 SHA512 2a789cbc2f901e78fffb959fcbddf89c71de75c0d57d3fb1a927418fa8a43f71057c2b50b03e15aa45d5d7ee6521e76b697ae57eef2b7eea760ef9295314dc9b
|
||||
DIST s6-networking-2.7.1.0.tar.gz 119190 BLAKE2B 595cd803354fade5eba438ff9af1a318b3e0906dd26af629198daf85990a5feeb66c8c53f4c7d027b2a2bb64f2a28659c9d035ebb5a0d5e96b98d8d53229c05e SHA512 33741efa5c1908f8e7396929df08c3591e25b7c58335b331a146db17a9b7e5c00b75dd3337aa46114723969b8490fb1b6754a25357003780bdfd0a2fd8e3283c
|
||||
|
||||
@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature toolchain-funcs
|
||||
|
||||
DESCRIPTION="Suite of small networking utilities for Unix systems"
|
||||
HOMEPAGE="https://www.skarnet.org/software/s6-networking/"
|
||||
SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="ssl"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/execline:=
|
||||
>=dev-libs/skalibs-2.14.1.0:=
|
||||
>=net-dns/s6-dns-2.3.7.0:=
|
||||
sys-apps/s6:=[execline]
|
||||
ssl? ( dev-libs/libretls:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
HTML_DOCS=( doc/. )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Avoid QA warning for LDFLAGS addition
|
||||
sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
|
||||
|
||||
sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CC RANLIB
|
||||
|
||||
local myconf=(
|
||||
--bindir=/bin
|
||||
--dynlibdir="/$(get_libdir)"
|
||||
--libdir="/usr/$(get_libdir)/${PN}"
|
||||
--with-dynlib="/$(get_libdir)"
|
||||
--with-lib="/usr/$(get_libdir)/s6"
|
||||
--with-lib="/usr/$(get_libdir)/s6-dns"
|
||||
--with-lib="/usr/$(get_libdir)/skalibs"
|
||||
--with-sysdeps="/usr/$(get_libdir)/skalibs"
|
||||
--enable-shared
|
||||
--disable-allstatic
|
||||
--disable-static
|
||||
--disable-static-libc
|
||||
$(use_enable ssl ssl libtls)
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "man pages" app-doc/s6-networking-man-pages
|
||||
}
|
||||
@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature toolchain-funcs
|
||||
|
||||
DESCRIPTION="Suite of small networking utilities for Unix systems"
|
||||
HOMEPAGE="https://www.skarnet.org/software/s6-networking/"
|
||||
SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="ssl"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/execline:=
|
||||
>=dev-libs/skalibs-2.14.1.0:=
|
||||
>=net-dns/s6-dns-2.3.7.0:=
|
||||
sys-apps/s6:=[execline]
|
||||
ssl? ( dev-libs/libretls:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
HTML_DOCS=( doc/. )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Avoid QA warning for LDFLAGS addition
|
||||
sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
|
||||
|
||||
sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CC RANLIB
|
||||
|
||||
local myconf=(
|
||||
--bindir=/bin
|
||||
--dynlibdir="/$(get_libdir)"
|
||||
--libdir="/usr/$(get_libdir)/${PN}"
|
||||
--with-dynlib="/$(get_libdir)"
|
||||
--with-lib="/usr/$(get_libdir)/s6"
|
||||
--with-lib="/usr/$(get_libdir)/s6-dns"
|
||||
--with-lib="/usr/$(get_libdir)/skalibs"
|
||||
--with-sysdeps="/usr/$(get_libdir)/skalibs"
|
||||
--enable-shared
|
||||
--disable-allstatic
|
||||
--disable-static
|
||||
--disable-static-libc
|
||||
$(use_enable ssl ssl libtls)
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "man pages" app-doc/s6-networking-man-pages
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user