mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
net-dns/openresolv: drop 3.13.1, 3.13.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST openresolv-3.12.0.tar.xz 21008 BLAKE2B 1609d8e97a9abe82f9ead7179727dd4323571e92b36aa2ca2a1177972f3a61946f612dd0cf81a804087f1c71bda25e78dab8b085ad2be55ce21214dc9870fdf6 SHA512 60348ca35114b105c8b3121e5f2d301311fcc7251a9be60c45fedc27267cfd94e413e77c7d5c91d0a0ccb8f1b4288bc147582b0ac9be64afcaa96ad3d833f26f
|
||||
DIST openresolv-3.13.1.tar.xz 21336 BLAKE2B 9794bd2af2af68dcd08383e0613a6ada0d1f49d1514226911d49318a85d7c5a4d1b216d4d9e101161a442ea2e3d2fce5208a1cd2c393ec0560df0dcc136165ec SHA512 200ad330ddeeead83f7338f75edec5bfbed7e0fddfab601f490e175b46948c504abd9ce70c015d97328da397536a2fd7f8c55e3906a5f8ac7ab32201d02f98a1
|
||||
DIST openresolv-3.13.2.tar.xz 21540 BLAKE2B e9ea4524da9e19ae8837869d04f039b2a77b9c9d34826b383ad8396a7b0e79df570c04dff38d33f8aaade35a171ae2599333ac54cbd4d656c965f2d4a5ddfe9b SHA512 4f1bc3e2865bc233d12c29e75893b3e53db0b127a7167d9be4ddd0228ba4f689f62af93eab088fb4d4f66baa556ed402c7fc5ecb9c4af5509004125af60fa379
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A framework for managing DNS information"
|
||||
HOMEPAGE="https://roy.marples.name/projects/openresolv"
|
||||
SRC_URI="https://github.com/NetworkConfiguration/openresolv/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="selinux"
|
||||
|
||||
RDEPEND="!sys-apps/systemd[resolvconf]
|
||||
selinux? ( sec-policy/selinux-resolvconf )"
|
||||
|
||||
PDEPEND="net-dns/resolvconf-symlink"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--prefix="${EPREFIX}"
|
||||
--rundir="${EPREFIX}"/var/run
|
||||
--libexecdir="${EPREFIX}"/lib/resolvconf
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
pkg_config() {
|
||||
if [[ -n ${ROOT} ]]; then
|
||||
eerror "We cannot configure unless \$ROOT is empty"
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ -n "$(resolvconf -l)" ]]; then
|
||||
einfo "${PN} already has DNS information"
|
||||
else
|
||||
ebegin "Copying /etc/resolv.conf to resolvconf -a dummy"
|
||||
resolvconf -a dummy </etc/resolv.conf
|
||||
eend $? || return $?
|
||||
einfo "The dummy interface will disappear when you next reboot"
|
||||
fi
|
||||
}
|
||||
|
||||
DOCS=( LICENSE README.md )
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A framework for managing DNS information"
|
||||
HOMEPAGE="https://roy.marples.name/projects/openresolv"
|
||||
SRC_URI="https://github.com/NetworkConfiguration/openresolv/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="selinux"
|
||||
|
||||
RDEPEND="!sys-apps/systemd[resolvconf]
|
||||
selinux? ( sec-policy/selinux-resolvconf )"
|
||||
|
||||
PDEPEND="net-dns/resolvconf-symlink"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--prefix="${EPREFIX}"
|
||||
--rundir="${EPREFIX}"/var/run
|
||||
--libexecdir="${EPREFIX}"/lib/resolvconf
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
pkg_config() {
|
||||
if [[ -n ${ROOT} ]]; then
|
||||
eerror "We cannot configure unless \$ROOT is empty"
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ -n "$(resolvconf -l)" ]]; then
|
||||
einfo "${PN} already has DNS information"
|
||||
else
|
||||
ebegin "Copying /etc/resolv.conf to resolvconf -a dummy"
|
||||
resolvconf -a dummy </etc/resolv.conf
|
||||
eend $? || return $?
|
||||
einfo "The dummy interface will disappear when you next reboot"
|
||||
fi
|
||||
}
|
||||
|
||||
DOCS=( LICENSE README.md )
|
||||
Reference in New Issue
Block a user