diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-05 08:31:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-05 08:31:01 +0000 |
commit | b173267b235c71e45f0bfca71a1fa2485712f37a (patch) | |
tree | 1b0478b9cd504714fe62abecf544707a63fe97e6 /dev-util/patchelf | |
parent | Remove short <longdescription>. (diff) | |
download | gentoo-2-b173267b235c71e45f0bfca71a1fa2485712f37a.tar.gz gentoo-2-b173267b235c71e45f0bfca71a1fa2485712f37a.tar.bz2 gentoo-2-b173267b235c71e45f0bfca71a1fa2485712f37a.zip |
dev-util/patchelf: Drop old, obsoletes #455454
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.6-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.6.ebuild | 21 |
3 files changed, 6 insertions, 61 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog index 8bc2864ffdd6..6a547a9d7c4d 100644 --- a/dev-util/patchelf/ChangeLog +++ b/dev-util/patchelf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/patchelf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.11 2014/12/28 10:14:47 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.12 2015/01/05 08:31:01 jlec Exp $ + + 05 Jan 2015; Justin Lecher <jlec@gentoo.org> -patchelf-0.6.ebuild, + -patchelf-0.6-r1.ebuild: + Drop old, obsoletes #455454 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> patchelf-0.8.ebuild: Stable for x86, wrt bug #532850 diff --git a/dev-util/patchelf/patchelf-0.6-r1.ebuild b/dev-util/patchelf/patchelf-0.6-r1.ebuild deleted file mode 100644 index d365f561393d..000000000000 --- a/dev-util/patchelf/patchelf-0.6-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.2 2014/05/01 13:44:11 jlec Exp $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -NUMBER="1524660" - -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" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -IUSE="" - -PATCHES=( "${FILESDIR}"/${P}-test-build.patch ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - rm src/elf.h || 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 -} diff --git a/dev-util/patchelf/patchelf-0.6.ebuild b/dev-util/patchelf/patchelf-0.6.ebuild deleted file mode 100644 index 486807be5e86..000000000000 --- a/dev-util/patchelf/patchelf-0.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.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" -HOMEPAGE="http://nixos.org/patchelf.html" -SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -IUSE="" - -src_configure() { - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} -} |