diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-04 02:27:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-04 02:27:00 +0000 |
commit | e0ca9f52aa0ad5bb43cf9a9ba9ae6d94ba166c38 (patch) | |
tree | eb2e8273b3c610d72939b32b916967eb551646d0 /dev-libs | |
parent | Check for qt3support useflag when building the examples under qt4 (see bug #1... (diff) | |
download | gentoo-2-e0ca9f52aa0ad5bb43cf9a9ba9ae6d94ba166c38.tar.gz gentoo-2-e0ca9f52aa0ad5bb43cf9a9ba9ae6d94ba166c38.tar.bz2 gentoo-2-e0ca9f52aa0ad5bb43cf9a9ba9ae6d94ba166c38.zip |
Version bump #175753 by Raul Porcel.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.127.ebuild | 56 | ||||
-rw-r--r-- | dev-libs/elfutils/files/digest-elfutils-0.127 | 6 |
3 files changed, 68 insertions, 1 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index df2ed89dbe8b..115f2ea73eb6 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.101 2007/04/23 17:52:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.102 2007/05/04 02:27:00 vapier Exp $ + +*elfutils-0.127 (04 May 2007) + + 04 May 2007; Mike Frysinger <vapier@gentoo.org> +elfutils-0.127.ebuild: + Version bump #175753 by Raul Porcel. 23 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> elfutils-0.125.ebuild: Stable on sparc diff --git a/dev-libs/elfutils/elfutils-0.127.ebuild b/dev-libs/elfutils/elfutils-0.127.ebuild new file mode 100644 index 000000000000..21f916aaf623 --- /dev/null +++ b/dev-libs/elfutils/elfutils-0.127.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild,v 1.1 2007/05/04 02:27:00 vapier 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 + # this will make more files +x than need be, but who cares really + chmod a+rx config/* + + AT_M4DIR="${S}/m4" 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() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/dev-libs/elfutils/files/digest-elfutils-0.127 b/dev-libs/elfutils/files/digest-elfutils-0.127 new file mode 100644 index 000000000000..1e2f484210c1 --- /dev/null +++ b/dev-libs/elfutils/files/digest-elfutils-0.127 @@ -0,0 +1,6 @@ +MD5 a8fe83aff6c95bc0ae6c065237da9982 elfutils-0.127-patches-1.0.tar.bz2 19950 +RMD160 7bd6e8fd52a2c5df3b423a6e9f553a745dab6047 elfutils-0.127-patches-1.0.tar.bz2 19950 +SHA256 ccaa15294c9a1e11b6b0d0cf20ea2f882a8fbda47141301b5af57db5064f23eb elfutils-0.127-patches-1.0.tar.bz2 19950 +MD5 905411e1deda0aee17ae99dbdeaf7506 elfutils-0.127.tar.gz 1247883 +RMD160 f083e5d3d5fdbb82f15a95f4b420c0086d2f52e1 elfutils-0.127.tar.gz 1247883 +SHA256 bb5d2a846dbb5c9e779cec37a0ebdb4b1c8071131cfcce05358a08367281c38a elfutils-0.127.tar.gz 1247883 |