Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/heroxbd:master commit in: sys-devel/binutils/
Date: Thu, 01 Jan 2015 12:36:17
Message-Id: 1420115846.a8c6279b2ba89cfc90862a77a6ad189cdf602527.heroxbd@gentoo
1 commit: a8c6279b2ba89cfc90862a77a6ad189cdf602527
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 1 12:37:26 2015 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 1 12:37:26 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=a8c6279b
7
8 sys-devel/binutils: clean up
9
10 ---
11 sys-devel/binutils/binutils-2.19.1-r01.1.ebuild | 41 -------------------------
12 1 file changed, 41 deletions(-)
13
14 diff --git a/sys-devel/binutils/binutils-2.19.1-r01.1.ebuild b/sys-devel/binutils/binutils-2.19.1-r01.1.ebuild
15 deleted file mode 100644
16 index 23c3774..0000000
17 --- a/sys-devel/binutils/binutils-2.19.1-r01.1.ebuild
18 +++ /dev/null
19 @@ -1,41 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.1-r1.ebuild,v 1.9 2011/09/22 17:29:31 vapier Exp $
23 -
24 -PATCHVER="1.2"
25 -ELF2FLT_VER=""
26 -inherit toolchain-binutils
27 -
28 -KEYWORDS="~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 -
30 -src_unpack() {
31 - toolchain-binutils_src_unpack
32 - cd "${S}"
33 - epatch "${FILESDIR}"/binutils-2.18.50.0.7-mint.patch
34 - epatch "${FILESDIR}"/binutils-2.18.50.0.7-mint2.patch
35 - epatch "${FILESDIR}"/binutils-2.19.50.0.1-mint.patch
36 - epatch "${FILESDIR}"/${P}-parallel.patch
37 - epatch "${FILESDIR}"/${P}-hpux.patch
38 - epatch "${FILESDIR}"/${P}-hppa-hpux.patch # DESTDIR with libtool
39 -}
40 -
41 -src_compile() {
42 - if has noinfo "${FEATURES}" \
43 - || ! type -p makeinfo >/dev/null
44 - then
45 - # binutils >= 2.17 (accidentally?) requires 'makeinfo'
46 - export EXTRA_EMAKE="MAKEINFO=true"
47 - fi
48 -
49 - toolchain-binutils_src_compile
50 -}
51 -
52 -src_install() {
53 - toolchain-binutils_src_install
54 -
55 - case "${CTARGET}" in
56 - *-hpux*)
57 - ln -s /usr/ccs/bin/ld "${ED}${BINPATH}"/ld || die "Cannot create ld symlink"
58 - ;;
59 - esac
60 -}