summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-12-10 11:44:37 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-12-10 11:44:37 +0000
commit47f4f764964bf16eeeb9f1ef704187bd9de5255b (patch)
tree605a1f04eb857c99563f75086094b5744d17e7e6 /dev-libs
parentapp-editors/emacs-cvs:xft - Build Emacs with support for the XFT font rendere... (diff)
downloadgentoo-2-47f4f764964bf16eeeb9f1ef704187bd9de5255b.tar.gz
gentoo-2-47f4f764964bf16eeeb9f1ef704187bd9de5255b.tar.bz2
gentoo-2-47f4f764964bf16eeeb9f1ef704187bd9de5255b.zip
New release.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/elfutils/ChangeLog7
-rw-r--r--dev-libs/elfutils/Manifest24
-rw-r--r--dev-libs/elfutils/elfutils-0.118.ebuild60
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.1182
4 files changed, 77 insertions, 16 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog
index d39e6076d47d..1c9a09c9bae6 100644
--- a/dev-libs/elfutils/ChangeLog
+++ b/dev-libs/elfutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/elfutils
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.68 2005/09/16 21:55:48 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.69 2005/12/10 11:44:37 azarah Exp $
+
+*elfutils-0.118 (10 Dec 2005)
+
+ 10 Dec 2005; Martin Schlemmer <azarah@gentoo.org> +elfutils-0.118.ebuild:
+ New release.
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 59720e0a96a2..17a456f4d80e 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1,19 +1,13 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
-MD5 a1909bab204ddcd666977c80a5827893 elfutils-0.108.ebuild 1764
-MD5 6b57f561053bdfef0498984807f91f0d elfutils-0.108-r1.ebuild 1781
+MD5 84f8d34584553097a8c8e74ce7af60a7 .elfutils-0.118.ebuild.swp 12288
MD5 8527c6de8005721829baf284e02f1503 ChangeLog 9083
+MD5 6b57f561053bdfef0498984807f91f0d elfutils-0.108-r1.ebuild 1781
+MD5 a1909bab204ddcd666977c80a5827893 elfutils-0.108.ebuild 1764
+MD5 547643909f18d11c3de8d72300f124b4 elfutils-0.118.ebuild 1692
MD5 12294cbe7395c8366308d2a424d1d7ae files/digest-elfutils-0.108 143
-MD5 1e6460efdb609828aa57b5874813972a files/elfutils-0.101-bswap.patch 849
MD5 551147fb82ad5c4c804d8a88f6f997c0 files/digest-elfutils-0.108-r1 145
-MD5 a5bda0a1599fd2232fb0d2cf5f3269a7 files/elfutils-0.108-robustify2.patch 12832
+MD5 7f4bd4ec2cd3e90a869fe524a3de7304 files/digest-elfutils-0.116 67
+MD5 d27a5faa3886979a3b6592519692fe22 files/digest-elfutils-0.118 145
+MD5 1e6460efdb609828aa57b5874813972a files/elfutils-0.101-bswap.patch 849
MD5 41c5834ecf3d28e43b7fbe3b927e582a files/elfutils-0.108-portability.patch 18453
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDMkKVgIKl8Uu19MoRAoQbAJ9GCzshAs7rhS4Klx0sC6KJuiT5HgCeLo5s
-AYtmCbpia2gevTKxGzR68yw=
-=eNiV
------END PGP SIGNATURE-----
+MD5 a5bda0a1599fd2232fb0d2cf5f3269a7 files/elfutils-0.108-robustify2.patch 12832
+MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
diff --git a/dev-libs/elfutils/elfutils-0.118.ebuild b/dev-libs/elfutils/elfutils-0.118.ebuild
new file mode 100644
index 000000000000..0496e5dc08cb
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.118.ebuild
@@ -0,0 +1,60 @@
+# 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.118.ebuild,v 1.1 2005/12/10 11:44:37 azarah Exp $
+
+inherit eutils
+
+PVER="1.0"
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
+HOMEPAGE="http://people.redhat.com/drepper/"
+SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz
+ http://dev.gentoo.org/~azarah/${PN}/${P}-patches-${PVER}.tar.bz2
+ mirror://gentoo/${P}-patches-${PVER}.tar.bz2"
+
+LICENSE="OpenSoftware"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="nls"
+
+# 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="!elibc_uclibc? ( >=sys-libs/glibc-2.3.2 )
+ nls? ( sys-devel/gettext )
+ sys-devel/autoconf
+ >=sys-devel/binutils-2.15.90.0.1
+ >=sys-devel/gcc-3.3.3
+ !dev-libs/libelf"
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+
+ cd "${S}"
+ EPATCH_SUFFIX="patch" \
+ epatch "${WORKDIR}"/patch/
+
+ # Needed by ${P}-portability.patch
+ autoreconf || die
+
+ find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g'
+}
+
+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.118 b/dev-libs/elfutils/files/digest-elfutils-0.118
new file mode 100644
index 000000000000..f87f12b93718
--- /dev/null
+++ b/dev-libs/elfutils/files/digest-elfutils-0.118
@@ -0,0 +1,2 @@
+MD5 2442531f1dc9fa1a0fded6c97ab7e6c7 elfutils-0.118-patches-1.0.tar.bz2 16369
+MD5 fb8ea485fca0032cc4b4c8fd634b6f46 elfutils-0.118.tar.gz 1083164