diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-26 09:03:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-26 09:03:54 +0000 |
commit | b74cebbb6032c7da0a0d0c3c081e03677bc2f5ee (patch) | |
tree | e5ea08b674ba14e30b7fdf7c7ee7575e971e9005 /net-misc/netdate | |
parent | Version bump #96156. (diff) | |
download | historical-b74cebbb6032c7da0a0d0c3c081e03677bc2f5ee.tar.gz historical-b74cebbb6032c7da0a0d0c3c081e03677bc2f5ee.tar.bz2 historical-b74cebbb6032c7da0a0d0c3c081e03677bc2f5ee.zip |
touchups
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-misc/netdate')
-rw-r--r-- | net-misc/netdate/Manifest | 10 | ||||
-rw-r--r-- | net-misc/netdate/netdate-1.2.ebuild | 18 |
2 files changed, 21 insertions, 7 deletions
diff --git a/net-misc/netdate/Manifest b/net-misc/netdate/Manifest index 4985c11d04b2..908f82a203cb 100644 --- a/net-misc/netdate/Manifest +++ b/net-misc/netdate/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 b637341fa420d798062922bc7f6711f0 netdate-1.2.ebuild 624 MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223 MD5 39b06044c6e21a2a86019d496a32466d ChangeLog 775 MD5 29edee867ca109ed22b4158b7be37109 files/digest-netdate-1.2 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCvm+NgIKl8Uu19MoRAmjmAJ9qzA0FET6CMh+btTvab71RUDgAUACggDAt +16PNZMKgiBsRCmO18JtEhi0= +=ly5c +-----END PGP SIGNATURE----- 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 } |