summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-05-07 10:59:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-05-07 10:59:48 +0000
commit65c33246a312808a8e2259336afbd6c3a5f58f97 (patch)
tree89a78ebbf04af4ec6b4c5525d48d58c01de69437 /sys-libs
parentRestrict tests since this ebuild doesn't compile anything (see bug #316071) (diff)
downloadgentoo-2-65c33246a312808a8e2259336afbd6c3a5f58f97.tar.gz
gentoo-2-65c33246a312808a8e2259336afbd6c3a5f58f97.tar.bz2
gentoo-2-65c33246a312808a8e2259336afbd6c3a5f58f97.zip
amd64 stable wrt #318613
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libunwind/ChangeLog6
-rw-r--r--sys-libs/libunwind/libunwind-0.98.5-r1.ebuild27
-rw-r--r--sys-libs/libunwind/libunwind-0.98.5.ebuild19
-rw-r--r--sys-libs/libunwind/libunwind-0.99-r1.ebuild7
4 files changed, 7 insertions, 52 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog
index 7c15c4001e41..335392bd47b6 100644
--- a/sys-libs/libunwind/ChangeLog
+++ b/sys-libs/libunwind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libunwind
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.10 2010/01/31 12:37:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.11 2010/05/07 10:59:48 ssuominen Exp $
+
+ 07 May 2010; Samuli Suominen <ssuominen@gentoo.org>
+ libunwind-0.99-r1.ebuild:
+ amd64 stable wrt #318613
*libunwind-0.99-r1 (31 Jan 2010)
diff --git a/sys-libs/libunwind/libunwind-0.98.5-r1.ebuild b/sys-libs/libunwind/libunwind-0.98.5-r1.ebuild
deleted file mode 100644
index 62fbde3e52fc..000000000000
--- a/sys-libs/libunwind/libunwind-0.98.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/10/14 09:58:27 robbat2 Exp $
-
-inherit autotools
-
-DESCRIPTION="portable and efficient API to determine the call-chain of a program"
-HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
-SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="7"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/sys-libs/libunwind/libunwind-0.98.5.ebuild b/sys-libs/libunwind/libunwind-0.98.5.ebuild
deleted file mode 100644
index b11e91865f53..000000000000
--- a/sys-libs/libunwind/libunwind-0.98.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.3 2007/02/22 03:27:42 vapier Exp $
-
-DESCRIPTION="portable and efficient API to determine the call-chain of a program"
-HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
-SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="7"
-KEYWORDS="amd64 ia64 x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/sys-libs/libunwind/libunwind-0.99-r1.ebuild b/sys-libs/libunwind/libunwind-0.99-r1.ebuild
index 5975f23d024d..69b5bde41375 100644
--- a/sys-libs/libunwind/libunwind-0.99-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-0.99-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.1 2010/01/31 12:37:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.2 2010/05/07 10:59:48 ssuominen Exp $
inherit autotools eutils
@@ -10,12 +10,9 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
LICENSE="MIT"
SLOT="7"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
-
RESTRICT="test" # https://savannah.nongnu.org/bugs/?22368
# https://bugs.gentoo.org/273372