summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-26 09:03:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-26 09:03:54 +0000
commit364db19d28f924075a7d5dd23e7fae0fc5881f86 (patch)
treefd1ebc81e6a30d46c1afda7a6a1a547433d2433f /net-misc/netdate
parentVersion bump #96156. (diff)
downloadgentoo-2-364db19d28f924075a7d5dd23e7fae0fc5881f86.tar.gz
gentoo-2-364db19d28f924075a7d5dd23e7fae0fc5881f86.tar.bz2
gentoo-2-364db19d28f924075a7d5dd23e7fae0fc5881f86.zip
touchups
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/netdate')
-rw-r--r--net-misc/netdate/Manifest2
-rw-r--r--net-misc/netdate/netdate-1.2.ebuild18
2 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/netdate/Manifest b/net-misc/netdate/Manifest
index d6f8726d64f7..2a61f42e5846 100644
--- a/net-misc/netdate/Manifest
+++ b/net-misc/netdate/Manifest
@@ -1,4 +1,4 @@
MD5 13828c6c0298b2488d886580a83e07a0 netdate-1.2.ebuild 568
-MD5 39b06044c6e21a2a86019d496a32466d ChangeLog 775
MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
+MD5 39b06044c6e21a2a86019d496a32466d ChangeLog 775
MD5 29edee867ca109ed22b4158b7be37109 files/digest-netdate-1.2 62
diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild
index c27636ca8f40..1f213e7d2184 100644
--- a/net-misc/netdate/netdate-1.2.ebuild
+++ b/net-misc/netdate/netdate-1.2.ebuild
@@ -1,14 +1,18 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.6 2005/02/12 11:41:12 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.7 2005/06/26 09:03:54 vapier Exp $
DESCRIPTION="A Utility to synchronize the time with ntp-servers"
-SRC_URI="mirror://gentoo/netdate-${PV}.tar.bz2"
-SLOT="0"
+HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
+SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
+
LICENSE="public-domain"
-KEYWORDS="x86 sparc mips amd64"
+SLOT="0"
+KEYWORDS="amd64 mips sparc x86"
IUSE=""
-DEPEND="virtual/libc"
+
+DEPEND=""
+
S=${WORKDIR}/${PN}
src_compile() {
@@ -16,7 +20,7 @@ src_compile() {
}
src_install() {
- dobin netdate
+ dobin netdate || die
doman netdate.8
- dodoc README COPYRIGHT
+ dodoc README
}