summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-09 19:54:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-09 19:54:10 +0000
commit9c1ec9fd98638244f5636404bbb8e571824cb703 (patch)
tree63f3d2d11fbc16c271039b3fc3d8988ff939f4bf /dev-libs/elfutils
parentVersion bump. (diff)
downloadgentoo-2-9c1ec9fd98638244f5636404bbb8e571824cb703.tar.gz
gentoo-2-9c1ec9fd98638244f5636404bbb8e571824cb703.tar.bz2
gentoo-2-9c1ec9fd98638244f5636404bbb8e571824cb703.zip
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/ChangeLog9
-rw-r--r--dev-libs/elfutils/elfutils-0.94-r1.ebuild4
-rw-r--r--dev-libs/elfutils/elfutils-0.97.ebuild48
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.971
4 files changed, 58 insertions, 4 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog
index e97935e65bda..42d045d81a59 100644
--- a/dev-libs/elfutils/ChangeLog
+++ b/dev-libs/elfutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/elfutils
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.40 2004/11/25 10:48:37 dragonheart Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.41 2005/02/09 19:54:10 vapier Exp $
+
+*elfutils-0.97 (09 Feb 2005)
+
+ 09 Feb 2005; Mike Frysinger <vapier@gentoo.org> +elfutils-0.97.ebuild:
+ Version bump.
25 Nov 2004; Daniel Black <dragonheart@gentoo.org> elfutils-0.94-r1.ebuild:
fixed test routine as per bug #72347. Thanks to Sébastien DIAZ
diff --git a/dev-libs/elfutils/elfutils-0.94-r1.ebuild b/dev-libs/elfutils/elfutils-0.94-r1.ebuild
index 9c8462304fa3..cf73d89b5072 100644
--- a/dev-libs/elfutils/elfutils-0.94-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.94-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r1.ebuild,v 1.12 2004/11/25 10:48:37 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r1.ebuild,v 1.13 2005/02/09 19:54:10 vapier Exp $
inherit eutils gnuconfig
diff --git a/dev-libs/elfutils/elfutils-0.97.ebuild b/dev-libs/elfutils/elfutils-0.97.ebuild
new file mode 100644
index 000000000000..cf7e306d93d3
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.97.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.97.ebuild,v 1.1 2005/02/09 19:54:10 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
+HOMEPAGE="http://people.redhat.com/drepper/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="OpenSoftware"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+IUSE="nls uclibc"
+
+# This pkg does not actually seem to compile currently in a uClibc
+# environment (xrealloc errs), but we need to ensure that glibc never
+# gets pulled in as a dep since this package does not respect virtual/libc
+DEPEND="!uclibc? ( >=sys-libs/glibc-2.3.2 )
+ >=sys-devel/binutils-2.14.90.0.6
+ >=sys-devel/gcc-3.2.1-r6
+ !dev-libs/libelf"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ find . -name Makefile.in | xargs sed -i -e 's:-Werror::g'
+ epatch ${FILESDIR}/${PN}-0.94-alpha-mips-atime.diff
+}
+
+src_compile() {
+ econf \
+ --program-prefix="eu-" \
+ --enable-shared \
+ $(use_enable nls) \
+ || die "./configure failed"
+ emake || die
+}
+
+src_test() {
+ env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \
+ make check || die "test failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
+}
diff --git a/dev-libs/elfutils/files/digest-elfutils-0.97 b/dev-libs/elfutils/files/digest-elfutils-0.97
new file mode 100644
index 000000000000..763881b15b51
--- /dev/null
+++ b/dev-libs/elfutils/files/digest-elfutils-0.97
@@ -0,0 +1 @@
+MD5 41c3e3c918acef6cbf77519c6f10793e elfutils-0.97.tar.gz 825659