commit:     0ee3c4ae14e189de96413789f73d7a467a08630c
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 20:55:26 2015 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 20:55:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee3c4ae

net-dns/openresolv: version bump

Package-Manager: portage-2.2.20.1

 net-dns/openresolv/Manifest                |  1 +
 net-dns/openresolv/openresolv-3.7.2.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-dns/openresolv/Manifest b/net-dns/openresolv/Manifest
index 65e7f0d..154de89 100644
--- a/net-dns/openresolv/Manifest
+++ b/net-dns/openresolv/Manifest
@@ -1,3 +1,4 @@
 DIST openresolv-3.6.1.tar.bz2 16803 SHA256 
38a6908c07b8474cf489095026808d1c5ea5c53bb299beaecd23c05593b09eab SHA512 
9735eba662a2b1299db5bfb7ae3bf19b32ca4eb349883011c3752af3bb3becd2f58ede5743d32bc38b17dcae7b0cfa28dc8a57079de90cb141412bd01033637f
 WHIRLPOOL 
d589bb982bb3c68077b70498ddb57a23a44a1a4e33235bb92f092f89b450cd10ebab55283e78c7c7bf012d1470f41e2702f5fecd8ff0730c17f9b6e163abc387
 DIST openresolv-3.6.2.tar.bz2 17430 SHA256 
b0fd1ca59d2ee407db5e9b35d1ef8b670bc808fcc9db7aa31b0784cdd01825d0 SHA512 
c3f987c7a45d4c06a2474b8f37a24eb4f9f86b8742486b4e533199003e188209231429aee7c670649fa0f5c0bc45b3a2cd02aab2d0177032cd6bd6bc52162399
 WHIRLPOOL 
2cfe53c2d62d9f4396f23299d52ed247f910ac32e7c1a52a61856826736e04d012bc379137275e7dcbdbb6fe71181875bb2f73525e6370b3a0166123e38aa19a
 DIST openresolv-3.7.0.tar.bz2 17699 SHA256 
8b7c0b2f6165b51893bceeb2ea1d3e85c08cbd1afc65319003a912166f8c35de SHA512 
230df582176f7ade598e2a92834a10f4fd5d1b7d020804694924fe281b5a78fdb73d94eeff32e2a285b0c1557f4517e6b31cf8a3162fc3fa3928283f50527946
 WHIRLPOOL 
320122ae3dac8f4772badae533da65b8a6fb8ccabf72dbc0d6096fffd8ad5ad4109bc7170e3b73494da94a27db46c96bfea9d5c87aae16a008f4f87772e45616
+DIST openresolv-3.7.2.tar.xz 17340 SHA256 
8eac062f3c67d636bd0e898893bd5c7368ad0c470d511110be2d0e73c14de037 SHA512 
cc5b54bf0d4e62c345cad9a4973447d38773d992ac9753ca873c472e8b5c4a3f5d926808c1627b54780ff7d70cd3d4e5f26fa169f7337323eae9e33326d7e349
 WHIRLPOOL 
8876df85c0c2a6dc344a2a5fd89586a5e087970e5304d6a40a8992d4a1106c89ae4dae3717523323262f5b74426c2f1b10faf9904ca06829db4cea9b4a693c34

diff --git a/net-dns/openresolv/openresolv-3.7.2.ebuild 
b/net-dns/openresolv/openresolv-3.7.2.ebuild
new file mode 100644
index 0000000..1af747f
--- /dev/null
+++ b/net-dns/openresolv/openresolv-3.7.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="A framework for managing DNS information"
+HOMEPAGE="http://roy.marples.name/projects/openresolv";
+SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="selinux"
+
+DEPEND="!net-dns/resolvconf-gentoo
+       !<net-dns/dnsmasq-2.40-r1"
+RDEPEND="selinux? ( sec-policy/selinux-resolvconf )"
+
+src_configure() {
+       econf \
+               --prefix= \
+               --rundir=/var/run \
+               --libexecdir=/lib/resolvconf \
+               --restartcmd="/lib/resolvconf/helpers/restartcmd \1"
+}
+
+src_install() {
+       default
+       exeinto /lib/resolvconf/helpers
+       doexe "${FILESDIR}"/restartcmd
+}
+
+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
+}

Reply via email to