summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-29 01:02:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-29 01:02:35 +0000
commit9ab4e7152072f4768bf49901542835e2b578d2a2 (patch)
tree2cc8f6b6911ebb1842497e431f041cda9f125869 /net-misc
parentold (diff)
downloadhistorical-9ab4e7152072f4768bf49901542835e2b578d2a2.tar.gz
historical-9ab4e7152072f4768bf49901542835e2b578d2a2.tar.bz2
historical-9ab4e7152072f4768bf49901542835e2b578d2a2.zip
move to mips stable and make sure net-misc/ntp was built with USE=openntpd #106141
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openntpd/Manifest20
-rw-r--r--net-misc/openntpd/openntpd-3.7_p1.ebuild8
2 files changed, 21 insertions, 7 deletions
diff --git a/net-misc/openntpd/Manifest b/net-misc/openntpd/Manifest
index b5a424b7833a..d680b52bd607 100644
--- a/net-misc/openntpd/Manifest
+++ b/net-misc/openntpd/Manifest
@@ -1,9 +1,19 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 69ddea1111f7ab8e44798f61ab57135b ChangeLog 2946
-MD5 58748f6465154c15aac7822b01a83beb openntpd-3.7_p1.ebuild 1106
-MD5 5b2bb7e8dd4728c8a2dadedec85df4a3 openntpd-3.6.1_p1-r1.ebuild 1202
-MD5 9cb3424ed5b3f20a231d581b78629afb files/openntpd.conf.d 257
-MD5 31c9feba04713eebbe16cd1979fca83d files/openntpd.rc 918
-MD5 8ff46ca71725c4c9ccbdaed5ecbd8ea3 files/3.6.1_p1-pollerr.patch 1218
MD5 71e8d0be6ce1e3324576b9ddce02c74e files/3.6.1_p1-ntpd.8.patch 664
+MD5 8ff46ca71725c4c9ccbdaed5ecbd8ea3 files/3.6.1_p1-pollerr.patch 1218
MD5 ab87a8b0466a0c1c687eb7648b7f8754 files/digest-openntpd-3.6.1_p1-r1 68
MD5 369bed7d1a552bee3536c8f71d38397a files/digest-openntpd-3.7_p1 66
+MD5 9cb3424ed5b3f20a231d581b78629afb files/openntpd.conf.d 257
+MD5 31c9feba04713eebbe16cd1979fca83d files/openntpd.rc 918
+MD5 5b2bb7e8dd4728c8a2dadedec85df4a3 openntpd-3.6.1_p1-r1.ebuild 1202
+MD5 03891f645adf3c336ae6e87bc9d6c175 openntpd-3.7_p1.ebuild 1207
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDYso+gIKl8Uu19MoRAoL7AJsHGEJh/QZVO+qDiufVL3NLy2TfbACfZUCY
+VlCTytUTh/r8JxUFbgop6cg=
+=TT1+
+-----END PGP SIGNATURE-----
diff --git a/net-misc/openntpd/openntpd-3.7_p1.ebuild b/net-misc/openntpd/openntpd-3.7_p1.ebuild
index 3ffd149fd2da..483adbfd75d3 100644
--- a/net-misc/openntpd/openntpd-3.7_p1.ebuild
+++ b/net-misc/openntpd/openntpd-3.7_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.8 2005/09/16 03:10:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.9 2005/10/29 01:02:35 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
IUSE="ssl selinux"
RDEPEND="ssl? ( dev-libs/openssl )
@@ -25,6 +25,10 @@ S=${WORKDIR}/${MY_P}
pkg_setup() {
enewgroup ntp 123
enewuser ntp 123 -1 /var/empty ntp
+
+ if ! built_with_use net-misc/ntp openntpd ; then
+ die "you need to emerge ntp with USE=openntpd"
+ fi
}
src_unpack() {