From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.1.ebuild
Date: Wed, 11 Mar 2009 11:35:51 +0000 [thread overview]
Message-ID: <E1LhMj1-0001sP-6T@stork.gentoo.org> (raw)
vapier 09/03/11 11:35:51
Modified: ChangeLog coreutils-7.1.ebuild
Log:
Control libcap via USE=caps #260813 by Espen Hustad.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.242 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.241&r2=1.242
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 11 Mar 2009 10:46:48 -0000 1.241
+++ ChangeLog 11 Mar 2009 11:35:51 -0000 1.242
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.241 2009/03/11 10:46:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.242 2009/03/11 11:35:51 vapier Exp $
+
+ 11 Mar 2009; Mike Frysinger <vapier@gentoo.org> coreutils-7.1.ebuild:
+ Control libcap via USE=caps #260813 by Espen Hustad.
11 Mar 2009; Mike Frysinger <vapier@gentoo.org> coreutils-7.1.ebuild:
Block tct/netatalk due to timeout collision #259870, and block ccp4 due to
1.3 sys-apps/coreutils/coreutils-7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild?r1=1.2&r2=1.3
Index: coreutils-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coreutils-7.1.ebuild 11 Mar 2009 10:46:48 -0000 1.2
+++ coreutils-7.1.ebuild 11 Mar 2009 11:35:51 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.2 2009/03/11 10:46:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.3 2009/03/11 11:35:51 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,9 +16,10 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="acl nls selinux static xattr vanilla"
+IUSE="acl caps nls selinux static vanilla xattr"
-RDEPEND="selinux? ( sys-libs/libselinux )
+RDEPEND="caps? ( sys-libs/libcap )
+ selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl )
xattr? ( sys-apps/attr )
nls? ( >=sys-devel/gettext-0.15 )
@@ -62,6 +63,7 @@
--enable-install-program="arch" \
--enable-no-install-program="groups,hostname,kill,su,uptime" \
--enable-largefile \
+ $(use_enable caps libcap) \
$(use_enable nls) \
$(use_enable acl) \
$(use_enable xattr) \
next reply other threads:[~2009-03-11 11:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-11 11:35 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-04-18 17:18 [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.1.ebuild Raul Porcel (armin76)
2009-04-18 13:14 Markus Meier (maekke)
2009-04-12 17:58 Brent Baude (ranger)
2009-04-12 14:14 Jeroen Roovers (jer)
2009-04-12 10:45 Tobias Klausmann (klausman)
2009-04-11 16:35 Gysbert Wassenaar (nixnut)
2009-03-12 13:15 Mike Frysinger (vapier)
2009-03-11 10:46 Mike Frysinger (vapier)
2009-02-22 0:12 Mike Frysinger (vapier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1LhMj1-0001sP-6T@stork.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox