summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-03-19 18:59:20 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-03-19 18:59:20 +0000
commit461080898f8b2500834a81672027aa9876fc3a5c (patch)
tree6f024511cf5b47142a8d3d0a59f8642c60d54447 /net-misc/openntpd
parentVersion bump to 10.0.4, bug #504668. (diff)
downloadgentoo-2-461080898f8b2500834a81672027aa9876fc3a5c.tar.gz
gentoo-2-461080898f8b2500834a81672027aa9876fc3a5c.tar.bz2
gentoo-2-461080898f8b2500834a81672027aa9876fc3a5c.zip
remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r--net-misc/openntpd/ChangeLog8
-rw-r--r--net-misc/openntpd/files/openntpd.conf.d-20080406-r35
-rw-r--r--net-misc/openntpd/files/openntpd.conf.d-3.9_p1-r47
-rw-r--r--net-misc/openntpd/files/openntpd.init.d-20080406-r418
-rw-r--r--net-misc/openntpd/files/openntpd.init.d-3.9_p1-r437
-rw-r--r--net-misc/openntpd/openntpd-20080406-r4.ebuild81
-rw-r--r--net-misc/openntpd/openntpd-20080406.ebuild59
7 files changed, 7 insertions, 208 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog
index 00fea3c288ed..7e8a926af948 100644
--- a/net-misc/openntpd/ChangeLog
+++ b/net-misc/openntpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/openntpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.109 2014/03/19 16:15:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.110 2014/03/19 18:59:20 ottxor Exp $
+
+ 19 Mar 2014; Christoph Junghans <ottxor@gentoo.org>
+ -files/openntpd.conf.d-20080406-r3, -files/openntpd.conf.d-3.9_p1-r4,
+ -files/openntpd.init.d-20080406-r4, -files/openntpd.init.d-3.9_p1-r4,
+ -openntpd-20080406-r4.ebuild, -openntpd-20080406.ebuild:
+ remove old
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> openntpd-20080406-r7.ebuild:
Stable for alpha, wrt bug #502902
diff --git a/net-misc/openntpd/files/openntpd.conf.d-20080406-r3 b/net-misc/openntpd/files/openntpd.conf.d-20080406-r3
deleted file mode 100644
index ef0402883a73..000000000000
--- a/net-misc/openntpd/files/openntpd.conf.d-20080406-r3
+++ /dev/null
@@ -1,5 +0,0 @@
-# /etc/conf.d/ntpd: config file for openntpd's ntpd
-
-# See ntpd(8) man page ... some popular options:
-# -s Set the time immediately at startup
-NTPD_OPTS=""
diff --git a/net-misc/openntpd/files/openntpd.conf.d-3.9_p1-r4 b/net-misc/openntpd/files/openntpd.conf.d-3.9_p1-r4
deleted file mode 100644
index f07752752022..000000000000
--- a/net-misc/openntpd/files/openntpd.conf.d-3.9_p1-r4
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/conf.d/ntpd: config file for openntpd's ntpd
-
-NTPD_HOME=/var/lib/openntpd/chroot
-
-# See ntpd(8) man page ... some popular options:
-# -s Set the time immediately at startup
-NTPD_OPTS=""
diff --git a/net-misc/openntpd/files/openntpd.init.d-20080406-r4 b/net-misc/openntpd/files/openntpd.init.d-20080406-r4
deleted file mode 100644
index 2874da24f4ae..000000000000
--- a/net-misc/openntpd/files/openntpd.init.d-20080406-r4
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/files/openntpd.init.d-20080406-r4,v 1.1 2013/10/21 17:13:38 ottxor Exp $
-
-name="OpenNTPD"
-command="/usr/sbin/ntpd"
-command_args="${NTPD_OPTS} -d"
-command_background="yes"
-pidfile="/run/ntpd.pid"
-logfile="/var/log/ntpd.log"
-start_stop_daemon_args="--stderr ${logfile}"
-
-depend() {
- need net
- after ntp-client
- use dns logger
-}
diff --git a/net-misc/openntpd/files/openntpd.init.d-3.9_p1-r4 b/net-misc/openntpd/files/openntpd.init.d-3.9_p1-r4
deleted file mode 100644
index 23b003f7b3ca..000000000000
--- a/net-misc/openntpd/files/openntpd.init.d-3.9_p1-r4
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/files/openntpd.init.d-3.9_p1-r4,v 1.1 2011/08/13 15:38:31 nelchael Exp $
-
-name="OpenNTPD"
-command="/usr/sbin/ntpd"
-command_args="${NTPD_OPTS}"
-
-depend() {
- need net
- after ntp-client
- use dns logger
-}
-
-start_pre() {
- if [ ! -f /etc/ntpd.conf ] ; then
- eerror "Could not find /etc/ntpd.conf!"
- return 1
- fi
-
- if [ -x /usr/bin/getent ] ; then
- if [ "`getent passwd ntp | cut -d: -f 6`" != "${NTPD_HOME}" ] ; then
- eerror "Home directory of ntp needs to be ${NTPD_HOME}"
- eerror "Please run 'usermod -d ${NTPD_HOME} ntp'"
- return 1
- fi
- fi
-
- checkpath -d -o 0:0 "${NTPD_HOME}"
-
- # prepare chroot
- mkdir -p "${NTPD_HOME}/etc"
- cp /etc/localtime "${NTPD_HOME}/etc"
-
- return 0
-}
diff --git a/net-misc/openntpd/openntpd-20080406-r4.ebuild b/net-misc/openntpd/openntpd-20080406-r4.ebuild
deleted file mode 100644
index faaeaf46ac4e..000000000000
--- a/net-misc/openntpd/openntpd-20080406-r4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r4.ebuild,v 1.7 2013/11/30 17:10:26 johu Exp $
-
-EAPI=5
-
-inherit autotools eutils toolchain-funcs systemd user
-
-MY_P="${P/-/_}p"
-DEB_VER="4"
-DESCRIPTION="Lightweight NTP server ported from OpenBSD"
-HOMEPAGE="http://www.openntpd.org/"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}-${DEB_VER}.debian.tar.gz"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
-IUSE="ssl selinux"
-
-RDEPEND="ssl? ( dev-libs/openssl )
- selinux? ( sec-policy/selinux-ntp )
- !<=net-misc/ntp-4.2.0-r2
- !net-misc/ntp[-openntpd]"
-DEPEND="${RDEPEND}
- virtual/yacc"
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-pkg_setup() {
- export NTP_HOME="${NTP_HOME:=/var/lib/openntpd/chroot}"
- enewgroup ntp
- enewuser ntp -1 -1 "${NTP_HOME}" ntp
-
- # make sure user has correct HOME as flipng between
- # the standard ntp pkg and this one was possible in
- # the past
- if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
- ewarn "From this version on, the homedir of the ntp user cannot be changed"
- ewarn "dynamically after the installation. For homedir different from"
- ewarn "/var/lib/openntpd/chroot set NTP_HOME in your make.conf and re-emerge."
- esethome ntp "${NTP_HOME}"
- fi
-}
-
-src_prepare() {
- sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || die
-
- epatch "${WORKDIR}"/debian/patches/*.patch
- sed -i 's:debian:gentoo:g' ntpd.conf || die
- eautoreconf # deb patchset touches .ac files and such
-}
-
-src_configure() {
- econf \
- --disable-strip \
- $(use_with !ssl builtin-arc4random) \
- AR="$(type -p $(tc-getAR))"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/${PN}.init.d-${PVR}" ntpd
- newconfd "${FILESDIR}/${PN}.conf.d-${PV}-r3" ntpd
-
- systemd_newunit "${FILESDIR}/${PN}.service-${PV}-r3" ntpd.service
-}
-
-pkg_postinst() {
- # remove localtime file from previous installations
- rm -f "${EROOT}${NTP_HOME}"/etc/localtime
- mkdir -p "${NTP_HOME}"/etc
- ln -s /etc/localtime "${NTP_HOME}"/etc/localtime || die
- chown -R root:root "${EROOT}${NTP_HOME}" || die
-}
-
-pkg_postrm() {
- # remove localtime file from previous installations
- rm -f "${EROOT}${NTP_HOME}"/etc/localtime
-}
diff --git a/net-misc/openntpd/openntpd-20080406.ebuild b/net-misc/openntpd/openntpd-20080406.ebuild
deleted file mode 100644
index 7a6804798eb5..000000000000
--- a/net-misc/openntpd/openntpd-20080406.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406.ebuild,v 1.13 2013/09/05 05:57:49 vapier Exp $
-
-EAPI=5
-
-inherit autotools eutils toolchain-funcs user
-
-MY_P="${P/-/_}p"
-DEB_VER="4"
-DESCRIPTION="Lightweight NTP server ported from OpenBSD"
-HOMEPAGE="http://www.openntpd.org/"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}-${DEB_VER}.debian.tar.gz"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ssl selinux"
-
-RDEPEND="ssl? ( dev-libs/openssl )
- selinux? ( sec-policy/selinux-ntp )
- !<=net-misc/ntp-4.2.0-r2
- !net-misc/ntp[-openntpd]"
-DEPEND="${RDEPEND}
- virtual/yacc"
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-pkg_setup() {
- enewgroup ntp
- enewuser ntp -1 -1 /var/lib/openntpd/chroot ntp
-
- # make sure user has correct HOME when flipping between
- # the standard ntp pkg and this one
- usermod -d /var/lib/openntpd/chroot ntp || die
-}
-
-src_prepare() {
- sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || die
-
- epatch "${WORKDIR}"/debian/patches/*.patch
- sed -i 's:debian:gentoo:g' ntpd.conf || die
- eautoreconf # deb patchset touches .ac files and such
-}
-
-src_configure() {
- econf \
- --disable-strip \
- $(use_with !ssl builtin-arc4random) \
- AR="$(type -p $(tc-getAR))"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/openntpd.init.d-3.9_p1-r4" ntpd
- newconfd "${FILESDIR}/openntpd.conf.d-3.9_p1-r4" ntpd
-}