summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-20 14:42:40 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-20 14:42:40 +0000
commitacd38d6d69b7a4e82824399c041a16f3247f734a (patch)
tree2201aebc32192a940df8499395d3ce1ed8a0f6c3 /net-dns
parentDrop maintainer due retirement, bug #34534 (diff)
downloadgentoo-2-acd38d6d69b7a4e82824399c041a16f3247f734a.tar.gz
gentoo-2-acd38d6d69b7a4e82824399c041a16f3247f734a.tar.bz2
gentoo-2-acd38d6d69b7a4e82824399c041a16f3247f734a.zip
Drop maintainer due retirement, bug #34534, remove old
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/updatedd/ChangeLog8
-rw-r--r--net-dns/updatedd/metadata.xml5
-rw-r--r--net-dns/updatedd/updatedd-2.5.ebuild20
3 files changed, 7 insertions, 26 deletions
diff --git a/net-dns/updatedd/ChangeLog b/net-dns/updatedd/ChangeLog
index 4f87f3bc41d3..1ada20b12c8e 100644
--- a/net-dns/updatedd/ChangeLog
+++ b/net-dns/updatedd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/updatedd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.12 2010/10/18 19:26:35 dilfridge Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.13 2011/07/20 14:42:40 pacho Exp $
+
+ 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -updatedd-2.5.ebuild,
+ metadata.xml:
+ Drop maintainer due retirement, bug #34534, remove old
18 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org>
updatedd-2.6.ebuild:
diff --git a/net-dns/updatedd/metadata.xml b/net-dns/updatedd/metadata.xml
index b9fc2b9c6f11..a86b87bb7349 100644
--- a/net-dns/updatedd/metadata.xml
+++ b/net-dns/updatedd/metadata.xml
@@ -3,10 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>dragonheart@gentoo.org</email>
- <name>Daniel Black</name>
- <description>A user ebuild that I felt obliged to include. Please take over if you want
-it</description>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription></longdescription>
</pkgmetadata>
diff --git a/net-dns/updatedd/updatedd-2.5.ebuild b/net-dns/updatedd/updatedd-2.5.ebuild
deleted file mode 100644
index b990218dec02..000000000000
--- a/net-dns/updatedd/updatedd-2.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.7 2009/09/23 18:30:53 patrick Exp $
-
-DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
-HOMEPAGE="http://savannah.nongnu.org/projects/updatedd/"
-SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
- mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
- dodoc AUTHORS
-}