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: ChangeLog acl-2.2.45.ebuild
Date: Thu, 20 Sep 2007 11:25:11
Message-Id: E1IYFKz-0001fy-ME@stork.gentoo.org
1 vapier 07/09/20 06:16:33
2
3 Modified: ChangeLog
4 Added: acl-2.2.45.ebuild
5 Log:
6 Version bump #192647 and apply libtool fixup #158068. Also update NFS patch #162664 #192844.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.73 sys-apps/acl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 13 Jun 2007 23:37:32 -0000 1.72
23 +++ ChangeLog 20 Sep 2007 06:16:33 -0000 1.73
24 @@ -1,6 +1,14 @@
25 # ChangeLog for sys-apps/acl
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.72 2007/06/13 23:37:32 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.73 2007/09/20 06:16:33 vapier Exp $
29 +
30 +*acl-2.2.45 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Mike Frysinger <vapier@g.o>
33 + +files/acl-2.2.42-nfs-glue.patch, +files/acl-2.2.45-libtool.patch,
34 + +acl-2.2.45.ebuild:
35 + Version bump #192647 and apply libtool fixup #158068. Also update NFS patch
36 + #162664 #192844.
37
38 13 Jun 2007; Mike Frysinger <vapier@g.o>
39 +files/acl-2.2.44-LDFLAGS.patch, acl-2.2.44.ebuild:
40
41
42
43 1.1 sys-apps/acl/acl-2.2.45.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/acl-2.2.45.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/acl-2.2.45.ebuild?rev=1.1&content-type=text/plain
47
48 Index: acl-2.2.45.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.45.ebuild,v 1.1 2007/09/20 06:16:33 vapier Exp $
53
54 inherit eutils autotools toolchain-funcs
55
56 MY_P="${PN}_${PV}-1"
57 DESCRIPTION="Access control list utilities, libraries and headers"
58 HOMEPAGE="http://oss.sgi.com/projects/xfs/"
59 SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
60 ftp://xfs.org/mirror/SGI/cmd_tars/${MY_P}.tar.gz
61 nfs? ( http://www.citi.umich.edu/projects/nfsv4/linux/acl-patches/2.2.42-1/acl-2.2.42-CITI_NFS4_ALL-1.dif )"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
66 IUSE="nfs nls"
67
68 RDEPEND=">=sys-apps/attr-2.4
69 nfs? ( net-libs/libnfsidmap )"
70 DEPEND="${RDEPEND}
71 nls? ( sys-devel/gettext )"
72
73 src_unpack() {
74 unpack ${MY_P}.tar.gz
75 cd "${S}"
76 if use nfs ; then
77 cp "${DISTDIR}"/acl-2.2.42-CITI_NFS4_ALL-1.dif . || die
78 epatch \
79 "${FILESDIR}"/acl-2.2.42-nfs-glue.patch \
80 acl-2.2.42-CITI_NFS4_ALL-1.dif
81 fi
82 epatch "${FILESDIR}"/${PN}-2.2.45-libtool.patch #158068
83 epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
84 sed -i \
85 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
86 -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
87 include/builddefs.in \
88 || die "failed to update builddefs"
89 AT_M4DIR="m4" eautoreconf
90 }
91
92 src_compile() {
93 export OPTIMIZER=${CFLAGS}
94 export DEBUG=-DNDEBUG
95
96 econf \
97 $(use_enable nls gettext) \
98 --libexecdir=/usr/$(get_libdir) \
99 --bindir=/bin \
100 || die
101 emake || die
102 }
103
104 src_install() {
105 emake DIST_ROOT="${D}" install install-dev install-lib || die
106 prepalldocs
107
108 # move shared libs to /
109 dodir /$(get_libdir)
110 mv "${D}"/usr/$(get_libdir)/libacl.so* "${D}"/$(get_libdir)/ || die
111 gen_usr_ldscript libacl.so
112 }
113
114
115
116 --
117 gentoo-commits@g.o mailing list