public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog
@ 2015-01-12 16:27 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2015-01-12 16:27 UTC (permalink / raw
  To: gentoo-commits

ottxor      15/01/12 16:27:39

  Modified:             ChangeLog
  Added:                openntpd-4.0_pre20080406.ebuild
  Log:
  copy 20080406-r9 version to 4.0_pre20080406 to prepare version bump to 5.7_p1 (bug #536032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.127                net-misc/openntpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	2 Nov 2014 09:10:58 -0000	1.126
+++ ChangeLog	12 Jan 2015 16:27:39 -0000	1.127
@@ -1,6 +1,13 @@
 # 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.126 2014/11/02 09:10:58 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.127 2015/01/12 16:27:39 ottxor Exp $
+
+*openntpd-4.0_pre20080406 (12 Jan 2015)
+
+  12 Jan 2015; Christoph Junghans <ottxor@gentoo.org>
+  +openntpd-4.0_pre20080406.ebuild:
+  copy 20080406-r9 version to 4.0_pre20080406 to prepare version bump to 5.7_p1
+  (bug #536032)
 
   02 Nov 2014; Sven Vermeulen <swift@gentoo.org> openntpd-20080406-r9.ebuild:
   Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug



1.1                  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.1&content-type=text/plain

Index: openntpd-4.0_pre20080406.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.1 2015/01/12 16:27:39 ottxor Exp $

EAPI=5

inherit autotools eutils toolchain-funcs systemd user

MY_PV=${PV##*pre}
MY_P="${PN}_${MY_PV}p"
DEB_VER="6"
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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ssl selinux"

CDEPEND="ssl? ( dev-libs/openssl )
	!<=net-misc/ntp-4.2.0-r2
	!net-misc/ntp[-openntpd]"
DEPEND="${CDEPEND}
	virtual/yacc"
RDEPEND="${CDEPEND}
	selinux? ( sec-policy/selinux-ntp )
"

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
	epatch "${FILESDIR}/${PN}-${MY_PV}-pidfile.patch"
	epatch "${FILESDIR}/${PN}-${MY_PV}-signal.patch"
	epatch "${FILESDIR}/${PN}-${MY_PV}-dns-timeout.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
	rmdir "${ED}"/{var/empty,var}

	newinitd "${FILESDIR}/${PN}.init.d-${MY_PV}-r6" ntpd
	newconfd "${FILESDIR}/${PN}.conf.d-${MY_PV}-r6" ntpd

	systemd_newunit "${FILESDIR}/${PN}.service-${MY_PV}-r4" ntpd.service
}

pkg_config() {
	einfo "Setting up chroot for ntp in ${NTP_HOME}"
	# remove localtime file from previous installations
	rm -f "${EROOT%/}${NTP_HOME}"/etc/localtime
	mkdir -p "${EROOT%/}${NTP_HOME}"/etc
	if ! ln "${EROOT%/}"/etc/localtime "${EROOT%/}${NTP_HOME}"/etc/localtime ; then
		cp "${EROOT%/}"/etc/localtime "${EROOT%/}${NTP_HOME}"/etc/localtime || die
		einfo "We could not create a hardlink from /etc/localtime to ${NTP_HOME}/etc/localtime,"
		einfo "so please run 'emerge --config =${CATEGORY}/${PF}' whenever you changed"
		einfo "your timezone."
	fi
	chown -R root:root "${EROOT%/}${NTP_HOME}" || die
}

pkg_postinst() {
	pkg_config

	[[ -f ${EROOT}var/log/ntpd.log ]] && \
		ewarn "There is an orphaned logfile '${EROOT}var/log/ntpd.log', please remove it!"

	# bug #226491, remove <=openntpd-20080406-r7 trash
	rm -f "${EROOT%/}${NTP_HOME}"etc/localtime
	rmdir "${EROOT%/}${NTP_HOME}"etc
}

pkg_postrm() {
	# remove localtime file from previous installations
	rm -f "${EROOT%/}${NTP_HOME}"/etc/localtime
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog
@ 2015-04-04  6:55 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2015-04-04  6:55 UTC (permalink / raw
  To: gentoo-commits

vapier      15/04/04 06:55:42

  Modified:             openntpd-4.0_pre20080406.ebuild ChangeLog
  Log:
  Mark arm64/s390/sh stable.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.3                  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?r1=1.2&r2=1.3

Index: openntpd-4.0_pre20080406.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openntpd-4.0_pre20080406.ebuild	12 Jan 2015 18:01:31 -0000	1.2
+++ openntpd-4.0_pre20080406.ebuild	4 Apr 2015 06:55:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.2 2015/01/12 18:01:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.3 2015/04/04 06:55:42 vapier Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="ssl selinux"
 
 CDEPEND="ssl? ( dev-libs/openssl )



1.132                net-misc/openntpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	3 Feb 2015 05:30:01 -0000	1.131
+++ ChangeLog	4 Apr 2015 06:55:42 -0000	1.132
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.131 2015/02/03 05:30:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.132 2015/04/04 06:55:42 vapier Exp $
+
+  04 Apr 2015; Mike Frysinger <vapier@gentoo.org>
+  openntpd-4.0_pre20080406.ebuild:
+  Mark arm64/s390/sh stable.
 
 *openntpd-5.7_p3 (03 Feb 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog
@ 2015-05-26 14:31 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2015-05-26 14:31 UTC (permalink / raw
  To: gentoo-commits

ottxor      15/05/26 14:31:03

  Modified:             openntpd-4.0_pre20080406.ebuild ChangeLog
  Log:
  silence rmdir (bug #544016)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.4                  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild?r1=1.3&r2=1.4

Index: openntpd-4.0_pre20080406.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openntpd-4.0_pre20080406.ebuild	4 Apr 2015 06:55:42 -0000	1.3
+++ openntpd-4.0_pre20080406.ebuild	26 May 2015 14:31:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.3 2015/04/04 06:55:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.4 2015/05/26 14:31:03 ottxor Exp $
 
 EAPI=5
 
@@ -96,7 +96,7 @@
 
 	# bug #226491, remove <=openntpd-20080406-r7 trash
 	rm -f "${EROOT%/}${NTP_HOME}"etc/localtime
-	rmdir "${EROOT%/}${NTP_HOME}"etc
+	[-d "${EROOT%/}${NTP_HOME}"etc ] && rmdir "${EROOT%/}${NTP_HOME}"etc
 }
 
 pkg_postrm() {



1.133                net-misc/openntpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	4 Apr 2015 06:55:42 -0000	1.132
+++ ChangeLog	26 May 2015 14:31:03 -0000	1.133
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.132 2015/04/04 06:55:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.133 2015/05/26 14:31:03 ottxor Exp $
+
+  26 May 2015; Christoph Junghans <ottxor@gentoo.org>
+  openntpd-4.0_pre20080406.ebuild:
+  silence rmdir (bug #544016)
 
   04 Apr 2015; Mike Frysinger <vapier@gentoo.org>
   openntpd-4.0_pre20080406.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-26 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-04  6:55 [gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-26 14:31 Christoph Junghans (ottxor)
2015-01-12 16:27 Christoph Junghans (ottxor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox