summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 02:40:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 02:40:53 +0000
commita1cab0408294b6454e3990cbcbd6c651643f2dd5 (patch)
tree290b85b58a37dc09ada2fa3c5b22e72f7cbbf2e8 /sys-libs
parentindicate that the pci id update is fetching from the network (diff)
downloadhistorical-a1cab0408294b6454e3990cbcbd6c651643f2dd5.tar.gz
historical-a1cab0408294b6454e3990cbcbd6c651643f2dd5.tar.bz2
historical-a1cab0408294b6454e3990cbcbd6c651643f2dd5.zip
Version bump.
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libunwind/ChangeLog7
-rw-r--r--sys-libs/libunwind/Manifest16
-rw-r--r--sys-libs/libunwind/files/digest-libunwind-0.98.51
-rw-r--r--sys-libs/libunwind/libunwind-0.98.5.ebuild19
4 files changed, 40 insertions, 3 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog
index d960bf8c12ea..6f447a5536ac 100644
--- a/sys-libs/libunwind/ChangeLog
+++ b/sys-libs/libunwind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libunwind
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.1 2005/04/09 02:13:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.2 2005/09/21 02:40:53 vapier Exp $
+
+*libunwind-0.98.5 (21 Sep 2005)
+
+ 21 Sep 2005; Mike Frysinger <vapier@gentoo.org> +libunwind-0.98.5.ebuild:
+ Version bump.
*libunwind-0.98.4 (08 Apr 2005)
diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest
index 5cbfd5edab1a..76ed131a7134 100644
--- a/sys-libs/libunwind/Manifest
+++ b/sys-libs/libunwind/Manifest
@@ -1,4 +1,16 @@
-MD5 bacba3661ba64d8303ded922154ca5ee libunwind-0.98.4.ebuild 595
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 f8a4a3c105cc320fe2d488b2aaf0c0df libunwind-0.98.5.ebuild 595
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
-MD5 06ef3f18911c945fc4ff4b311cdb9a1a ChangeLog 337
+MD5 bacba3661ba64d8303ded922154ca5ee libunwind-0.98.4.ebuild 595
+MD5 56550e6fa857a1eef5a20a0f70b18248 ChangeLog 463
MD5 0d17274a86e9a49bfd1dd8cfcc7db374 files/digest-libunwind-0.98.4 68
+MD5 f204f2cb28edc79e6203858ec9af562a files/digest-libunwind-0.98.5 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDMMhTgIKl8Uu19MoRAv4pAJ0Z3w1G1TBhZ35Jsh4BB5jOP6xa/gCeMGrt
+YHhNoKTkjweBFCqMxM2a72A=
+=qC4h
+-----END PGP SIGNATURE-----
diff --git a/sys-libs/libunwind/files/digest-libunwind-0.98.5 b/sys-libs/libunwind/files/digest-libunwind-0.98.5
new file mode 100644
index 000000000000..93d12849e56f
--- /dev/null
+++ b/sys-libs/libunwind/files/digest-libunwind-0.98.5
@@ -0,0 +1 @@
+MD5 a145a46003930b6382a11b125eef4cb4 libunwind-0.98.5.tar.gz 543170
diff --git a/sys-libs/libunwind/libunwind-0.98.5.ebuild b/sys-libs/libunwind/libunwind-0.98.5.ebuild
new file mode 100644
index 000000000000..07d44b4d3d50
--- /dev/null
+++ b/sys-libs/libunwind/libunwind-0.98.5.ebuild
@@ -0,0 +1,19 @@
+# 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.5.ebuild,v 1.1 2005/09/21 02:40:53 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
+}