summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-11 12:55:37 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-11 12:55:37 +0000
commit5b43869c2d0625ab5e66bd4ca2437f41a559945e (patch)
treef5f624c737dc905c04fcad93b7542ee1e5cd8811 /dev-libs/elfutils
parentver bump (diff)
downloadgentoo-2-5b43869c2d0625ab5e66bd4ca2437f41a559945e.tar.gz
gentoo-2-5b43869c2d0625ab5e66bd4ca2437f41a559945e.tar.bz2
gentoo-2-5b43869c2d0625ab5e66bd4ca2437f41a559945e.zip
old
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/elfutils-0.72.ebuild42
-rw-r--r--dev-libs/elfutils/elfutils-0.73.ebuild42
-rw-r--r--dev-libs/elfutils/elfutils-0.76.ebuild49
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.721
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.731
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.761
6 files changed, 0 insertions, 136 deletions
diff --git a/dev-libs/elfutils/elfutils-0.72.ebuild b/dev-libs/elfutils/elfutils-0.72.ebuild
deleted file mode 100644
index 75b8228d607d..000000000000
--- a/dev-libs/elfutils/elfutils-0.72.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.72.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $
-
-IUSE=""
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Libraries and utilities to handle compiled objects.
-This should be a drop in replacement for libelf."
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.redhat.com/"
-
-LICENSE="OpenSoftware"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~ppc ~alpha"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-3.2.1-r6
- !dev-libs/libelf"
-
-src_unpack() {
- unpack ${A}
-
- for x in $(find ${S}/ -name Makefile.in) ; do
- cp ${x} ${x}.orig
- sed -e 's:-Werror::g' \
- ${x}.orig > ${x}
- done
-}
-
-src_compile() {
- econf --program-prefix="eu-" \
- --enable-shared || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS NOTES README THANKS TODO
-}
diff --git a/dev-libs/elfutils/elfutils-0.73.ebuild b/dev-libs/elfutils/elfutils-0.73.ebuild
deleted file mode 100644
index 6994d45261e5..000000000000
--- a/dev-libs/elfutils/elfutils-0.73.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.73.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $
-
-IUSE=""
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Libraries and utilities to handle compiled objects.
-This should be a drop in replacement for libelf."
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.redhat.com/"
-
-LICENSE="OpenSoftware"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~ppc ~alpha"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-3.2.1-r6
- !dev-libs/libelf"
-
-src_unpack() {
- unpack ${A}
-
- for x in $(find ${S}/ -name Makefile.in) ; do
- cp ${x} ${x}.orig
- sed -e 's:-Werror::g' \
- ${x}.orig > ${x}
- done
-}
-
-src_compile() {
- econf --program-prefix="eu-" \
- --enable-shared || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS NOTES README THANKS TODO
-}
diff --git a/dev-libs/elfutils/elfutils-0.76.ebuild b/dev-libs/elfutils/elfutils-0.76.ebuild
deleted file mode 100644
index ef0fbdebf0ec..000000000000
--- a/dev-libs/elfutils/elfutils-0.76.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.76.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $
-
-IUSE=""
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Libraries and utilities to handle compiled objects.
-This should be a drop in replacement for libelf."
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.redhat.com/"
-
-LICENSE="OpenSoftware"
-SLOT="0"
-KEYWORDS="x86 sparc ppc alpha"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-3.2.1-r6
- !dev-libs/libelf"
-
-src_unpack() {
- unpack ${A}
-
- for x in $(find ${S}/ -name Makefile.in) ; do
- cp ${x} ${x}.orig
- sed -e 's:-Werror::g' \
- ${x}.orig > ${x}
- done
-}
-
-src_compile() {
- econf --program-prefix="eu-" \
- --enable-shared || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- # Remove stuff we do not use ...
- rm -f ${D}/usr/bin/eu-ld
- rm -f ${D}/usr/include/elfutils/lib{asm,dw,dwarf}.h
- rm -f ${D}/usr/lib/lib{asm,dw}-${PV}.so
- rm -f ${D}/usr/lib/lib{asm,dw}.so*
- rm -f ${D}/usr/lib/lib{asm,dw,dwarf}.a
-
- dodoc AUTHORS COPYING ChangeLog NEWS NOTES README THANKS TODO
-}
diff --git a/dev-libs/elfutils/files/digest-elfutils-0.72 b/dev-libs/elfutils/files/digest-elfutils-0.72
deleted file mode 100644
index 8fdb5cccda35..000000000000
--- a/dev-libs/elfutils/files/digest-elfutils-0.72
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a65874aab04c02da5da403280b892b9 elfutils-0.72.tar.gz 744913
diff --git a/dev-libs/elfutils/files/digest-elfutils-0.73 b/dev-libs/elfutils/files/digest-elfutils-0.73
deleted file mode 100644
index 4596f9e1c29e..000000000000
--- a/dev-libs/elfutils/files/digest-elfutils-0.73
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2cba2582defd914bb28b3086c52a79e8 elfutils-0.73.tar.gz 745319
diff --git a/dev-libs/elfutils/files/digest-elfutils-0.76 b/dev-libs/elfutils/files/digest-elfutils-0.76
deleted file mode 100644
index 566928d8de69..000000000000
--- a/dev-libs/elfutils/files/digest-elfutils-0.76
+++ /dev/null
@@ -1 +0,0 @@
-MD5 51adf608642cd5fd6a4e3f25545b3c42 elfutils-0.76.tar.gz 746988