summaryrefslogtreecommitdiff
path: root/dev-libs/udis86/udis86-1.7-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/udis86/udis86-1.7-r2.ebuild')
-rw-r--r--dev-libs/udis86/udis86-1.7-r2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/udis86/udis86-1.7-r2.ebuild b/dev-libs/udis86/udis86-1.7-r2.ebuild
deleted file mode 100644
index 130c1b7981a6..000000000000
--- a/dev-libs/udis86/udis86-1.7-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-multilib 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 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? (
- amd64? ( dev-lang/yasm )
- x86? ( dev-lang/yasm )
- x86-fbsd? ( dev-lang/yasm )
- )"
-RDEPEND=""
-
-PATCHES=(
- "${FILESDIR}"/${P}-yasm.patch
-)
-
-src_configure() {
- local myeconfargs=(
- --disable-static
- --enable-shared
- --with-pic
- )
-
- autotools-multilib_src_configure
-}