jer 14/05/29 00:31:12 Modified: ChangeLog Added: ltrace-0.7.3_p4.ebuild Log: Add an ebuild with Debian patches. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.63 dev-util/ltrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ltrace/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ltrace/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 18 Sep 2013 20:47:38 -0000 1.62 +++ ChangeLog 29 May 2014 00:31:12 -0000 1.63 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/ltrace -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.62 2013/09/18 20:47:38 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.63 2014/05/29 00:31:12 jer Exp $ + +*ltrace-0.7.3_p4 (29 May 2014) + + 29 May 2014; Jeroen Roovers <[email protected]> +ltrace-0.7.3_p4.ebuild: + Add an ebuild with Debian patches. *ltrace-0.7.3 (18 Sep 2013) 1.1 dev-util/ltrace/ltrace-0.7.3_p4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ltrace/ltrace-0.7.3_p4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ltrace/ltrace-0.7.3_p4.ebuild?rev=1.1&content-type=text/plain Index: ltrace-0.7.3_p4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.7.3_p4.ebuild,v 1.1 2014/05/29 00:31:12 jer Exp $ EAPI=5 inherit autotools eutils LTRACE_V=${PV/_p*/} DB_V=${PV/*_p/} DESCRIPTION="trace library calls made at runtime" HOMEPAGE="http://ltrace.alioth.debian.org/" SRC_URI=" mirror://debian/pool/main/l/${PN}/${PN}_${LTRACE_V}.orig.tar.bz2 mirror://debian/pool/main/l/${PN}/${PN}_${LTRACE_V}-${DB_V}.debian.tar.gz " LICENSE="GPL-2" SLOT="0" KEYWORDS="-alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="debug selinux test unwind" RDEPEND="dev-libs/elfutils selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/libunwind )" DEPEND="${RDEPEND} test? ( dev-util/dejagnu )" S=${WORKDIR}/${PN}-${LTRACE_V} src_prepare() { epatch "${WORKDIR}"/debian/patches/[0-9]* sed -i '/^dist_doc_DATA/d' Makefile.am || die eautoreconf } src_configure() { ac_cv_header_selinux_selinux_h=$(usex selinux) \ ac_cv_lib_selinux_security_get_boolean_active=$(usex selinux) \ econf \ --disable-werror \ $(use_enable debug) \ $(use_with unwind libunwind) }
