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
commit475680997a9f792d4ac92f4322b7cb737ecca5c5 (patch)
tree80a3b960b73c6c4114c3964e7bf80600b2ab6d8a /net-dns/c-ares
parentDrop maintainer due retirement, bug #34534 (diff)
downloadhistorical-475680997a9f792d4ac92f4322b7cb737ecca5c5.tar.gz
historical-475680997a9f792d4ac92f4322b7cb737ecca5c5.tar.bz2
historical-475680997a9f792d4ac92f4322b7cb737ecca5c5.zip
Drop maintainer due retirement, bug #34534, remove old
Package-Manager: portage-2.1.10.6/cvs/Linux x86_64
Diffstat (limited to 'net-dns/c-ares')
-rw-r--r--net-dns/c-ares/ChangeLog7
-rw-r--r--net-dns/c-ares/c-ares-1.4.0.ebuild25
-rw-r--r--net-dns/c-ares/c-ares-1.7.0.ebuild26
-rw-r--r--net-dns/c-ares/c-ares-1.7.1.ebuild26
-rw-r--r--net-dns/c-ares/c-ares-1.7.3.ebuild27
-rw-r--r--net-dns/c-ares/metadata.xml5
6 files changed, 7 insertions, 109 deletions
diff --git a/net-dns/c-ares/ChangeLog b/net-dns/c-ares/ChangeLog
index ecb71758e9d3..4f8da4239069 100644
--- a/net-dns/c-ares/ChangeLog
+++ b/net-dns/c-ares/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/c-ares
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.62 2011/06/29 19:17:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.63 2011/07/20 14:39:04 pacho Exp $
+
+ 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -c-ares-1.4.0.ebuild,
+ -c-ares-1.7.0.ebuild, -c-ares-1.7.1.ebuild, -c-ares-1.7.3.ebuild,
+ metadata.xml:
+ Drop maintainer due retirement, bug #34534, remove old
29 Jun 2011; Markus Meier <maekke@gentoo.org> c-ares-1.7.4.ebuild:
x86 stable, bug #369501
diff --git a/net-dns/c-ares/c-ares-1.4.0.ebuild b/net-dns/c-ares/c-ares-1.4.0.ebuild
deleted file mode 100644
index 087902287874..000000000000
--- a/net-dns/c-ares/c-ares-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.4.0.ebuild,v 1.13 2011/02/06 22:36:57 leio Exp $
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
-SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- econf --enable-shared || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc CHANGES NEWS README*
-}
diff --git a/net-dns/c-ares/c-ares-1.7.0.ebuild b/net-dns/c-ares/c-ares-1.7.0.ebuild
deleted file mode 100644
index 400f5da9deef..000000000000
--- a/net-dns/c-ares/c-ares-1.7.0.ebuild
+++ /dev/null
@@ -1,26 +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/c-ares/c-ares-1.7.0.ebuild,v 1.2 2010/01/07 15:27:09 fauli Exp $
-
-EAPI="2"
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
-SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf --enable-shared --enable-nonblocking --enable-symbol-hiding
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc RELEASE-NOTES CHANGES NEWS README*
-}
diff --git a/net-dns/c-ares/c-ares-1.7.1.ebuild b/net-dns/c-ares/c-ares-1.7.1.ebuild
deleted file mode 100644
index f4ddcdebfdec..000000000000
--- a/net-dns/c-ares/c-ares-1.7.1.ebuild
+++ /dev/null
@@ -1,26 +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/c-ares/c-ares-1.7.1.ebuild,v 1.1 2010/03/25 12:00:35 dragonheart Exp $
-
-EAPI="2"
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
-SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf --enable-shared --enable-nonblocking --enable-symbol-hiding
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc RELEASE-NOTES CHANGES NEWS README*
-}
diff --git a/net-dns/c-ares/c-ares-1.7.3.ebuild b/net-dns/c-ares/c-ares-1.7.3.ebuild
deleted file mode 100644
index 863d3714d4d1..000000000000
--- a/net-dns/c-ares/c-ares-1.7.3.ebuild
+++ /dev/null
@@ -1,27 +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/c-ares/c-ares-1.7.3.ebuild,v 1.1 2010/06/15 12:12:19 dragonheart Exp $
-
-EAPI="2"
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
-SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf --enable-shared --enable-nonblocking --enable-symbol-hiding \
- --enable-warnings
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc RELEASE-NOTES CHANGES NEWS README*
-}
diff --git a/net-dns/c-ares/metadata.xml b/net-dns/c-ares/metadata.xml
index b9fc2b9c6f11..a86b87bb7349 100644
--- a/net-dns/c-ares/metadata.xml
+++ b/net-dns/c-ares/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>