summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-09 15:40:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-09 15:40:01 +0000
commit04396a24bcb72e86cda8a4489de09cfaf2c9aaa9 (patch)
treec26f91c31d8745794ff552f084c7b7ab181a3519 /net-misc/openntpd
parentAdded a message about the alsa -ao format to postinstall. Closes bug #57256. (diff)
downloadhistorical-04396a24bcb72e86cda8a4489de09cfaf2c9aaa9.tar.gz
historical-04396a24bcb72e86cda8a4489de09cfaf2c9aaa9.tar.bz2
historical-04396a24bcb72e86cda8a4489de09cfaf2c9aaa9.zip
more KEYWORDS
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r--net-misc/openntpd/Manifest12
-rw-r--r--net-misc/openntpd/openntpd-3.6_p1.ebuild22
2 files changed, 12 insertions, 22 deletions
diff --git a/net-misc/openntpd/Manifest b/net-misc/openntpd/Manifest
index 7e05e38c05ab..ea4ad4710ca3 100644
--- a/net-misc/openntpd/Manifest
+++ b/net-misc/openntpd/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 db46343f17a32e13e418a54d79c9df4f ChangeLog 1175
-MD5 961b147b108e846c060982286f63a4f1 openntpd-3.6_p1.ebuild 971
+MD5 e56bc4d0f76e8312d9dfee4833fa3636 openntpd-3.6_p1.ebuild 998
MD5 e30195b608a584f4e245e7edfe260680 openntpd-0.20040824p.ebuild 944
MD5 b1e008f7e477784dded26817d225dd1c files/3.6_p1-ntpd.8.patch 507
MD5 190d5fd10b61033efb925f9d1fa5dd60 files/openntpd.rc 902
MD5 b93fd6f96d2cf25cb967393fc1502784 files/openntpd.conf.d 243
MD5 ccc41a09c3fd03e626921199700f9a7e files/digest-openntpd-3.6_p1 66
MD5 6629cc381ff1007852deb4dfc2303b20 files/digest-openntpd-0.20040824p 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBiltVHTu7gpaalycRAjupAJ4gunDztuCO9fzhyfx5IQAV5+J3mwCfQQ9k
-coeQLyIhvh1gm1Z5gdjBY0I=
-=RNUh
------END PGP SIGNATURE-----
diff --git a/net-misc/openntpd/openntpd-3.6_p1.ebuild b/net-misc/openntpd/openntpd-3.6_p1.ebuild
index 77f5d3b6e8fc..26a31475d76f 100644
--- a/net-misc/openntpd/openntpd-3.6_p1.ebuild
+++ b/net-misc/openntpd/openntpd-3.6_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6_p1.ebuild,v 1.1 2004/11/04 03:12:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6_p1.ebuild,v 1.2 2004/11/09 15:40:01 vapier Exp $
inherit eutils
@@ -11,16 +11,21 @@ SRC_URI="mirror://openbsd/OpenNTPD/portable/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="virtual/libc
- !net-misc/ntp"
+ !<=net-misc/ntp-4.2.0-r2"
DEPEND="${RDEPEND}
>=sys-apps/portage-2.0.51"
S=${WORKDIR}/${MY_P}
+pkg_setup() {
+ enewgroup ntp 123
+ enewuser ntp 123 /bin/false /var/empty ntp
+}
+
src_unpack() {
unpack ${A}
cd ${S}
@@ -28,15 +33,10 @@ src_unpack() {
epatch ${FILESDIR}/${PV}-ntpd.8.patch
}
-pkg_preinst() {
- enewgroup ntp 123
- enewuser ntp 123 /bin/false /var/empty ntp
-}
-
src_install() {
- make install DESTDIR=${D} || die
+ make install DESTDIR="${D}" || die
dodoc ChangeLog CREDITS README
- newinitd ${FILESDIR}/openntpd.rc openntpd
- newconfd ${FILESDIR}/openntpd.conf.d openntpd
+ newinitd ${FILESDIR}/openntpd.rc ntpd
+ newconfd ${FILESDIR}/openntpd.conf.d ntpd
}