* [gentoo-commits] gentoo-x86 commit in sys-apps/dmidecode: ChangeLog dmidecode-2.10.ebuild dmidecode-2.11.ebuild
@ 2012-07-23 15:00 Sven Vermeulen (swift)
0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2012-07-23 15:00 UTC (permalink / raw
To: gentoo-commits
swift 12/07/23 15:00:09
Modified: ChangeLog dmidecode-2.10.ebuild
dmidecode-2.11.ebuild
Log:
Adding optional dependency on selinux policies
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.36 sys-apps/dmidecode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 31 May 2012 21:54:56 -0000 1.35
+++ ChangeLog 23 Jul 2012 15:00:09 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/dmidecode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.35 2012/05/31 21:54:56 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.36 2012/07/23 15:00:09 swift Exp $
+
+ 23 Jul 2012; <swift@gentoo.org> dmidecode-2.10.ebuild, dmidecode-2.11.ebuild:
+ Adding optional dependency on SELinux policy modules
31 May 2012; Richard Yao <ryao@gentoo.org> dmidecode-2.11.ebuild:
keyword amd64-fbsd
1.9 sys-apps/dmidecode/dmidecode-2.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild?r1=1.8&r2=1.9
Index: dmidecode-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dmidecode-2.10.ebuild 23 Mar 2011 17:28:30 -0000 1.8
+++ dmidecode-2.10.ebuild 23 Jul 2012 15:00:09 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild,v 1.8 2011/03/23 17:28:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild,v 1.9 2012/07/23 15:00:09 swift Exp $
inherit flag-o-matic toolchain-funcs
@@ -11,10 +11,10 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* amd64 arm ia64 ppc sparc x86"
-IUSE=""
+IUSE="selinux"
-DEPEND=""
-RDEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-dmidecode )"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
1.8 sys-apps/dmidecode/dmidecode-2.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild?r1=1.7&r2=1.8
Index: dmidecode-2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dmidecode-2.11.ebuild 31 May 2012 21:54:56 -0000 1.7
+++ dmidecode-2.11.ebuild 23 Jul 2012 15:00:09 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.7 2012/05/31 21:54:56 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.8 2012/07/23 15:00:09 swift Exp $
EAPI="3"
@@ -13,7 +13,10 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
-IUSE=""
+IUSE="selinux"
+
+DEPEND="selinux? ( sec-policy/selinux-dmidecode )"
+RDEPEND="${DEPEND}"
src_prepare() {
sed -i \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-23 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 15:00 [gentoo-commits] gentoo-x86 commit in sys-apps/dmidecode: ChangeLog dmidecode-2.10.ebuild dmidecode-2.11.ebuild Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox