summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-13 12:08:36 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-13 12:08:36 +0000
commitc751c2d848e697818712ff73a4db7e059a9c8a58 (patch)
tree3b54d93745113c45c09efe3bb1eda9208282b9ed /net-dns
parentVersion bump (drop static USE flag, drop dependency on spice-protocol since i... (diff)
downloadgentoo-2-c751c2d848e697818712ff73a4db7e059a9c8a58.tar.gz
gentoo-2-c751c2d848e697818712ff73a4db7e059a9c8a58.tar.bz2
gentoo-2-c751c2d848e697818712ff73a4db7e059a9c8a58.zip
EAPI-4, fix SRC_URI, fix HOMEPAGE
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/totd/ChangeLog7
-rw-r--r--net-dns/totd/totd-1.5.1.ebuild28
2 files changed, 21 insertions, 14 deletions
diff --git a/net-dns/totd/ChangeLog b/net-dns/totd/ChangeLog
index eb962dcc1ec6..f4c60854d3a0 100644
--- a/net-dns/totd/ChangeLog
+++ b/net-dns/totd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/totd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.12 2011/06/16 22:25:26 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.13 2012/06/13 12:08:36 xmw Exp $
+
+ 13 Jun 2012; Michael Weber <xmw@gentoo.org> totd-1.5.1.ebuild:
+ EAPI-4, fix SRC_URI, fix HOMEPAGE
16 Jun 2011; Michael Weber <xmw@gentoo.org> metadata.xml:
Adding myself as maintainer
diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild
index cdbabcc71ade..9690b5f39d09 100644
--- a/net-dns/totd/totd-1.5.1.ebuild
+++ b/net-dns/totd/totd-1.5.1.ebuild
@@ -1,30 +1,34 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.7 2010/07/13 14:43:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.8 2012/06/13 12:08:36 xmw Exp $
+
+EAPI=4
inherit eutils
DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4"
-HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html"
-SRC_URI="ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/${P}.tar.gz"
-LICENSE="BSD as-is"
+HOMEPAGE="http://www.dillema.net/software/totd.html"
+SRC_URI="http://www.dillema.net/software/${PN}/${P}.tar.gz"
+LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
+
DEPEND=""
RDEPEND=""
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-no_werror.patch
}
-src_compile() {
- econf --enable-ipv4 --enable-ipv6 --enable-stf \
- --enable-scoped-rewrite --disable-http-server || die "configure failed"
- emake || die "make failed"
+src_configure() {
+ econf \
+ --enable-ipv4 \
+ --enable-ipv6 \
+ --enable-stf \
+ --enable-scoped-rewrite \
+ --disable-http-server
}
src_install() {