jlec 14/10/06 08:24:09 Modified: ChangeLog Added: aufs-util-3.16_p20141006.ebuild Log: sys-fs/aufs-util: Version BUmp (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.39 sys-fs/aufs-util/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 21 Aug 2014 12:03:54 -0000 1.38 +++ ChangeLog 6 Oct 2014 08:24:09 -0000 1.39 @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/aufs-util # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.38 2014/08/21 12:03:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.39 2014/10/06 08:24:09 jlec Exp $ + +*aufs-util-3.16_p20141006 (06 Oct 2014) + + 06 Oct 2014; Justin Lecher <[email protected]> + +aufs-util-3.16_p20141006.ebuild: + Version BUmp 21 Aug 2014; Justin Lecher <[email protected]> aufs-util-3.16_p20140818.ebuild: Useless blank line on last line 1.1 sys-fs/aufs-util/aufs-util-3.16_p20141006.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.16_p20141006.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.16_p20141006.ebuild?rev=1.1&content-type=text/plain Index: aufs-util-3.16_p20141006.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.16_p20141006.ebuild,v 1.1 2014/10/06 08:24:09 jlec Exp $ EAPI=5 inherit flag-o-matic linux-info multilib toolchain-funcs DESCRIPTION="Utilities are always necessary for aufs" HOMEPAGE="http://aufs.sourceforge.net/" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" # git archive -v --prefix=${P}/ --remote=git://git.code.sf.net/p/aufs/aufs-util aufs3.9 -o ${P}.tar # xz -ve9 *.tar SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" !sys-fs/aufs2 !<sys-fs/aufs3-3_p20130318" DEPEND="${RDEPEND} >=sys-fs/aufs-headers-3.15_p20141006" src_prepare() { sed \ -e "/LDFLAGS += -static -s/d" \ -e "/CFLAGS/s:-O::g" \ -i Makefile || die sed \ -e '/LDFLAGS/s: -s::g' \ -e "s:m 644 -s:m 644:g" \ -e "s:/usr/lib:/usr/$(get_libdir):g" \ -i libau/Makefile || die sed \ -e '/LDFLAGS/s: -s::g' \ -e '/LDLIBS/s:-lrt::g' \ -e '/LDLIBS/s:$: -lrt:g' \ -i fhsm/Makefile || die tc-export CC AR export HOSTCC=$(tc-getCC) }
