polynomial-c 14/05/28 10:37:22 Modified: ChangeLog Added: e2fsprogs-libs-1.42.10.ebuild Removed: e2fsprogs-libs-1.42.8.ebuild Log: Version bump. Removed old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.114 sys-libs/e2fsprogs-libs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?r1=1.113&r2=1.114 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 18 Jan 2014 02:37:17 -0000 1.113 +++ ChangeLog 28 May 2014 10:37:22 -0000 1.114 @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/e2fsprogs-libs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.113 2014/01/18 02:37:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.114 2014/05/28 10:37:22 polynomial-c Exp $ + +*e2fsprogs-libs-1.42.10 (28 May 2014) + + 28 May 2014; Lars Wendler <[email protected]> + -e2fsprogs-libs-1.42.8.ebuild, +e2fsprogs-libs-1.42.10.ebuild: + Version bump. Removed old. 18 Jan 2014; Mike Frysinger <[email protected]> e2fsprogs-libs-1.42.7.ebuild, e2fsprogs-libs-1.42.8.ebuild, e2fsprogs-libs-1.42.9.ebuild: 1.1 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild?rev=1.1&content-type=text/plain Index: e2fsprogs-libs-1.42.10.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v 1.1 2014/05/28 10:37:22 polynomial-c Exp $ EAPI="4" case ${PV} in *_pre*) UP_PV="${PV%_pre*}-WIP-${PV#*_pre}" ;; *) UP_PV=${PV} ;; esac inherit toolchain-funcs eutils multilib-minimal DESCRIPTION="e2fsprogs libraries (common error and subsystem)" HOMEPAGE="http://e2fsprogs.sourceforge.net/" SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint ~x86-solaris" IUSE="nls static-libs" RDEPEND="!sys-libs/com_err !sys-libs/ss !<sys-fs/e2fsprogs-1.41.8 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r12 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" DEPEND="nls? ( sys-devel/gettext ) virtual/pkgconfig" S=${WORKDIR}/${P%_pre*} src_prepare() { printf 'all:\n%%:;@:\n' > doc/Makefile.in # don't bother with docs #305613 epatch "${FILESDIR}"/${PN}-1.42.9-no-quota.patch } multilib_src_configure() { # we use blkid/uuid from util-linux now ac_cv_lib_uuid_uuid_generate=yes \ ac_cv_lib_blkid_blkid_get_cache=yes \ ac_cv_path_LDCONFIG=: \ ECONF_SOURCE="${S}" \ econf \ --disable-lib{blkid,uuid} \ --disable-quota \ $(tc-is-static-only || echo --enable-elf-shlibs) \ $(tc-has-tls || echo --disable-tls) \ $(use_enable nls) } multilib_src_install() { emake STRIP=: DESTDIR="${D}" install || die multilib_is_native_abi && gen_usr_ldscript -a com_err ss # configure doesn't have an option to disable static libs :/ use static-libs || find "${ED}" -name '*.a' -delete }
