diff options
author | 2004-05-21 16:28:07 +0000 | |
---|---|---|
committer | 2004-05-21 16:28:07 +0000 | |
commit | d22e7655152fa2d2be11a6636f0b8772327606f4 (patch) | |
tree | e29c547c30d1e87ec4f1adc06556aab0563256ec /net-misc | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d22e7655152fa2d2be11a6636f0b8772327606f4.tar.gz gentoo-2-d22e7655152fa2d2be11a6636f0b8772327606f4.tar.bz2 gentoo-2-d22e7655152fa2d2be11a6636f0b8772327606f4.zip |
Initial import of the netdate pkg
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netdate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netdate/Manifest | 8 | ||||
-rw-r--r-- | net-misc/netdate/files/digest-netdate-1.2 | 1 | ||||
-rw-r--r-- | net-misc/netdate/metadata.xml | 8 | ||||
-rw-r--r-- | net-misc/netdate/netdate-1.2.ebuild | 25 |
5 files changed, 49 insertions, 0 deletions
diff --git a/net-misc/netdate/ChangeLog b/net-misc/netdate/ChangeLog new file mode 100644 index 000000000000..c573fd3cd650 --- /dev/null +++ b/net-misc/netdate/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-misc/netdate +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/ChangeLog,v 1.1 2004/05/21 16:28:07 jhhudso Exp $ + + 21 May 2004; Jared Hudson <jhhudso@gentoo.org> : + Initial import. + diff --git a/net-misc/netdate/Manifest b/net-misc/netdate/Manifest new file mode 100644 index 000000000000..1ea70d47f240 --- /dev/null +++ b/net-misc/netdate/Manifest @@ -0,0 +1,8 @@ +MD5 8fed9a009b429d4eea9d6c35980177fd netdate-1.2.ebuild~ 493 +MD5 4db4f1e009c18b7d0b46e95f8cd79ac9 netdate-1.2.ebuild 494 +MD5 29edee867ca109ed22b4158b7be37109 files/digest-netdate-1.2 62 +MD5 95d0d10b1e2d552f888fe057836c946b tmp/netdate/Makefile 191 +MD5 2a7abe8da1d129c5b0ad9014d9c1cdf6 tmp/netdate/COPYRIGHT 1446 +MD5 d6d8cc5be9a5da48ebbcab9f6d37d965 tmp/netdate/netdate.8 5210 +MD5 5172c7830cada9fea2f5b21cde68dfa9 tmp/netdate/README 542 +MD5 6460cf904f3b464acfe291055ca02123 tmp/netdate/netdate.c 14079 diff --git a/net-misc/netdate/files/digest-netdate-1.2 b/net-misc/netdate/files/digest-netdate-1.2 new file mode 100644 index 000000000000..f8613650b88a --- /dev/null +++ b/net-misc/netdate/files/digest-netdate-1.2 @@ -0,0 +1 @@ +MD5 0cd76f2a034e6d9bb81fc46c717b07f9 netdate-1.2.tar.bz2 7516 diff --git a/net-misc/netdate/metadata.xml b/net-misc/netdate/metadata.xml new file mode 100644 index 000000000000..c5d67a611520 --- /dev/null +++ b/net-misc/netdate/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>jhhudso@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild new file mode 100644 index 000000000000..eee5fe17850d --- /dev/null +++ b/net-misc/netdate/netdate-1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/05/21 16:28:07 jhhudso Exp $ + +DESCRIPTION="A Utility to synchronize the time with ntp-servers" +SRC_URI="mirror://netdate-${PV}.tar.bz2" + +SLOT="0" +LICENSE="public-domain" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc" + +src_compile() { + cd ${WORKDIR}/netdate + emake || die "make failed" +} + +src_install() { + cd ${WORKDIR}/netdate + dobin netdate + doman netdate.8 + dodoc README COPYRIGHT +}
\ No newline at end of file |