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/attr: attr-2.4.39.ebuild ChangeLog attr-2.4.41.ebuild
Date: Sat, 23 Feb 2008 03:57:05
Message-Id: E1JSlVW-0001v3-71@stork.gentoo.org
1 vapier 08/02/23 03:57:02
2
3 Modified: attr-2.4.39.ebuild ChangeLog
4 Added: attr-2.4.41.ebuild
5 Log:
6 Make sure we respect LINGUAS #205952 by Arvid Norlander and version bump #211113.
7 (Portage version: 2.2_pre2)
8
9 Revision Changes Path
10 1.12 sys-apps/attr/attr-2.4.39.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild?r1=1.11&r2=1.12
15
16 Index: attr-2.4.39.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- attr-2.4.39.ebuild 11 Dec 2007 10:18:34 -0000 1.11
23 +++ attr-2.4.39.ebuild 23 Feb 2008 03:57:01 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild,v 1.11 2007/12/11 10:18:34 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.39.ebuild,v 1.12 2008/02/23 03:57:01 vapier Exp $
30
31 inherit eutils autotools toolchain-funcs
32
33 @@ -23,13 +23,18 @@
34 unpack ${A}
35 cd "${S}"
36 epatch "${FILESDIR}"/${PN}-2.4.39-gettext.patch
37 + epatch "${FILESDIR}"/${PN}-2.4.39-linguas.patch #205948
38 epatch "${FILESDIR}"/${PN}-2.4.24-only-symlink-when-needed.patch
39 sed -i \
40 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
41 -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
42 include/builddefs.in \
43 || die "failed to update builddefs"
44 + # libtool will clobber install-sh which is really a custom file
45 + mv install-sh acl.install-sh || die
46 AT_M4DIR="m4" eautoreconf
47 + mv acl.install-sh install-sh || die
48 + strip-linguas po
49 }
50
51 src_compile() {
52
53
54
55 1.101 sys-apps/attr/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/ChangeLog?rev=1.101&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/ChangeLog?rev=1.101&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/ChangeLog?r1=1.100&r2=1.101
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
64 retrieving revision 1.100
65 retrieving revision 1.101
66 diff -u -r1.100 -r1.101
67 --- ChangeLog 19 Nov 2007 06:36:02 -0000 1.100
68 +++ ChangeLog 23 Feb 2008 03:57:01 -0000 1.101
69 @@ -1,6 +1,13 @@
70 # ChangeLog for sys-apps/attr
71 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.100 2007/11/19 06:36:02 kumba Exp $
73 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.101 2008/02/23 03:57:01 vapier Exp $
75 +
76 +*attr-2.4.41 (23 Feb 2008)
77 +
78 + 23 Feb 2008; Mike Frysinger <vapier@g.o>
79 + +files/attr-2.4.39-linguas.patch, attr-2.4.39.ebuild, +attr-2.4.41.ebuild:
80 + Make sure we respect LINGUAS #205952 by Arvid Norlander and version bump
81 + #211113.
82
83 19 Nov 2007; Joshua Kinard <kumba@g.o> attr-2.4.39.ebuild:
84 Stable on mips, per #197204.
85
86
87
88 1.1 sys-apps/attr/attr-2.4.41.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/attr-2.4.41.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/attr/attr-2.4.41.ebuild?rev=1.1&content-type=text/plain
92
93 Index: attr-2.4.41.ebuild
94 ===================================================================
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.41.ebuild,v 1.1 2008/02/23 03:57:01 vapier Exp $
98
99 inherit eutils autotools toolchain-funcs
100
101 MY_P="${PN}_${PV}-1"
102 DESCRIPTION="Extended attributes tools"
103 HOMEPAGE="http://oss.sgi.com/projects/xfs/"
104 SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
105 ftp://xfs.org/mirror/SGI/cmd_tars/${MY_P}.tar.gz"
106
107 LICENSE="LGPL-2.1"
108 SLOT="0"
109 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
110 IUSE="nls"
111
112 DEPEND="nls? ( sys-devel/gettext )
113 sys-devel/autoconf"
114 RDEPEND=""
115
116 src_unpack() {
117 unpack ${A}
118 cd "${S}"
119 epatch "${FILESDIR}"/${PN}-2.4.39-gettext.patch
120 epatch "${FILESDIR}"/${PN}-2.4.39-linguas.patch #205948
121 epatch "${FILESDIR}"/${PN}-2.4.24-only-symlink-when-needed.patch
122 sed -i \
123 -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
124 -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
125 include/builddefs.in \
126 || die "failed to update builddefs"
127 # libtool will clobber install-sh which is really a custom file
128 mv install-sh acl.install-sh || die
129 AT_M4DIR="m4" eautoreconf
130 mv acl.install-sh install-sh || die
131 strip-linguas po
132 }
133
134 src_compile() {
135 unset PLATFORM #184564
136 export OPTIMIZER=${CFLAGS}
137 export DEBUG=-DNDEBUG
138
139 econf \
140 $(use_enable nls gettext) \
141 --libexecdir=/usr/$(get_libdir) \
142 --bindir=/bin \
143 || die
144 emake || die
145 }
146
147 src_install() {
148 emake DIST_ROOT="${D}" install install-lib install-dev || die
149 # the man-pages packages provides the man2 files
150 rm -r "${D}"/usr/share/man/man2
151 prepalldocs
152
153 # move shared libs to /
154 dodir /$(get_libdir)
155 mv "${D}"/usr/$(get_libdir)/libattr.so* "${D}"/$(get_libdir)/ || die
156 gen_usr_ldscript libattr.so
157 }
158
159
160
161 --
162 gentoo-commits@l.g.o mailing list