diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-05 12:38:28 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-05 12:38:28 +0000 |
commit | 6754a27b61054653aad191470dc5bbf61fb4e78a (patch) | |
tree | 977e633db7c465c73e241573cda5df13c0e03b85 /dev-libs/udis86/udis86-1.7.ebuild | |
parent | Patch for cuda-pkg-config added #531198. Thanks Quentin Minster for patch. (diff) | |
download | gentoo-2-6754a27b61054653aad191470dc5bbf61fb4e78a.tar.gz gentoo-2-6754a27b61054653aad191470dc5bbf61fb4e78a.tar.bz2 gentoo-2-6754a27b61054653aad191470dc5bbf61fb4e78a.zip |
Version bump, bug #472964. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'dev-libs/udis86/udis86-1.7.ebuild')
-rw-r--r-- | dev-libs/udis86/udis86-1.7.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/udis86/udis86-1.7.ebuild b/dev-libs/udis86/udis86-1.7.ebuild deleted file mode 100644 index 57075e16d2e0..000000000000 --- a/dev-libs/udis86/udis86-1.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/udis86/udis86-1.7.ebuild,v 1.15 2014/08/10 20:39:59 slyfox Exp $ - -EAPI=3 - -inherit autotools eutils - -DESCRIPTION="Disassembler library for the x86/-64 architecture sets" -HOMEPAGE="http://udis86.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="pic test" - -DEPEND="test? ( - amd64? ( dev-lang/yasm ) - x86? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) - )" -RDEPEND="" - -src_prepare() { - # Don't fail tests if dev-lang/yasm is not installed, bug #318805 - epatch "${FILESDIR}"/${P}-yasm.patch - eautoreconf -} - -src_configure() { - econf "$(use_with pic)" -} - -src_install() { - emake docdir="/usr/share/doc/${PF}/" DESTDIR="${D}" install || die "emake install failed" -} |