mgorny 15/01/28 22:34:03 Modified: metadata.xml dd-rescue-1.45.ebuild dd-rescue-1.46.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 sys-fs/dd-rescue/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 24 Jun 2014 08:27:08 -0000 1.4 +++ metadata.xml 28 Jan 2015 22:34:03 -0000 1.5 @@ -2,7 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>base-system</herd> -<use> - <flag name='sse4_2'>Use the SSE4.2 instruction set</flag> -</use> </pkgmetadata> 1.2 sys-fs/dd-rescue/dd-rescue-1.45.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild?r1=1.1&r2=1.2 Index: dd-rescue-1.45.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dd-rescue-1.45.ebuild 1 Jun 2014 01:53:09 -0000 1.1 +++ dd-rescue-1.45.ebuild 28 Jan 2015 22:34:03 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild,v 1.1 2014/06/01 01:53:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.45.ebuild,v 1.2 2015/01/28 22:34:03 mgorny Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="avx2 lzo sse4_2 static xattr" +IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr" RDEPEND="lzo? ( dev-libs/lzo ) xattr? ( sys-apps/attr )" @@ -54,8 +54,8 @@ emake \ MACH="${arch}" \ OS="${os}" \ - HAVE_SSE42=$(usex sse4_2 1 0) \ - HAVE_AVX2=$(usex avx2 1 0) \ + HAVE_SSE42=$(usex cpu_flags_x86_sse4_2 1 0) \ + HAVE_AVX2=$(usex cpu_flags_x86_avx2 1 0) \ RPM_OPT_FLAGS="${CFLAGS} ${CPPFLAGS}" \ CFLAGS_OPT='$(CFLAGS)' \ LDFLAGS="${LDFLAGS} -Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/${PN}" \ 1.2 sys-fs/dd-rescue/dd-rescue-1.46.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild?r1=1.1&r2=1.2 Index: dd-rescue-1.46.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dd-rescue-1.46.ebuild 17 Oct 2014 19:52:51 -0000 1.1 +++ dd-rescue-1.46.ebuild 28 Jan 2015 22:34:03 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild,v 1.1 2014/10/17 19:52:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.46.ebuild,v 1.2 2015/01/28 22:34:03 mgorny Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="avx2 lzo sse4_2 static xattr" +IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr" RDEPEND="lzo? ( dev-libs/lzo ) xattr? ( sys-apps/attr )" @@ -56,8 +56,8 @@ emake \ MACH="${arch}" \ OS="${os}" \ - HAVE_SSE42=$(usex sse4_2 1 0) \ - HAVE_AVX2=$(usex avx2 1 0) \ + HAVE_SSE42=$(usex cpu_flags_x86_sse4_2 1 0) \ + HAVE_AVX2=$(usex cpu_flags_x86_avx2 1 0) \ RPM_OPT_FLAGS="${CFLAGS} ${CPPFLAGS}" \ CFLAGS_OPT='$(CFLAGS)' \ LDFLAGS="${LDFLAGS} -Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/${PN}" \ 1.39 sys-fs/dd-rescue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 17 Oct 2014 19:52:51 -0000 1.38 +++ ChangeLog 28 Jan 2015 22:34:03 -0000 1.39 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/dd-rescue -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.38 2014/10/17 19:52:51 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.39 2015/01/28 22:34:03 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgo...@gentoo.org> dd-rescue-1.45.ebuild, + dd-rescue-1.46.ebuild, metadata.xml: + Switch to CPU_FLAGS_X86. *dd-rescue-1.46 (17 Oct 2014)