swift 14/05/16 19:00:58 Modified: ifplugd-0.28-r9.ebuild ChangeLog Log: Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-ifplugd (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.9 sys-apps/ifplugd/ifplugd-0.28-r9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild?r1=1.8&r2=1.9 Index: ifplugd-0.28-r9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ifplugd-0.28-r9.ebuild 4 May 2012 09:17:30 -0000 1.8 +++ ifplugd-0.28-r9.ebuild 16 May 2014 19:00:58 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild,v 1.8 2012/05/04 09:17:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild,v 1.9 2014/05/16 19:00:58 swift Exp $ EAPI=4 @@ -13,13 +13,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm amd64 hppa ppc x86" -IUSE="doc" +IUSE="doc selinux" DEPEND="virtual/pkgconfig doc? ( www-client/lynx ) + selinux? ( sec-policy/selinux-ifplugd ) >=dev-libs/libdaemon-0.5" RDEPEND=">=dev-libs/libdaemon-0.5 - >=sys-apps/baselayout-1.12" + >=sys-apps/baselayout-1.12 + selinux? ( sec-policy/selinux-ifplugd )" src_prepare() { epatch "${FILESDIR}/${P}-nlapi.diff" 1.55 sys-apps/ifplugd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ifplugd/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 4 May 2012 09:17:30 -0000 1.54 +++ ChangeLog 16 May 2014 19:00:58 -0000 1.55 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ifplugd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.54 2012/05/04 09:17:30 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.55 2014/05/16 19:00:58 swift Exp $ + + 16 May 2014; Sven Vermeulen <[email protected]> ifplugd-0.28-r9.ebuild: + Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-ifplugd 04 May 2012; Jeff Horelick <[email protected]> ifplugd-0.28-r9.ebuild: dev-util/pkgconfig -> virtual/pkgconfig
