diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-misc/clockspeed | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62.ebuild | 37 | ||||
-rw-r--r-- | net-misc/clockspeed/files/clockspeed-0.62-gentoo.diff | 34 | ||||
-rw-r--r-- | net-misc/clockspeed/files/digest-clockspeed-0.62 | 1 |
3 files changed, 0 insertions, 72 deletions
diff --git a/net-misc/clockspeed/clockspeed-0.62.ebuild b/net-misc/clockspeed/clockspeed-0.62.ebuild deleted file mode 100644 index 1dcd62973b5f..000000000000 --- a/net-misc/clockspeed/clockspeed-0.62.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62.ebuild,v 1.1 2001/04/20 00:23:24 pete Exp $ - -#P= -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="a simple ntp client" -SRC_URI="http://cr.yp.to/clockspeed/clockspeed-0.62.tar.gz" -HOMEPAGE="http://cr.yp.to/" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff - cp -a conf-cc conf-cc.orig - sed "s/@CFLAGS@/${CFLAGS}/" < conf-cc.orig > conf-cc -} - -src_compile() { - try make -} - -src_install () { - dodir /etc /usr/bin /usr/share/man/man1 - insinto /etc - doins leapsecs.dat - - into /usr - dobin clockspeed clockadd clockview sntpclock taiclock taiclockd - doman clockspeed.1 clockadd.1 clockview.1 sntpclock.1 taiclock.1 taiclockd.1 - - dodoc BLURB CHANGES README THANKS TODO -} diff --git a/net-misc/clockspeed/files/clockspeed-0.62-gentoo.diff b/net-misc/clockspeed/files/clockspeed-0.62-gentoo.diff deleted file mode 100644 index 9e996aa78206..000000000000 --- a/net-misc/clockspeed/files/clockspeed-0.62-gentoo.diff +++ /dev/null @@ -1,34 +0,0 @@ -diff -ur clockspeed-0.62.orig/conf-cc clockspeed-0.62/conf-cc ---- clockspeed-0.62.orig/conf-cc Tue Oct 13 13:37:49 1998 -+++ clockspeed-0.62/conf-cc Thu Apr 19 19:55:16 2001 -@@ -1,3 +1,3 @@ --gcc -O2 -+gcc @CFLAGS@ - - This will be used to compile .c files. -diff -ur clockspeed-0.62.orig/conf-home clockspeed-0.62/conf-home ---- clockspeed-0.62.orig/conf-home Tue Oct 13 13:37:49 1998 -+++ clockspeed-0.62/conf-home Thu Apr 19 19:55:00 2001 -@@ -1,4 +1,4 @@ --/usr/local/clockspeed -+/usr - - This is the clockspeed home directory. Programs will be installed in - .../bin. -diff -ur clockspeed-0.62.orig/conf-ld clockspeed-0.62/conf-ld ---- clockspeed-0.62.orig/conf-ld Tue Oct 13 13:37:49 1998 -+++ clockspeed-0.62/conf-ld Thu Apr 19 19:54:54 2001 -@@ -1,3 +1,3 @@ --gcc -s -+gcc - - This will be used to link .o files into an executable. ---- clockspeed-0.62/clockview.c~ Tue Oct 13 19:37:49 1998 -+++ clockspeed-0.62/clockview.c Thu Apr 26 01:11:43 2001 -@@ -1,5 +1,5 @@ - #include <sys/types.h> --#include <sys/time.h> -+#include <time.h> - #include "substdio.h" - #include "readwrite.h" - #include "strerr.h" diff --git a/net-misc/clockspeed/files/digest-clockspeed-0.62 b/net-misc/clockspeed/files/digest-clockspeed-0.62 deleted file mode 100644 index 8e9ac051cd77..000000000000 --- a/net-misc/clockspeed/files/digest-clockspeed-0.62 +++ /dev/null @@ -1 +0,0 @@ -MD5 425614174fcfe2ad42d22d3d02e2d567 clockspeed-0.62.tar.gz |