diff options
author | 2012-12-01 13:03:56 +0000 | |
---|---|---|
committer | 2012-12-01 13:03:56 +0000 | |
commit | 0d7ad45349d716e661cb75936621f07825181953 (patch) | |
tree | e22a6e4b4aff8342bc1c43e019bc1fae51359a55 /dev-util/ltrace | |
parent | Revision bump. Add debug and unwind use flags. Use pkg-config to detect unwin... (diff) | |
download | gentoo-2-0d7ad45349d716e661cb75936621f07825181953.tar.gz gentoo-2-0d7ad45349d716e661cb75936621f07825181953.tar.bz2 gentoo-2-0d7ad45349d716e661cb75936621f07825181953.zip |
Remove old.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/ltrace')
-rw-r--r-- | dev-util/ltrace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.4-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.5.3.ebuild | 45 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.1.ebuild | 27 |
4 files changed, 5 insertions, 110 deletions
diff --git a/dev-util/ltrace/ChangeLog b/dev-util/ltrace/ChangeLog index 9ff0dd681abd..ee2c390ac2e9 100644 --- a/dev-util/ltrace/ChangeLog +++ b/dev-util/ltrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ltrace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.56 2012/12/01 13:01:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.57 2012/12/01 13:03:56 radhermit Exp $ + + 01 Dec 2012; Tim Harder <radhermit@gentoo.org> -ltrace-0.4-r1.ebuild, + -ltrace-0.5.3.ebuild, -ltrace-0.7.1.ebuild: + Remove old. *ltrace-0.7.1-r1 (01 Dec 2012) diff --git a/dev-util/ltrace/ltrace-0.4-r1.ebuild b/dev-util/ltrace/ltrace-0.4-r1.ebuild deleted file mode 100644 index 29d1de95ed12..000000000000 --- a/dev-util/ltrace/ltrace-0.4-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.12 2010/05/03 09:17:23 ssuominen Exp $ - -inherit eutils autotools - -MY_P="${P/-/_}" -DEB_P="${MY_P}-1" - -DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://packages.debian.org/unstable/utils/ltrace" -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" - -# bug 233958 -RESTRICT="test" - -src_unpack() { - unpack ${A} - epatch "${WORKDIR}"/${DEB_P}.diff - cd "${S}" - epatch "${FILESDIR}/0.4-cross-compile.patch" - epatch "${FILESDIR}/0.4-summary.patch" - epatch "${FILESDIR}/0.4-parallel-make.patch" - eautoconf -} - -src_install() { - make STRIPPROG=echo DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die "make install failed" -} diff --git a/dev-util/ltrace/ltrace-0.5.3.ebuild b/dev-util/ltrace/ltrace-0.5.3.ebuild deleted file mode 100644 index cb310692dce2..000000000000 --- a/dev-util/ltrace/ltrace-0.5.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 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.6 2010/05/03 09:17:23 ssuominen 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 ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/elfutils" - -# bug 233958 -RESTRICT="test" - -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 - epatch "${FILESDIR}"/${P}-ppc.patch - eautoconf -} - -src_install() { - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die "make install failed" - prepalldocs -} 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 -} |