summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-30 16:01:04 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-30 16:01:04 +0000
commit1e5d5522547155a450195a9d46bf874de3bc0f95 (patch)
tree881ddf948603b0fbe08785e40c1c03ab3e1a1a12 /dev-util/patchelf
parentStable for x86, wrt bug #454438 (diff)
downloadgentoo-2-1e5d5522547155a450195a9d46bf874de3bc0f95.tar.gz
gentoo-2-1e5d5522547155a450195a9d46bf874de3bc0f95.tar.bz2
gentoo-2-1e5d5522547155a450195a9d46bf874de3bc0f95.zip
dev-util/patchelf: Drop old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r--dev-util/patchelf/ChangeLog6
-rw-r--r--dev-util/patchelf/metadata.xml6
-rw-r--r--dev-util/patchelf/patchelf-0.5.ebuild21
3 files changed, 8 insertions, 25 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog
index 9ea5bbe050b6..4b4efc018c0f 100644
--- a/dev-util/patchelf/ChangeLog
+++ b/dev-util/patchelf/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2013/01/30 15:48:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.5 2013/01/30 16:01:04 jlec Exp $
+
+ 30 Jan 2013; Justin Lecher <jlec@gentoo.org> -patchelf-0.5.ebuild,
+ metadata.xml:
+ Drop old
30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> patchelf-0.6.ebuild:
Stable for x86, wrt bug #454620
diff --git a/dev-util/patchelf/metadata.xml b/dev-util/patchelf/metadata.xml
index c845479d513e..4a00a64b40ae 100644
--- a/dev-util/patchelf/metadata.xml
+++ b/dev-util/patchelf/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>jlec@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-util/patchelf/patchelf-0.5.ebuild b/dev-util/patchelf/patchelf-0.5.ebuild
deleted file mode 100644
index f42dbe22580d..000000000000
--- a/dev-util/patchelf/patchelf-0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild,v 1.2 2011/11/11 10:43:25 jlec Exp $
-
-EAPI=4
-
-NUMBER="114505"
-
-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}
-}