public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/ltrace: ChangeLog ltrace-0.5.3.ebuild
@ 2007-12-24 15:36 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2007-12-24 15:36 UTC (permalink / raw
  To: gentoo-commits

vapier      07/12/24 15:36:17

  Modified:             ChangeLog
  Added:                ltrace-0.5.3.ebuild
  Log:
  Version bump #191268 by Nuno Lopes.
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.42                 dev-util/ltrace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	26 Jun 2007 10:44:05 -0000	1.41
+++ ChangeLog	24 Dec 2007 15:36:17 -0000	1.42
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/ltrace
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.41 2007/06/26 10:44:05 josejx Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.42 2007/12/24 15:36:17 vapier Exp $
+
+*ltrace-0.5.3 (24 Dec 2007)
+
+  24 Dec 2007; Mike Frysinger <vapier@gentoo.org>
+  +files/ltrace-0.5.3-cross.patch, +ltrace-0.5.3.ebuild:
+  Version bump #191268 by Nuno Lopes.
 
   26 Jun 2007; Joseph Jezak <josejx@gentoo.org> ltrace-0.4-r1.ebuild:
   Marked ppc stable for bug #182880.



1.1                  dev-util/ltrace/ltrace-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.1&content-type=text/plain

Index: ltrace-0.5.3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.1 2007/12/24 15:36:17 vapier Exp $

inherit eutils autotools

MY_PV=${PV%.?}
MY_P=${PN}_${MY_PV}
DEB_P=${MY_P}-${PV##*.}

DESCRIPTION="trace library calls made at runtime"
HOMEPAGE="http://ltrace.alioth.debian.org/"
SRC_URI="mirror://debian/pool/main/l/ltrace/${MY_P}.orig.tar.gz
	mirror://debian/pool/main/l/ltrace/${DEB_P}.diff.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-libs/elfutils"

S=${WORKDIR}/${PN}-${MY_PV}

src_unpack() {
	unpack ${A}
	epatch "${WORKDIR}"/${DEB_P}.diff
	cd "${S}"
	epatch "${FILESDIR}"/0.4-parallel-make.patch

	epatch "${FILESDIR}"/${P}-cross.patch
	sed \
		-e 's:uname -m:echo @HOST_CPU@:' \
		sysdeps/linux-gnu/Makefile > sysdeps/linux-gnu/Makefile.in
	eautoconf
}


src_install() {
	emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die "make install failed"
	prepalldocs
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/ltrace: ChangeLog ltrace-0.5.3.ebuild
@ 2007-12-26 19:08 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 2+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-12-26 19:08 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/12/26 19:08:52

  Modified:             ChangeLog ltrace-0.5.3.ebuild
  Log:
  patch to make ltrace-0.5.3 build on ppc wrt bug 203380
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.43                 dev-util/ltrace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	24 Dec 2007 15:36:17 -0000	1.42
+++ ChangeLog	26 Dec 2007 19:08:52 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/ltrace
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.42 2007/12/24 15:36:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.43 2007/12/26 19:08:52 nixnut Exp $
+
+  26 Dec 2007; nixnut <nixnut@gentoo.org> +files/ltrace-0.5.3-ppc.patch,
+  ltrace-0.5.3.ebuild:
+  patch to make ltrace-0.5.3 build on ppc wrt bug 203380
 
 *ltrace-0.5.3 (24 Dec 2007)
 



1.3                  dev-util/ltrace/ltrace-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild?r1=1.2&r2=1.3

Index: ltrace-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ltrace-0.5.3.ebuild	25 Dec 2007 00:04:51 -0000	1.2
+++ ltrace-0.5.3.ebuild	26 Dec 2007 19:08:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.2 2007/12/25 00:04:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.3 2007/12/26 19:08:52 nixnut Exp $
 
 inherit eutils autotools
 
@@ -32,6 +32,7 @@
 	sed \
 		-e 's:uname -m:echo @HOST_CPU@:' \
 		sysdeps/linux-gnu/Makefile > sysdeps/linux-gnu/Makefile.in
+	epatch "${FILESDIR}"/${P}-ppc.patch
 	eautoconf
 }
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-26 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 15:36 [gentoo-commits] gentoo-x86 commit in dev-util/ltrace: ChangeLog ltrace-0.5.3.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-26 19:08 Gysbert Wassenaar (nixnut)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox