Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/acl: acl-0-r2.ebuild ChangeLog
Date: Fri, 02 May 2014 10:24:54
Message-Id: 20140502102450.83C782004C@flycatcher.gentoo.org
1 mgorny 14/05/02 10:24:50
2
3 Modified: ChangeLog
4 Added: acl-0-r2.ebuild
5 Log:
6 Update for multilib sys-apps/acl.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.8 virtual/acl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/acl/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/acl/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/acl/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 18 Jan 2014 01:42:41 -0000 1.7
24 +++ ChangeLog 2 May 2014 10:24:50 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/acl
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.7 2014/01/18 01:42:41 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.8 2014/05/02 10:24:50 mgorny Exp $
30 +
31 +*acl-0-r2 (02 May 2014)
32 +
33 + 02 May 2014; Michał Górny <mgorny@g.o> +acl-0-r2.ebuild:
34 + Update for multilib sys-apps/acl.
35
36 18 Jan 2014; Mike Frysinger <vapier@g.o> acl-0-r1.ebuild:
37 Add arm64 love.
38
39
40
41 1.1 virtual/acl/acl-0-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/acl/acl-0-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/acl/acl-0-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: acl-0-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0-r2.ebuild,v 1.1 2014/05/02 10:24:50 mgorny Exp $
51
52 EAPI="4"
53
54 inherit multilib-build
55
56 DESCRIPTION="Virtual for acl support (sys/acl.h)"
57 HOMEPAGE=""
58 SRC_URI=""
59
60 LICENSE=""
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="static-libs"
64
65 DEPEND=""
66 RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?,${MULTILIB_USEDEP}] )
67 kernel_FreeBSD? ( sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] )"