summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-08 13:55:26 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-08 13:55:26 +0000
commita2e453bc3f49bc9ef2ea0d5fa0b2d7b780407c27 (patch)
treea913cc5b99ecf14b7df105009e86548661547d52 /net-misc
parentDrop maintainer from metadata as talked with him. (diff)
downloadgentoo-2-a2e453bc3f49bc9ef2ea0d5fa0b2d7b780407c27.tar.gz
gentoo-2-a2e453bc3f49bc9ef2ea0d5fa0b2d7b780407c27.tar.bz2
gentoo-2-a2e453bc3f49bc9ef2ea0d5fa0b2d7b780407c27.zip
Drop maintainer from metadata as talked with him.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntpclient/ChangeLog6
-rw-r--r--net-misc/ntpclient/metadata.xml2
-rw-r--r--net-misc/ntpclient/ntpclient-2007.365.ebuild38
3 files changed, 6 insertions, 40 deletions
diff --git a/net-misc/ntpclient/ChangeLog b/net-misc/ntpclient/ChangeLog
index 840f68f7f17d..d41a80890c7f 100644
--- a/net-misc/ntpclient/ChangeLog
+++ b/net-misc/ntpclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ntpclient
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ChangeLog,v 1.5 2012/06/02 15:17:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ChangeLog,v 1.6 2012/06/08 13:55:26 pacho Exp $
+
+ 08 Jun 2012; Pacho Ramos <pacho@gentoo.org> -ntpclient-2007.365.ebuild,
+ metadata.xml:
+ Drop maintainer from metadata as talked with him.
*ntpclient-2010.365 (02 Jun 2012)
diff --git a/net-misc/ntpclient/metadata.xml b/net-misc/ntpclient/metadata.xml
index 7609814d258a..a40624fba8f0 100644
--- a/net-misc/ntpclient/metadata.xml
+++ b/net-misc/ntpclient/metadata.xml
@@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>solar@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/net-misc/ntpclient/ntpclient-2007.365.ebuild b/net-misc/ntpclient/ntpclient-2007.365.ebuild
deleted file mode 100644
index 2e49b2b62bd0..000000000000
--- a/net-misc/ntpclient/ntpclient-2007.365.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2008-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ntpclient-2007.365.ebuild,v 1.4 2009/07/30 20:07:32 solar Exp $
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers."
-HOMEPAGE="http://doolittle.icarus.com/~larry/"
-SRC_URI="http://doolittle.icarus.com/${PN}/${PN}_${PV/./_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${PN}-2007"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e s/'-O2'// Makefile
- sed -i -e 's/LDFLAGS +=/LDLIBS +=/' Makefile
- sed -i -e s/__adjtimex/adjtimex/g ntpclient.c
-}
-
-src_compile() {
- tc-export CC
- emake || die "emake failed in src_compile"
-}
-
-src_install() {
- dodir /usr/bin
- dobin ntpclient
- dodoc README HOWTO rate.awk rate2.awk
-}