diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2006-07-25 14:36:26 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2006-07-25 14:36:26 +0000 |
commit | 156f7f0d0db7ae4ec47f59cadf42cf8de2bcb884 (patch) | |
tree | cfd94840171cd068c4e32e8fec0ade25930592e5 /dev-libs/elfutils | |
parent | Force CFLAGS to -O2 -g to not crash software that deps on liboil (diff) | |
download | historical-156f7f0d0db7ae4ec47f59cadf42cf8de2bcb884.tar.gz historical-156f7f0d0db7ae4ec47f59cadf42cf8de2bcb884.tar.bz2 historical-156f7f0d0db7ae4ec47f59cadf42cf8de2bcb884.zip |
Update version.
Package-Manager: portage-2.1.1_pre3-r4
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.122.ebuild | 60 | ||||
-rw-r--r-- | dev-libs/elfutils/files/digest-elfutils-0.122 | 6 |
3 files changed, 72 insertions, 1 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 773953e02f17..c1a04f73591b 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.81 2006/04/28 16:41:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.82 2006/07/25 14:32:35 azarah Exp $ + +*elfutils-0.122 (25 Jul 2006) + + 25 Jul 2006; Martin Schlemmer <azarah@gentoo.org> +elfutils-0.122.ebuild: + Update version. 28 Apr 2006; Joseph Jezak <josejx@gentoo.org> elfutils-0.118.ebuild: Marked ppc stable for bug #130121. diff --git a/dev-libs/elfutils/elfutils-0.122.ebuild b/dev-libs/elfutils/elfutils-0.122.ebuild new file mode 100644 index 000000000000..6ba31611a224 --- /dev/null +++ b/dev-libs/elfutils/elfutils-0.122.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.122.ebuild,v 1.1 2006/07/25 14:32:35 azarah Exp $ + +inherit eutils autotools + +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 + mirror://gentoo/${P}-patches-${PVER}.tar.bz2" + +LICENSE="OpenSoftware" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +# 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_glibc? ( >=sys-libs/glibc-2.3.2 ) + 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 "${WORKDIR}"/patch/*.patch + epatch "${FILESDIR}"/${PN}-0.118-libelf-link.patch + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.118-no-nested-functions.patch #116968 + epatch "${FILESDIR}"/${PN}-0.120-mkinstalldirs.patch + + eautoreconf + + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' +} + +src_compile() { + econf \ + --program-prefix="eu-" \ + --enable-shared \ + || 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.122 b/dev-libs/elfutils/files/digest-elfutils-0.122 new file mode 100644 index 000000000000..7e71bec1ab4c --- /dev/null +++ b/dev-libs/elfutils/files/digest-elfutils-0.122 @@ -0,0 +1,6 @@ +MD5 58575912c5f4d27a5eb8fbbc42a154f2 elfutils-0.122-patches-1.0.tar.bz2 17255 +RMD160 389405535527ede14182461b5cb35596f30e822d elfutils-0.122-patches-1.0.tar.bz2 17255 +SHA256 591b916cc7b40598e9a1b7e11cb386ad41d25bbf24b97b37bb5bdfa76b198fdb elfutils-0.122-patches-1.0.tar.bz2 17255 +MD5 d83e9022eb342eede549dd6d6a537b59 elfutils-0.122.tar.gz 1138835 +RMD160 a557348346afd1fb4dcd06c4f1b62cb6eaab6942 elfutils-0.122.tar.gz 1138835 +SHA256 82616fb9790543a6c5a28e45fd363622b4cc73c9cf3304b06171fa8584b740be elfutils-0.122.tar.gz 1138835 |