From 3ee7edaac907dd00f94a380a9e6365d974a1f3b0 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Sun, 29 Dec 2013 14:47:49 +0000 Subject: Fix bug #496158 - Add selinux-mandb dependency on man-db (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) --- sys-apps/man-db/ChangeLog | 7 ++++++- sys-apps/man-db/man-db-2.6.0.2.ebuild | 7 ++++--- sys-apps/man-db/man-db-2.6.1.ebuild | 7 ++++--- sys-apps/man-db/man-db-2.6.2.ebuild | 7 ++++--- sys-apps/man-db/man-db-2.6.3-r1.ebuild | 5 +++-- sys-apps/man-db/man-db-2.6.3.ebuild | 7 ++++--- sys-apps/man-db/man-db-2.6.4.ebuild | 5 +++-- sys-apps/man-db/man-db-2.6.5.ebuild | 5 +++-- 8 files changed, 31 insertions(+), 19 deletions(-) (limited to 'sys-apps/man-db') diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index b9e36207a36b..a65b2bca12ef 100644 --- a/sys-apps/man-db/ChangeLog +++ b/sys-apps/man-db/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/man-db # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.53 2013/12/27 11:04:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.54 2013/12/29 14:47:49 swift Exp $ + + 29 Dec 2013; Sven Vermeulen man-db-2.6.0.2.ebuild, + man-db-2.6.1.ebuild, man-db-2.6.2.ebuild, man-db-2.6.3.ebuild, + man-db-2.6.3-r1.ebuild, man-db-2.6.4.ebuild, man-db-2.6.5.ebuild: + Adding dependency on selinux-mandb if USE=selinux is set (bug #496158) 27 Dec 2013; Sergey Popov man-db-2.6.3-r1.ebuild: Drop s390/sh/m68k to unstable diff --git a/sys-apps/man-db/man-db-2.6.0.2.ebuild b/sys-apps/man-db/man-db-2.6.0.2.ebuild index 4847166b2d4b..4ebe2834ea54 100644 --- a/sys-apps/man-db/man-db-2.6.0.2.ebuild +++ b/sys-apps/man-db/man-db-2.6.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.12 2012/05/24 03:07:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.13 2013/12/29 14:47:49 swift Exp $ EAPI="2" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) || ( sys-apps/groff >=app-doc/heirloom-doctools-080407-r2 ) + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} diff --git a/sys-apps/man-db/man-db-2.6.1.ebuild b/sys-apps/man-db/man-db-2.6.1.ebuild index a72dcd697f54..b7865dab72e8 100644 --- a/sys-apps/man-db/man-db-2.6.1.ebuild +++ b/sys-apps/man-db/man-db-2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.4 2012/07/24 15:59:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.5 2013/12/29 14:47:48 swift Exp $ EAPI="4" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} diff --git a/sys-apps/man-db/man-db-2.6.2.ebuild b/sys-apps/man-db/man-db-2.6.2.ebuild index 6b4def9b0009..56b2513e9479 100644 --- a/sys-apps/man-db/man-db-2.6.2.ebuild +++ b/sys-apps/man-db/man-db-2.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v 1.1 2012/07/24 15:59:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v 1.2 2013/12/29 14:47:49 swift Exp $ EAPI="4" @@ -13,12 +13,13 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) + selinux? ( sec-policy/selinux-mandb ) sys-apps/groff zlib? ( sys-libs/zlib ) !sys-apps/man" diff --git a/sys-apps/man-db/man-db-2.6.3-r1.ebuild b/sys-apps/man-db/man-db-2.6.3-r1.ebuild index b03b7f6ef164..a191f874c83b 100644 --- a/sys-apps/man-db/man-db-2.6.3-r1.ebuild +++ b/sys-apps/man-db/man-db-2.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.16 2013/12/27 11:04:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.17 2013/12/29 14:47:48 swift Exp $ EAPI="4" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~arm-linux ~x86-linux" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} diff --git a/sys-apps/man-db/man-db-2.6.3.ebuild b/sys-apps/man-db/man-db-2.6.3.ebuild index 96e1020bfa00..8f3e3abbc47b 100644 --- a/sys-apps/man-db/man-db-2.6.3.ebuild +++ b/sys-apps/man-db/man-db-2.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild,v 1.1 2012/09/19 04:03:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3.ebuild,v 1.2 2013/12/29 14:47:48 swift Exp $ EAPI="4" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} diff --git a/sys-apps/man-db/man-db-2.6.4.ebuild b/sys-apps/man-db/man-db-2.6.4.ebuild index 5e99e660c13a..84acf3a9f397 100644 --- a/sys-apps/man-db/man-db-2.6.4.ebuild +++ b/sys-apps/man-db/man-db-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild,v 1.1 2013/06/24 22:07:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.4.ebuild,v 1.2 2013/12/29 14:47:49 swift Exp $ EAPI="4" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} diff --git a/sys-apps/man-db/man-db-2.6.5.ebuild b/sys-apps/man-db/man-db-2.6.5.ebuild index 128e2e8f79ca..18bc2bd43bae 100644 --- a/sys-apps/man-db/man-db-2.6.5.ebuild +++ b/sys-apps/man-db/man-db-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.4 2013/12/27 10:57:03 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.5 2013/12/29 14:47:49 swift Exp $ EAPI="4" @@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux" -IUSE="berkdb +gdbm nls static-libs zlib" +IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff + selinux? ( sec-policy/selinux-mandb ) zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad