public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ltrace: ChangeLog ltrace-0.5.3.ebuild
Date: Mon, 24 Dec 2007 15:36:17 +0000	[thread overview]
Message-ID: <E1J6pLl-0006jt-OI@stork.gentoo.org> (raw)

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



             reply	other threads:[~2007-12-24 15:36 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J6pLl-0006jt-OI@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox