alonbl 14/10/29 18:18:46 Modified: ChangeLog Added: openresolv-3.6.1.ebuild Log: Version bump (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.91 net-dns/openresolv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 21 Sep 2013 11:56:53 -0000 1.90 +++ ChangeLog 29 Oct 2014 18:18:46 -0000 1.91 @@ -1,6 +1,11 @@ # ChangeLog for net-dns/openresolv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.90 2013/09/21 11:56:53 alonbl Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.91 2014/10/29 18:18:46 alonbl Exp $ + +*openresolv-3.6.1 (29 Oct 2014) + + 29 Oct 2014; Alon Bar-Lev <[email protected]> +openresolv-3.6.1.ebuild: + Version bump 21 Sep 2013; Alon Bar-Lev <[email protected]> -openresolv-3.3.4.ebuild: remove old non-working 1.1 net-dns/openresolv/openresolv-3.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild?rev=1.1&content-type=text/plain Index: openresolv-3.6.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild,v 1.1 2014/10/29 18:18:46 alonbl Exp $ 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.bz2" 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="" DEPEND="!net-dns/resolvconf-gentoo !<net-dns/dnsmasq-2.40-r1" RDEPEND="" 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 }
