summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nelson <jnelson@gentoo.org>2002-05-04 05:59:39 +0000
committerJon Nelson <jnelson@gentoo.org>2002-05-04 05:59:39 +0000
commit1b9b0d842286ed9898e40ec98ed45bd8922daf01 (patch)
tree5fee87adce1066dd4865436d2f727f000176fa15 /net-misc/ntp
parentupdated gsl to latest version (diff)
downloadhistorical-1b9b0d842286ed9898e40ec98ed45bd8922daf01.tar.gz
historical-1b9b0d842286ed9898e40ec98ed45bd8922daf01.tar.bz2
historical-1b9b0d842286ed9898e40ec98ed45bd8922daf01.zip
remove all 4.1.7* ebuilds
Diffstat (limited to 'net-misc/ntp')
-rw-r--r--net-misc/ntp/ChangeLog6
-rw-r--r--net-misc/ntp/files/digest-ntp-4.1.711
-rw-r--r--net-misc/ntp/files/digest-ntp-4.1.71-r61
-rw-r--r--net-misc/ntp/files/digest-ntp-4.1.721
-rw-r--r--net-misc/ntp/files/digest-ntp-4.1.72-r11
-rw-r--r--net-misc/ntp/files/digest-ntp-4.1.72-r21
-rw-r--r--net-misc/ntp/files/ntpd.rc530
-rw-r--r--net-misc/ntp/ntp-4.1.71-r6.ebuild37
-rw-r--r--net-misc/ntp/ntp-4.1.71.ebuild37
-rw-r--r--net-misc/ntp/ntp-4.1.72-r1.ebuild38
-rw-r--r--net-misc/ntp/ntp-4.1.72-r2.ebuild43
-rw-r--r--net-misc/ntp/ntp-4.1.72.ebuild37
12 files changed, 5 insertions, 228 deletions
diff --git a/net-misc/ntp/ChangeLog b/net-misc/ntp/ChangeLog
index 8a003dc30358..50f43b444e18 100644
--- a/net-misc/ntp/ChangeLog
+++ b/net-misc/ntp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ntp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.4 2002/05/02 01:20:18 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.5 2002/05/04 05:59:39 jnelson Exp $
+
+*ntp-4.1.1a (4 May 2002)
+ 4 May 2002; Jon Nelson <jnelson@gentoo.org> ntp-4.1.7*.ebuild
+ Removed all 4.1.7* ebuilds
*ntp-4.1.1a (1 May 2002)
1 May 2002; Jon Nelson <jnelson@gentoo.org> ntp-4.1.72-r2.ebuild :
diff --git a/net-misc/ntp/files/digest-ntp-4.1.71 b/net-misc/ntp/files/digest-ntp-4.1.71
deleted file mode 100644
index 99319dc52bfa..000000000000
--- a/net-misc/ntp/files/digest-ntp-4.1.71
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d7598b507bd201b69163f7a76bbf6e48 ntp-4.1.71.tar.gz 2560702
diff --git a/net-misc/ntp/files/digest-ntp-4.1.71-r6 b/net-misc/ntp/files/digest-ntp-4.1.71-r6
deleted file mode 100644
index 99319dc52bfa..000000000000
--- a/net-misc/ntp/files/digest-ntp-4.1.71-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d7598b507bd201b69163f7a76bbf6e48 ntp-4.1.71.tar.gz 2560702
diff --git a/net-misc/ntp/files/digest-ntp-4.1.72 b/net-misc/ntp/files/digest-ntp-4.1.72
deleted file mode 100644
index af9d351edea8..000000000000
--- a/net-misc/ntp/files/digest-ntp-4.1.72
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de9ed6a28f4c4ffea932a49db5b745fa ntp-4.1.72.tar.gz 2523934
diff --git a/net-misc/ntp/files/digest-ntp-4.1.72-r1 b/net-misc/ntp/files/digest-ntp-4.1.72-r1
deleted file mode 100644
index af9d351edea8..000000000000
--- a/net-misc/ntp/files/digest-ntp-4.1.72-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de9ed6a28f4c4ffea932a49db5b745fa ntp-4.1.72.tar.gz 2523934
diff --git a/net-misc/ntp/files/digest-ntp-4.1.72-r2 b/net-misc/ntp/files/digest-ntp-4.1.72-r2
deleted file mode 100644
index af9d351edea8..000000000000
--- a/net-misc/ntp/files/digest-ntp-4.1.72-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de9ed6a28f4c4ffea932a49db5b745fa ntp-4.1.72.tar.gz 2523934
diff --git a/net-misc/ntp/files/ntpd.rc5 b/net-misc/ntp/files/ntpd.rc5
deleted file mode 100644
index 1a1b5fabb3fc..000000000000
--- a/net-misc/ntp/files/ntpd.rc5
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#RCUPDATE:3 4:76:This line is required for script management
-
-. /etc/rc.d/config/functions
-
-opts="start stop restart"
-
-start() {
- ebegin "Starting ntpd"
- if [ -x /usr/bin/ntpd ] ; then
- /usr/bin/ntpd -p /var/run/ntpd.pid
- else
- echo -n "Can't find /usr/bin/ntpd"
- exit 1
- fi
- eend
-}
-
-stop() {
- ebegin "Stopping ntpd"
- kill `cat /var/run/ntpd.pid`
- eend
-}
-
-restart() {
- stop
- start
-}
-
-doservice ${@}
diff --git a/net-misc/ntp/ntp-4.1.71-r6.ebuild b/net-misc/ntp/ntp-4.1.71-r6.ebuild
deleted file mode 100644
index c947b295c58d..000000000000
--- a/net-misc/ntp/ntp-4.1.71-r6.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 Terry Chan <tchan@enteract.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.71-r6.ebuild,v 1.1 2001/10/10 20:11:29 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Network Time Protocol suite/programs"
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
-HOMEPAGE="http://www.ntp.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- cp configure configure.orig
- sed -e "s:-Wpointer-arith::" configure.orig > configure
- LDFLAGS="$LDFLAGS -lncurses"
-
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
- insinto /usr/share/doc/${PF}/html ; doins html/*.htm
- insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
- insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
-
- insinto /usr/share/ntp ; doins scripts/*
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc6 ntpd
-}
diff --git a/net-misc/ntp/ntp-4.1.71.ebuild b/net-misc/ntp/ntp-4.1.71.ebuild
deleted file mode 100644
index bdafdc9618c1..000000000000
--- a/net-misc/ntp/ntp-4.1.71.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 Terry Chan <tchan@enteract.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.71.ebuild,v 1.2 2001/10/10 20:10:05 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Network Time Protocol suite/programs"
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
-HOMEPAGE="http://www.ntp.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- cp configure configure.orig
- sed -e "s:-Wpointer-arith::" configure.orig > configure
- LDFLAGS="$LDFLAGS -lncurses"
-
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
- insinto /usr/share/doc/${PF}/html ; doins html/*.htm
- insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
- insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
-
- insinto /usr/share/ntp ; doins scripts/*
-
- exeinto /etc/rc.d/init.d ; newexe ${FILESDIR}/ntpd.rc5 ntpd
-}
diff --git a/net-misc/ntp/ntp-4.1.72-r1.ebuild b/net-misc/ntp/ntp-4.1.72-r1.ebuild
deleted file mode 100644
index e2e73ed46d01..000000000000
--- a/net-misc/ntp/ntp-4.1.72-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Terry Chan <tchan@enteract.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.72-r1.ebuild,v 1.1 2002/03/24 14:25:31 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Network Time Protocol suite/programs"
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
-HOMEPAGE="http://www.ntp.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- cp configure configure.orig
- sed -e "s:-Wpointer-arith::" configure.orig > configure
- LDFLAGS="$LDFLAGS -lncurses"
-
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
- insinto /usr/share/doc/${PF}/html ; doins html/*.htm
- insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
- insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
-
- insinto /usr/share/ntp ; doins scripts/*
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc6 ntpd
- insinto /etc/conf.d ; newins ${FILESDIR}/ntpd.confd ntpd
-}
diff --git a/net-misc/ntp/ntp-4.1.72-r2.ebuild b/net-misc/ntp/ntp-4.1.72-r2.ebuild
deleted file mode 100644
index 718db78305af..000000000000
--- a/net-misc/ntp/ntp-4.1.72-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Terry Chan <tchan@enteract.com>
-# Maintainer: Jon Nelson <jnelson@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.72-r2.ebuild,v 1.2 2002/04/29 20:53:42 sandymac Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Network Time Protocol suite/programs"
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
-HOMEPAGE="http://www.ntp.org/"
-LICENSE="as-is"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- cp configure configure.orig
- sed -e "s:-Wpointer-arith::" configure.orig > configure
-# If there is a reason why we need -lncurses in LDFLAGS, please
-# read the ChangeLog and contact me, jnelson@gentoo.org
-# LDFLAGS="$LDFLAGS -L/lib -lncurses"
-
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
- insinto /usr/share/doc/${PF}/html ; doins html/*.htm
- insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
- insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
-
- insinto /usr/share/ntp ; doins scripts/*
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc6 ntpd
- insinto /etc/conf.d ; newins ${FILESDIR}/ntpd.confd ntpd
-}
diff --git a/net-misc/ntp/ntp-4.1.72.ebuild b/net-misc/ntp/ntp-4.1.72.ebuild
deleted file mode 100644
index 5e4a8e06e241..000000000000
--- a/net-misc/ntp/ntp-4.1.72.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 Terry Chan <tchan@enteract.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.72.ebuild,v 1.1 2002/01/07 18:53:42 g2boojum Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Network Time Protocol suite/programs"
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
-HOMEPAGE="http://www.ntp.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- cp configure configure.orig
- sed -e "s:-Wpointer-arith::" configure.orig > configure
- LDFLAGS="$LDFLAGS -lncurses"
-
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
- insinto /usr/share/doc/${PF}/html ; doins html/*.htm
- insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
- insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
-
- insinto /usr/share/ntp ; doins scripts/*
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc6 ntpd
-}