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-libs/e2fsprogs-libs: e2fsprogs-libs-1.42.9.ebuild ChangeLog
Date: Tue, 31 Dec 2013 19:07:52
Message-Id: 20131231190747.2B2492004C@flycatcher.gentoo.org
1 vapier 13/12/31 19:07:47
2
3 Modified: ChangeLog
4 Added: e2fsprogs-libs-1.42.9.ebuild
5 Log:
6 Version bump #496594 by Ulenrich.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.109 sys-libs/e2fsprogs-libs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 8 Oct 2013 12:55:02 -0000 1.108
24 +++ ChangeLog 31 Dec 2013 19:07:47 -0000 1.109
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-libs/e2fsprogs-libs
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.108 2013/10/08 12:55:02 chainsaw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.109 2013/12/31 19:07:47 vapier Exp $
30 +
31 +*e2fsprogs-libs-1.42.9 (31 Dec 2013)
32 +
33 + 31 Dec 2013; Mike Frysinger <vapier@g.o> +e2fsprogs-libs-1.42.9.ebuild,
34 + +files/e2fsprogs-libs-1.42.9-no-quota.patch:
35 + Version bump #496594 by Ulenrich.
36
37 *e2fsprogs-libs-1.42.8 (08 Oct 2013)
38
39
40
41
42 1.1 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: e2fsprogs-libs-1.42.9.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.9.ebuild,v 1.1 2013/12/31 19:07:47 vapier Exp $
52
53 EAPI="4"
54
55 case ${PV} in
56 *_pre*) UP_PV="${PV%_pre*}-WIP-${PV#*_pre}" ;;
57 *) UP_PV=${PV} ;;
58 esac
59
60 inherit toolchain-funcs eutils multilib-minimal
61
62 DESCRIPTION="e2fsprogs libraries (common error and subsystem)"
63 HOMEPAGE="http://e2fsprogs.sourceforge.net/"
64 SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
69 IUSE="nls static-libs"
70
71 RDEPEND="!sys-libs/com_err
72 !sys-libs/ss
73 !<sys-fs/e2fsprogs-1.41.8
74 abi_x86_32? (
75 !<=app-emulation/emul-linux-x86-baselibs-20130224-r12
76 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
77 )"
78 DEPEND="nls? ( sys-devel/gettext )
79 virtual/pkgconfig"
80
81 S=${WORKDIR}/${P%_pre*}
82
83 src_prepare() {
84 printf 'all:\n%%:;@:\n' > doc/Makefile.in # don't bother with docs #305613
85 epatch "${FILESDIR}"/${PN}-1.42.9-no-quota.patch
86 }
87
88 multilib_src_configure() {
89 # We want to use the "bsd" libraries while building on Darwin, but while
90 # building on other Gentoo/*BSD we prefer elf-naming scheme.
91 local libtype
92 case ${CHOST} in
93 *-darwin*) libtype=bsd;;
94 *) libtype=elf;;
95 esac
96
97 # we use blkid/uuid from util-linux now
98 ac_cv_lib_uuid_uuid_generate=yes \
99 ac_cv_lib_blkid_blkid_get_cache=yes \
100 ac_cv_path_LDCONFIG=: \
101 ECONF_SOURCE="${S}" \
102 econf \
103 --disable-lib{blkid,uuid} \
104 --disable-quota \
105 --enable-${libtype}-shlibs \
106 $(tc-has-tls || echo --disable-tls) \
107 $(use_enable nls)
108 }
109
110 multilib_src_install() {
111 emake STRIP=: DESTDIR="${D}" install || die
112 multilib_is_native_abi && gen_usr_ldscript -a com_err ss
113 # configure doesn't have an option to disable static libs :/
114 use static-libs || find "${ED}" -name '*.a' -delete
115 }