summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-05-01 13:44:11 +0000
committerJustin Lecher <jlec@gentoo.org>2014-05-01 13:44:11 +0000
commitc52e04f726718a58d153f701a7ad251e76af8329 (patch)
tree00be5b89c5b4d0967c3b20fef541a9b3ef1bc3f5 /dev-util
parentAdd missing @DESCRIPTION (diff)
downloadgentoo-2-c52e04f726718a58d153f701a7ad251e76af8329.tar.gz
gentoo-2-c52e04f726718a58d153f701a7ad251e76af8329.tar.bz2
gentoo-2-c52e04f726718a58d153f701a7ad251e76af8329.zip
dev-util/patchelf: Verison Bump, #509244
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/patchelf/ChangeLog10
-rw-r--r--dev-util/patchelf/patchelf-0.6-r1.ebuild6
-rw-r--r--dev-util/patchelf/patchelf-0.6.ebuild6
-rw-r--r--dev-util/patchelf/patchelf-0.8.ebuild35
4 files changed, 49 insertions, 8 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog
index 1f220842eb4a..75492fdd972b 100644
--- a/dev-util/patchelf/ChangeLog
+++ b/dev-util/patchelf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/patchelf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.8 2013/03/08 17:02:30 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.9 2014/05/01 13:44:11 jlec Exp $
+
+*patchelf-0.8 (01 May 2014)
+
+ 01 May 2014; Justin Lecher <jlec@gentoo.org> patchelf-0.6.ebuild,
+ patchelf-0.6-r1.ebuild, +patchelf-0.8.ebuild:
+ Verison Bump, #509244
08 Mar 2013; Justin Lecher <jlec@gentoo.org>
files/patchelf-0.6-test-build.patch:
diff --git a/dev-util/patchelf/patchelf-0.6-r1.ebuild b/dev-util/patchelf/patchelf-0.6-r1.ebuild
index 09f376cb83ea..d365f561393d 100644
--- a/dev-util/patchelf/patchelf-0.6-r1.ebuild
+++ b/dev-util/patchelf/patchelf-0.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6-r1.ebuild,v 1.1 2013/02/04 15:59:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6-r1.ebuild,v 1.2 2014/05/01 13:44:11 jlec Exp $
EAPI=5
@@ -10,7 +10,7 @@ inherit autotools-utils
NUMBER="1524660"
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables."
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables"
HOMEPAGE="http://nixos.org/patchelf.html"
SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2"
diff --git a/dev-util/patchelf/patchelf-0.6.ebuild b/dev-util/patchelf/patchelf-0.6.ebuild
index 99a0c2d8a1df..486807be5e86 100644
--- a/dev-util/patchelf/patchelf-0.6.ebuild
+++ b/dev-util/patchelf/patchelf-0.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild,v 1.3 2013/01/30 15:48:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild,v 1.4 2014/05/01 13:44:11 jlec Exp $
EAPI=4
NUMBER="1524660"
-DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables."
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables"
HOMEPAGE="http://nixos.org/patchelf.html"
SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2"
diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild
new file mode 100644
index 000000000000..2327e997563b
--- /dev/null
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v 1.1 2014/05/01 13:44:11 jlec Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables"
+HOMEPAGE="http://nixos.org/patchelf.html"
+SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3"
+IUSE=""
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+ rm src/elf.h || die
+ sed -e 's:-Werror::g' -i configure.ac || die
+ autotools-utils_src_prepare
+}
+
+src_configure() {
+ local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} )
+ autotools-utils_src_configure
+}
+
+src_test() {
+ autotools-utils_src_test -j1
+}