commit:     4432b48d2b96f3d1e76d4afceff8ae4d5f86be70
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 14:02:20 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:14:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4432b48d

net-dns/openresolv: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-dns/openresolv/Manifest                 |  1 -
 net-dns/openresolv/openresolv-3.11.0.ebuild | 42 -----------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-dns/openresolv/Manifest b/net-dns/openresolv/Manifest
index 33168b3f93e..e05e2afad3f 100644
--- a/net-dns/openresolv/Manifest
+++ b/net-dns/openresolv/Manifest
@@ -1,2 +1 @@
-DIST openresolv-3.11.0.tar.xz 20552 BLAKE2B 
5564ecac60124fa391a13979da533c4f7cf99601acc896cb5d3cc029bff15ef48ea36e867a0fc6d1e6e475a7536660fbd819120b3066dd2aadc12abf0e16c8ff
 SHA512 
09708b8a1abf7de926f75a1825d4243be6e59fc1de7cc3d7ab7f5a317e11175bd24af03bff2c878ccc54c96913feed27630765647c70fec8a9f9aa7370744e24
 DIST openresolv-3.12.0.tar.xz 21008 BLAKE2B 
1609d8e97a9abe82f9ead7179727dd4323571e92b36aa2ca2a1177972f3a61946f612dd0cf81a804087f1c71bda25e78dab8b085ad2be55ce21214dc9870fdf6
 SHA512 
60348ca35114b105c8b3121e5f2d301311fcc7251a9be60c45fedc27267cfd94e413e77c7d5c91d0a0ccb8f1b4288bc147582b0ac9be64afcaa96ad3d833f26f

diff --git a/net-dns/openresolv/openresolv-3.11.0.ebuild 
b/net-dns/openresolv/openresolv-3.11.0.ebuild
deleted file mode 100644
index 0141215b647..00000000000
--- a/net-dns/openresolv/openresolv-3.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 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://roy.marples.name/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-resolvconf )"
-
-src_configure() {
-       local myeconfargs=(
-               --prefix="${EPREFIX}"
-               --rundir="${EPREFIX}"/var/run
-               --libexecdir="${EPREFIX}"/lib/resolvconf
-       )
-       econf "${myeconfargs[@]}"
-}
-
-pkg_config() {
-       if [[ ${ROOT} != / ]]; then
-               eerror "We cannot configure unless \$ROOT=/"
-               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 )

Reply via email to