summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-01 11:18:19 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-01 11:18:19 +0000
commit821cd53a82c528600b7b6382d2f56a024c899658 (patch)
tree7d8ace6dbca5414133bc7036f80cdab3208d15ad /net-dns
parentCleanup due bug #144305 (diff)
downloadgentoo-2-821cd53a82c528600b7b6382d2f56a024c899658.tar.gz
gentoo-2-821cd53a82c528600b7b6382d2f56a024c899658.tar.bz2
gentoo-2-821cd53a82c528600b7b6382d2f56a024c899658.zip
Cleanup due bug #144305
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/openresolv/ChangeLog8
-rw-r--r--net-dns/openresolv/metadata.xml3
-rw-r--r--net-dns/openresolv/openresolv-3.3.4-r1.ebuild52
-rw-r--r--net-dns/openresolv/openresolv-3.4.1-r1.ebuild43
-rw-r--r--net-dns/openresolv/openresolv-3.4.6.ebuild43
-rw-r--r--net-dns/openresolv/openresolv-3.5.2.ebuild43
-rw-r--r--net-dns/openresolv/openresolv-3.5.3.ebuild43
-rw-r--r--net-dns/openresolv/openresolv-3.5.4-r1.ebuild50
-rw-r--r--net-dns/openresolv/openresolv-3.5.4-r2.ebuild48
9 files changed, 8 insertions, 325 deletions
diff --git a/net-dns/openresolv/ChangeLog b/net-dns/openresolv/ChangeLog
index b12a43b95f07..642bc88e0f95 100644
--- a/net-dns/openresolv/ChangeLog
+++ b/net-dns/openresolv/ChangeLog
@@ -1,6 +1,12 @@
# 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.75 2013/05/24 19:35:09 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.76 2013/06/01 11:18:19 pacho Exp $
+
+ 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> -openresolv-3.3.4-r1.ebuild,
+ -openresolv-3.4.1-r1.ebuild, -openresolv-3.4.6.ebuild,
+ -openresolv-3.5.2.ebuild, -openresolv-3.5.3.ebuild,
+ -openresolv-3.5.4-r1.ebuild, -openresolv-3.5.4-r2.ebuild, metadata.xml:
+ Cleanup due bug #144305
*openresolv-3.5.4-r3 (24 May 2013)
diff --git a/net-dns/openresolv/metadata.xml b/net-dns/openresolv/metadata.xml
index 23bee57f781d..4018e6660f64 100644
--- a/net-dns/openresolv/metadata.xml
+++ b/net-dns/openresolv/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>lack@gentoo.org</email>
- <name>Jim Ramsay</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
A framework for managing DNS information
diff --git a/net-dns/openresolv/openresolv-3.3.4-r1.ebuild b/net-dns/openresolv/openresolv-3.3.4-r1.ebuild
deleted file mode 100644
index 1b6737999d4f..000000000000
--- a/net-dns/openresolv/openresolv-3.3.4-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.3.4-r1.ebuild,v 1.1 2010/07/28 15:05:23 lack Exp $
-
-EAPI=2
-
-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 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="!net-dns/resolvconf-gentoo
- !<net-dns/dnsmasq-2.40-r1"
-RDEPEND=""
-
-pkg_setup() {
- export PREFIX=
- export LIBEXECDIR="${PREFIX}/lib/resolvconf"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- exeinto /lib/resolvconf/
- doexe "${FILESDIR}/pdnsd" || die
-}
-
-pkg_postinst() {
- einfo "${PN}-3.0 has a new configuration file /etc/resolvconf.conf"
- einfo "instead of mini files in different directories."
- einfo "You should configure /etc/resolvconf.conf if you use a resolver"
- einfo "other than libc."
-}
-
-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
-}
diff --git a/net-dns/openresolv/openresolv-3.4.1-r1.ebuild b/net-dns/openresolv/openresolv-3.4.1-r1.ebuild
deleted file mode 100644
index cce99e0ed63a..000000000000
--- a/net-dns/openresolv/openresolv-3.4.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.4.1-r1.ebuild,v 1.2 2012/11/26 08:20:23 polynomial-c Exp $
-
-EAPI=2
-
-inherit base multilib
-
-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=/$(get_libdir)/resolvconf
-}
-
-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
-}
diff --git a/net-dns/openresolv/openresolv-3.4.6.ebuild b/net-dns/openresolv/openresolv-3.4.6.ebuild
deleted file mode 100644
index 923650a4d8f2..000000000000
--- a/net-dns/openresolv/openresolv-3.4.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.4.6.ebuild,v 1.1 2012/11/26 08:20:23 polynomial-c Exp $
-
-EAPI=2
-
-inherit base multilib
-
-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=/$(get_libdir)/resolvconf
-}
-
-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
-}
diff --git a/net-dns/openresolv/openresolv-3.5.2.ebuild b/net-dns/openresolv/openresolv-3.5.2.ebuild
deleted file mode 100644
index 021d14907f67..000000000000
--- a/net-dns/openresolv/openresolv-3.5.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.2.ebuild,v 1.1 2012/11/26 11:12:27 polynomial-c Exp $
-
-EAPI=2
-
-inherit base multilib
-
-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=/$(get_libdir)/resolvconf
-}
-
-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
-}
diff --git a/net-dns/openresolv/openresolv-3.5.3.ebuild b/net-dns/openresolv/openresolv-3.5.3.ebuild
deleted file mode 100644
index 9bac902efe12..000000000000
--- a/net-dns/openresolv/openresolv-3.5.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.3.ebuild,v 1.1 2012/12/06 13:11:52 polynomial-c Exp $
-
-EAPI=2
-
-inherit base multilib
-
-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=/$(get_libdir)/resolvconf
-}
-
-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
-}
diff --git a/net-dns/openresolv/openresolv-3.5.4-r1.ebuild b/net-dns/openresolv/openresolv-3.5.4-r1.ebuild
deleted file mode 100644
index cbcd3729fb7d..000000000000
--- a/net-dns/openresolv/openresolv-3.5.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.4-r1.ebuild,v 1.1 2013/04/30 14:21:05 floppym Exp $
-
-EAPI=5
-
-inherit base multilib
-
-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=/$(get_libdir)/resolvconf \
- --restartcmd="/$(get_libdir)/resolvconf/restartcmd \1"
-}
-
-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
-}
-
-src_install() {
- default
- exeinto /$(get_libdir)/resolvconf
- doexe "${FILESDIR}"/restartcmd
-}
diff --git a/net-dns/openresolv/openresolv-3.5.4-r2.ebuild b/net-dns/openresolv/openresolv-3.5.4-r2.ebuild
deleted file mode 100644
index a994e836b611..000000000000
--- a/net-dns/openresolv/openresolv-3.5.4-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.4-r2.ebuild,v 1.1 2013/05/04 15:36:48 floppym Exp $
-
-EAPI=5
-
-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
-}