diff options
Diffstat (limited to 'dev-util/ltrace/ltrace-0.7.1.ebuild')
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/ltrace/ltrace-0.7.1.ebuild b/dev-util/ltrace/ltrace-0.7.1.ebuild deleted file mode 100644 index ded7053074d4..000000000000 --- a/dev-util/ltrace/ltrace-0.7.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.7.1.ebuild,v 1.1 2012/11/30 22:58:33 radhermit Exp $ - -EAPI=5 - -inherit eutils autotools - -NUM="3844" - -DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://ltrace.alioth.debian.org/" -SRC_URI="https://alioth.debian.org/frs/download.php/${NUM}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-libs/elfutils" -DEPEND="${RDEPEND} - test? ( dev-util/dejagnu )" - -src_prepare() { - sed -i '/^dist_doc_DATA/d' Makefile.am || die - eautoreconf -} |