summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <kaiowas@gentoo.org>2005-01-22 17:37:26 +0000
committerPetre Rodan <kaiowas@gentoo.org>2005-01-22 17:37:26 +0000
commitf14718d8c1aa78d06b5c8ec99caf8c7227f00585 (patch)
treeebc1a760b7eeb74b9ebf6423a609c2b1d2d80fd0 /net-misc
parentFixed dk from Swedish to Danish. (diff)
downloadgentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.tar.gz
gentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.tar.bz2
gentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.zip
added selinux RDEPEND
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openntpd/ChangeLog8
-rw-r--r--net-misc/openntpd/openntpd-0.20040824p.ebuild7
-rw-r--r--net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild7
-rw-r--r--net-misc/openntpd/openntpd-3.6_p1.ebuild7
4 files changed, 18 insertions, 11 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog
index cbb5d3f7695e..9db823614ce0 100644
--- a/net-misc/openntpd/ChangeLog
+++ b/net-misc/openntpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openntpd
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.15 2004/12/22 14:58:19 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.16 2005/01/22 17:37:26 kaiowas Exp $
+
+ 22 Jan 2005; petre rodan <kaiowas@gentoo.org> openntpd-0.20040824p.ebuild,
+ openntpd-3.6.1_p1-r1.ebuild, openntpd-3.6_p1.ebuild:
+ added selinux RDEPEND
*openntpd-3.6.1_p1-r1 (22 Dec 2004)
diff --git a/net-misc/openntpd/openntpd-0.20040824p.ebuild b/net-misc/openntpd/openntpd-0.20040824p.ebuild
index 6c2c13641d62..e36ca10a06ce 100644
--- a/net-misc/openntpd/openntpd-0.20040824p.ebuild
+++ b/net-misc/openntpd/openntpd-0.20040824p.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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-0.20040824p.ebuild,v 1.2 2004/11/04 16:39:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-0.20040824p.ebuild,v 1.3 2005/01/22 17:37:26 kaiowas Exp $
inherit eutils
@@ -12,9 +12,10 @@ SRC_URI="http://www.openntpd.org/dist/portable/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
+IUSE="selinux"
RDEPEND="virtual/libc
+ selinux? ( sec-policy/selinux-ntp )
!net-misc/ntp"
DEPEND="${RDEPEND}
>=sys-apps/portage-2.0.51"
diff --git a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild b/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild
index 7780bb229387..63f0e2a21e98 100644
--- a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild
+++ b/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.6.1_p1-r1.ebuild,v 1.1 2004/12/22 14:58:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild,v 1.2 2005/01/22 17:37:26 kaiowas Exp $
inherit eutils
@@ -12,10 +12,11 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ssl"
+IUSE="ssl selinux"
RDEPEND="virtual/libc
ssl? ( dev-libs/openssl )
+ selinux? ( sec-policy/selinux-ntp )
!<=net-misc/ntp-4.2.0-r2"
DEPEND="${RDEPEND}
>=sys-apps/portage-2.0.51"
diff --git a/net-misc/openntpd/openntpd-3.6_p1.ebuild b/net-misc/openntpd/openntpd-3.6_p1.ebuild
index e1dc791756e2..91070dcaf5bf 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
+# 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.6_p1.ebuild,v 1.9 2004/12/22 14:43:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6_p1.ebuild,v 1.10 2005/01/22 17:37:26 kaiowas Exp $
inherit eutils
@@ -12,10 +12,11 @@ SRC_URI="mirror://openbsd/OpenNTPD/portable/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
-IUSE="ssl"
+IUSE="ssl selinux"
RDEPEND="virtual/libc
ssl? ( dev-libs/openssl )
+ selinux? ( sec-policy/selinux-ntp )
!<=net-misc/ntp-4.2.0-r2"
DEPEND="${RDEPEND}
>=sys-apps/portage-2.0.51"