diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:18:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:18:27 +0000 |
commit | 40224c2867034a0ba5ef18a0f3ed3143093914a7 (patch) | |
tree | 616760dc6ae3421bbadd113ee3e937211fed20f9 /sys-libs/libunwind | |
parent | Stable on x86; bug #129371 (diff) | |
download | gentoo-2-40224c2867034a0ba5ef18a0f3ed3143093914a7.tar.gz gentoo-2-40224c2867034a0ba5ef18a0f3ed3143093914a7.tar.bz2 gentoo-2-40224c2867034a0ba5ef18a0f3ed3143093914a7.zip |
old
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/files/digest-libunwind-0.98.4 | 1 | ||||
-rw-r--r-- | sys-libs/libunwind/libunwind-0.98.4.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/sys-libs/libunwind/files/digest-libunwind-0.98.4 b/sys-libs/libunwind/files/digest-libunwind-0.98.4 deleted file mode 100644 index 7f63ea26d820..000000000000 --- a/sys-libs/libunwind/files/digest-libunwind-0.98.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ba6d6b92e4a6c84f9d986ea3cbeb5b3 libunwind-0.98.4.tar.gz 542984 diff --git a/sys-libs/libunwind/libunwind-0.98.4.ebuild b/sys-libs/libunwind/libunwind-0.98.4.ebuild deleted file mode 100644 index 3df31095fb27..000000000000 --- a/sys-libs/libunwind/libunwind-0.98.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.98.4.ebuild,v 1.1 2005/04/09 02:13:35 vapier Exp $ - -DESCRIPTION="portable and efficient API to determine the call-chain of a program" -HOMEPAGE="http://www.hpl.hp.com/research/linux/libunwind/" -SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="7" -KEYWORDS="~amd64 ~ia64 ~x86" -IUSE="" - -DEPEND="" - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |