vapier      14/08/16 05:22:46

  Modified:             strace-9999.ebuild ChangeLog
  Added:                strace-4.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.8                  dev-util/strace/strace-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?r1=1.7&r2=1.8

Index: strace-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- strace-9999.ebuild  18 Jan 2014 01:55:37 -0000      1.7
+++ strace-9999.ebuild  16 Aug 2014 05:22:46 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.7 
2014/01/18 01:55:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.8 
2014/08/16 05:22:46 vapier Exp $
 
 EAPI="4"
 
@@ -29,6 +29,7 @@
 src_prepare() {
        if epatch_user || [[ ! -e configure ]] ; then
                # git generation
+               ./xlat/gen.sh
                eautoreconf
                [[ ! -e CREDITS ]] && cp CREDITS{.in,}
        fi



1.202                dev-util/strace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.202&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.202&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.201&r2=1.202

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog   16 Aug 2014 05:22:07 -0000      1.201
+++ ChangeLog   16 Aug 2014 05:22:46 -0000      1.202
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.201 
2014/08/16 05:22:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.202 
2014/08/16 05:22:46 vapier Exp $
+
+*strace-4.9 (16 Aug 2014)
+
+  16 Aug 2014; Mike Frysinger <[email protected]> +strace-4.9.ebuild,
+  strace-9999.ebuild:
+  Version bump.
 
   16 Aug 2014; Mike Frysinger <[email protected]> strace-4.8.ebuild:
   Mark s390/sh stable.



1.1                  dev-util/strace/strace-4.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.9.ebuild?rev=1.1&content-type=text/plain

Index: strace-4.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.1 
2014/08/16 05:22:46 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 ~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=""

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
}




Reply via email to