summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:52:00 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:52:00 +0000
commit382d77d43ccc8f59fb7f74ea572b00a71f1dd1db (patch)
tree9e356951cdfbc377272ec39e5e7b04c138bd865e /dev-libs/libelf
parentRemove old (diff)
downloadgentoo-2-382d77d43ccc8f59fb7f74ea572b00a71f1dd1db.tar.gz
gentoo-2-382d77d43ccc8f59fb7f74ea572b00a71f1dd1db.tar.bz2
gentoo-2-382d77d43ccc8f59fb7f74ea572b00a71f1dd1db.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r--dev-libs/libelf/ChangeLog5
-rw-r--r--dev-libs/libelf/libelf-0.8.4.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-libs/libelf/ChangeLog b/dev-libs/libelf/ChangeLog
index 538528db91c6..e7fb741d13fe 100644
--- a/dev-libs/libelf/ChangeLog
+++ b/dev-libs/libelf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libelf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.37 2012/05/05 18:22:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.38 2012/05/10 15:51:59 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -libelf-0.8.4.ebuild:
+ Remove old
05 May 2012; Fabian Groffen <grobian@gentoo.org>
files/libelf-0.8.13-build.patch, libelf-0.8.13-r1.ebuild:
diff --git a/dev-libs/libelf/libelf-0.8.4.ebuild b/dev-libs/libelf/libelf-0.8.4.ebuild
deleted file mode 100644
index 6e15553d2c7d..000000000000
--- a/dev-libs/libelf/libelf-0.8.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.7 2008/06/07 21:31:39 jer Exp $
-
-inherit multilib
-
-DESCRIPTION="A ELF object file access library"
-HOMEPAGE="http://www.mr511.de/software/"
-SRC_URI="http://www.mr511.de/software/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="nls"
-
-DEPEND="!dev-libs/elfutils
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf \
- $(use_enable nls) \
- --enable-shared \
- || die
- emake || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- libdir=${D}usr/$(get_libdir) \
- includedir=${D}usr/include \
- install \
- install-compat || die
- dodoc ChangeLog VERSION README
-}