diff options
author | 2012-05-10 16:13:00 +0000 | |
---|---|---|
committer | 2012-05-10 16:13:00 +0000 | |
commit | ebfe0495562a00bf25df2486be8151384a56cd05 (patch) | |
tree | b362a8e3e6c5f799639449026ce7f1928c89dd1c /dev-util/intel2gas | |
parent | Remove old (diff) | |
download | historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.gz historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.bz2 historical-ebfe0495562a00bf25df2486be8151384a56cd05.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-util/intel2gas')
-rw-r--r-- | dev-util/intel2gas/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-util/intel2gas/ChangeLog b/dev-util/intel2gas/ChangeLog index 3b00b045db80..51c326e3971c 100644 --- a/dev-util/intel2gas/ChangeLog +++ b/dev-util/intel2gas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/intel2gas -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.13 2011/12/21 08:30:18 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.14 2012/05/10 16:05:42 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -intel2gas-1.3.3-r2.ebuild: + Remove old 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> intel2gas-1.3.3-r3.ebuild: diff --git a/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild b/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild deleted file mode 100644 index 3825f762b0ae..000000000000 --- a/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild,v 1.3 2009/08/09 15:30:54 vostorga Exp $ - -inherit eutils autotools toolchain-funcs - -DESCRIPTION="Converts assembler source from Intel (NASM), to AT&T (gas)" -HOMEPAGE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/" -SRC_URI="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-segfault.patch - epatch "${FILESDIR}"/${PN}-nostrip.patch - epatch "${FILESDIR}"/${P}-cxx.patch - epatch "${FILESDIR}"/${P}-constchar.patch - epatch "${FILESDIR}"/${P}-glibc210.patch - eautomake -} - -src_compile() { - tc-export CXX - econf - emake || die "emake failed" -} - -src_install() { - emake \ - prefix="${D}"/usr \ - install || die - fperms ugo+r /usr/share/intel2gas/i2g/main.syntax - dodoc README DATAFILES BUGS -} |