Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/acl: acl-2.2.52.ebuild ChangeLog
Date: Mon, 23 Dec 2013 07:34:30
Message-Id: 20131223073426.BC4622004C@flycatcher.gentoo.org
1 vapier 13/12/23 07:34:26
2
3 Modified: acl-2.2.52.ebuild ChangeLog
4 Log:
5 Punt the USE=nfs flag as upstream has not updated the patch in years and it no longer applies #379865 by Andy Wilkinson.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 sys-apps/acl/acl-2.2.52.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild?r1=1.1&r2=1.2
15
16 Index: acl-2.2.52.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- acl-2.2.52.ebuild 20 May 2013 17:55:21 -0000 1.1
23 +++ acl-2.2.52.ebuild 23 Dec 2013 07:34:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild,v 1.1 2013/05/20 17:55:21 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild,v 1.2 2013/12/23 07:34:26 vapier Exp $
29
30 EAPI="4"
31
32 @@ -8,27 +8,18 @@
33
34 DESCRIPTION="access control list utilities, libraries and headers"
35 HOMEPAGE="http://savannah.nongnu.org/projects/acl"
36 -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.src.tar.gz
37 - nfs? ( http://www.citi.umich.edu/projects/nfsv4/linux/acl-patches/2.2.42-2/acl-2.2.42-CITI_NFS4_ALL-2.dif )"
38 +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.src.tar.gz"
39
40 LICENSE="LGPL-2.1"
41 SLOT="0"
42 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
43 -IUSE="nfs nls static-libs"
44 +IUSE="nls static-libs"
45
46 -RDEPEND=">=sys-apps/attr-2.4
47 - nfs? ( net-libs/libnfsidmap )"
48 +RDEPEND=">=sys-apps/attr-2.4"
49 DEPEND="${RDEPEND}
50 nls? ( sys-devel/gettext )"
51
52 src_prepare() {
53 - if use nfs ; then
54 - cp "${DISTDIR}"/acl-2.2.42-CITI_NFS4_ALL-2.dif . || die
55 - sed -i \
56 - -e '/^diff --git a.debian.changelog b.debian.changelog/,/^diff --git/d' \
57 - acl-2.2.42-CITI_NFS4_ALL-2.dif || die
58 - epatch acl-2.2.42-CITI_NFS4_ALL-2.dif
59 - fi
60 sed -i \
61 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
62 -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
63
64
65
66 1.122 sys-apps/acl/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.122&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.122&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/acl/ChangeLog?r1=1.121&r2=1.122
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v
75 retrieving revision 1.121
76 retrieving revision 1.122
77 diff -u -r1.121 -r1.122
78 --- ChangeLog 5 Jun 2013 00:34:54 -0000 1.121
79 +++ ChangeLog 23 Dec 2013 07:34:26 -0000 1.122
80 @@ -1,6 +1,10 @@
81 # ChangeLog for sys-apps/acl
82 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.121 2013/06/05 00:34:54 vapier Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.122 2013/12/23 07:34:26 vapier Exp $
85 +
86 + 23 Dec 2013; Mike Frysinger <vapier@g.o> acl-2.2.52.ebuild:
87 + Punt the USE=nfs flag as upstream has not updated the patch in years and it no
88 + longer applies #379865 by Andy Wilkinson.
89
90 05 Jun 2013; Mike Frysinger <vapier@g.o> metadata.xml:
91 Add upstream CPE tag (security info) from ChromiumOS.