diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-25 14:32:29 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-25 14:32:29 +0000 |
commit | 561a613493e17afadc539558590e601202942f3f (patch) | |
tree | 782f2e0f3c21f0eff46c24c70c4c12fb81acc2fc /dev-util/pretrace/pretrace-0.3-r1.ebuild | |
parent | Stable for HPPA (bug #236971). (diff) | |
download | gentoo-2-561a613493e17afadc539558590e601202942f3f.tar.gz gentoo-2-561a613493e17afadc539558590e601202942f3f.tar.bz2 gentoo-2-561a613493e17afadc539558590e601202942f3f.zip |
Drop old. Add myself to metadata.xml.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-util/pretrace/pretrace-0.3-r1.ebuild')
-rw-r--r-- | dev-util/pretrace/pretrace-0.3-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/pretrace/pretrace-0.3-r1.ebuild b/dev-util/pretrace/pretrace-0.3-r1.ebuild deleted file mode 100644 index e544b40f20d2..000000000000 --- a/dev-util/pretrace/pretrace-0.3-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pretrace/pretrace-0.3-r1.ebuild,v 1.5 2007/03/05 04:09:11 genone Exp $ - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Start dynamically linked applications under debugging environment" -HOMEPAGE="http://www.gentoo.org/proj/en/security/index.xml" -SRC_URI="http://dev.gentoo.org/~taviso/files/libpretrace-${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" -DEPEND="virtual/libc" -S="${WORKDIR}/lib${P}" - -src_compile() { - use debug && append-flags -DDEBUG - emake CC=$(tc-getCC) || die -} - -src_install() { - einstall LIBDIR=${D}/lib PREFIX=${D}/usr || die - prepalldocs -} - -pkg_postinst() { - elog "See the documentation for instructions, configuration format and" - elog "further indormation." -} |