summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-02-19 11:05:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-02-19 11:05:37 +0000
commitd51124c579d87473183d29373fdea7703a00ebeb (patch)
tree948b5ab46c7180c7c05ba0a4ac85284f6e3d6f00 /net-dns/openresolv
parentAdd patch to fix ia64 build failure from the openssl mailing list, thanks to ... (diff)
downloadgentoo-2-d51124c579d87473183d29373fdea7703a00ebeb.tar.gz
gentoo-2-d51124c579d87473183d29373fdea7703a00ebeb.tar.bz2
gentoo-2-d51124c579d87473183d29373fdea7703a00ebeb.zip
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)
Diffstat (limited to 'net-dns/openresolv')
-rw-r--r--net-dns/openresolv/ChangeLog11
-rw-r--r--net-dns/openresolv/openresolv-1.3.ebuild38
-rw-r--r--net-dns/openresolv/openresolv-1.5.1.ebuild38
-rw-r--r--net-dns/openresolv/openresolv-1.7.1.ebuild39
-rw-r--r--net-dns/openresolv/openresolv-1.8.ebuild39
-rw-r--r--net-dns/openresolv/openresolv-2.0.1.ebuild (renamed from net-dns/openresolv/openresolv-1.9.ebuild)11
6 files changed, 14 insertions, 162 deletions
diff --git a/net-dns/openresolv/ChangeLog b/net-dns/openresolv/ChangeLog
index 08a82b7eb384..b35df941e286 100644
--- a/net-dns/openresolv/ChangeLog
+++ b/net-dns/openresolv/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/openresolv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.29 2008/11/26 16:57:56 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.30 2009/02/19 11:05:37 armin76 Exp $
+
+*openresolv-2.0.1 (19 Feb 2009)
+
+ 19 Feb 2009; Raúl Porcel <armin76@gentoo.org> -openresolv-1.3.ebuild,
+ -openresolv-1.5.1.ebuild, -openresolv-1.7.1.ebuild,
+ -openresolv-1.8.ebuild, -openresolv-1.9.ebuild, +openresolv-2.0.1.ebuild:
+ Version bump
26 Nov 2008; Brent Baude <ranger@gentoo.org> openresolv-2.0.ebuild:
stable ppc64, bug 246537
diff --git a/net-dns/openresolv/openresolv-1.3.ebuild b/net-dns/openresolv/openresolv-1.3.ebuild
deleted file mode 100644
index 6720bbc7850c..000000000000
--- a/net-dns/openresolv/openresolv-1.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-1.3.ebuild,v 1.10 2008/03/29 21:09:11 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="http://roy.marples.name/node/343"
-SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="!net-dns/resolvconf-gentoo
- !<net-dns/dnsmasq-2.40-r1"
-RDEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die "Failed to install"
-}
-
-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-1.5.1.ebuild b/net-dns/openresolv/openresolv-1.5.1.ebuild
deleted file mode 100644
index ffb6d4ebf364..000000000000
--- a/net-dns/openresolv/openresolv-1.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-1.5.1.ebuild,v 1.8 2008/11/09 12:04:32 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="http://roy.marples.name/node/343"
-SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="!net-dns/resolvconf-gentoo
- !<net-dns/dnsmasq-2.40-r1"
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed to install"
-}
-
-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-1.7.1.ebuild b/net-dns/openresolv/openresolv-1.7.1.ebuild
deleted file mode 100644
index 04a0a1bf604b..000000000000
--- a/net-dns/openresolv/openresolv-1.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-1.7.1.ebuild,v 1.1 2008/08/29 08:51:21 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="http://roy.marples.name/node/343"
-SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="!net-dns/resolvconf-gentoo
- !<net-dns/dnsmasq-2.40-r1"
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed to install"
-}
-
-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-1.8.ebuild b/net-dns/openresolv/openresolv-1.8.ebuild
deleted file mode 100644
index e53b110d4cfe..000000000000
--- a/net-dns/openresolv/openresolv-1.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-1.8.ebuild,v 1.1 2008/09/10 12:36:01 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="http://roy.marples.name/node/343"
-SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="!net-dns/resolvconf-gentoo
- !<net-dns/dnsmasq-2.40-r1"
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Failed to install"
-}
-
-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-1.9.ebuild b/net-dns/openresolv/openresolv-2.0.1.ebuild
index fb8e78699da2..c05dd6769d7f 100644
--- a/net-dns/openresolv/openresolv-1.9.ebuild
+++ b/net-dns/openresolv/openresolv-2.0.1.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-1.9.ebuild,v 1.1 2008/09/23 08:45:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-2.0.1.ebuild,v 1.1 2009/02/19 11:05:37 armin76 Exp $
inherit eutils
DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="http://roy.marples.name/node/343"
-SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2"
+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 ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
DEPEND="!net-dns/resolvconf-gentoo