summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-22 03:27:42 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-22 03:27:42 +0000
commit08deab2fd0fdd987f71bbd8c76524e067da3e087 (patch)
treedbbe8768d15a79dd0dd82d51fdab2f97a558bb6e /sys-libs/libunwind
parentmzscheme support is currently broken. bug #91970 (diff)
downloadgentoo-2-08deab2fd0fdd987f71bbd8c76524e067da3e087.tar.gz
gentoo-2-08deab2fd0fdd987f71bbd8c76524e067da3e087.tar.bz2
gentoo-2-08deab2fd0fdd987f71bbd8c76524e067da3e087.zip
update HOMEPAGE/SRC_URI #167938 by Dennis Schridde
(Portage version: 2.1.2-r10)
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r--sys-libs/libunwind/libunwind-0.98.5.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/libunwind/libunwind-0.98.5.ebuild b/sys-libs/libunwind/libunwind-0.98.5.ebuild
index 7c1bb9f5eb90..b11e91865f53 100644
--- a/sys-libs/libunwind/libunwind-0.98.5.ebuild
+++ b/sys-libs/libunwind/libunwind-0.98.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.98.5.ebuild,v 1.2 2006/04/15 02:18:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.98.5.ebuild,v 1.3 2007/02/22 03:27:42 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"
+HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
+SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="7"
@@ -14,6 +14,6 @@ IUSE=""
DEPEND=""
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog NEWS README TODO
}