vapier 15/03/06 17:44:25 Modified: strace-9999.ebuild ChangeLog Added: strace-4.10.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.9 dev-util/strace/strace-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?r1=1.8&r2=1.9 Index: strace-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- strace-9999.ebuild 16 Aug 2014 05:22:46 -0000 1.8 +++ strace-9999.ebuild 6 Mar 2015 17:44:25 -0000 1.9 @@ -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/dev-util/strace/strace-9999.ebuild,v 1.8 2014/08/16 05:22:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.9 2015/03/06 17:44:25 vapier Exp $ EAPI="4" @@ -11,7 +11,7 @@ inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" @@ -19,12 +19,12 @@ LICENSE="BSD" SLOT="0" -IUSE="aio +perl static" +IUSE="aio perl static" # strace only uses the header from libaio to decode structs DEPEND="aio? ( >=dev-libs/libaio-0.3.106 ) sys-kernel/linux-headers" -RDEPEND="" +RDEPEND="perl? ( dev-lang/perl )" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then 1.206 dev-util/strace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.206&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.206&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.205&r2=1.206 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v retrieving revision 1.205 retrieving revision 1.206 diff -u -r1.205 -r1.206 --- ChangeLog 6 Mar 2015 17:43:41 -0000 1.205 +++ ChangeLog 6 Mar 2015 17:44:25 -0000 1.206 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/strace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.205 2015/03/06 17:43:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.206 2015/03/06 17:44:25 vapier Exp $ + +*strace-4.10 (06 Mar 2015) + + 06 Mar 2015; Mike Frysinger <[email protected]> +strace-4.10.ebuild, + strace-9999.ebuild: + Version bump. 06 Mar 2015; Mike Frysinger <[email protected]> strace-4.9.ebuild: Stabilize for arm64/ia64/m68k/s390/sh. 1.1 dev-util/strace/strace-4.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.10.ebuild?rev=1.1&content-type=text/plain Index: strace-4.10.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.10.ebuild,v 1.1 2015/03/06 17:44:25 vapier Exp $ EAPI="4" inherit flag-o-matic eutils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace" inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="http://sourceforge.net/projects/strace/" LICENSE="BSD" SLOT="0" IUSE="aio perl static" # strace only uses the header from libaio to decode structs DEPEND="aio? ( >=dev-libs/libaio-0.3.106 ) sys-kernel/linux-headers" RDEPEND="perl? ( dev-lang/perl )" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation ./xlat/gen.sh eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi filter-lfs-flags # configure handles this sanely use static && append-ldflags -static export ac_cv_header_libaio_h=$(usex aio) } src_install() { default use perl || rm "${ED}"/usr/bin/strace-graph dodoc CREDITS }
