From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/biew/biew-6.1.0-r3.ebuild | 65 -------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 dev-util/biew/biew-6.1.0-r3.ebuild (limited to 'dev-util/biew/biew-6.1.0-r3.ebuild') diff --git a/dev-util/biew/biew-6.1.0-r3.ebuild b/dev-util/biew/biew-6.1.0-r3.ebuild deleted file mode 100644 index d35ab26a9595..000000000000 --- a/dev-util/biew/biew-6.1.0-r3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils flag-o-matic toolchain-funcs versionator - -MY_P=${PN}-$(replace_all_version_separators "") - -DESCRIPTION="A portable viewer of binary files, hexadecimal and disassembler modes" -HOMEPAGE="http://beye.sourceforge.net/" -SRC_URI="mirror://sourceforge/beye/${PV}/${MY_P}-src.tar.bz2" -S=${WORKDIR}/${MY_P} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gpm cpu_flags_x86_mmx cpu_flags_x86_sse" -REQUIRED_USE="cpu_flags_x86_mmx cpu_flags_x86_sse" - -RDEPEND="gpm? ( sys-libs/gpm )" -DEPEND="${RDEPEND}" - -pkg_setup() { - append-flags -mmmx -msse #362043 -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-610-fix_localedep-1.patch" - epatch "${FILESDIR}/${PN}-610-portable_configure-1.patch" - epatch "${FILESDIR}/${PN}-610-crash.patch" - sed -i -e 's^man/man1/biew.1^share/man/man1/biew.1^' makefile || die "Failed to edit makefile." -} - -src_configure() { - if use gpm; then - append-cppflags -DHAVE_MOUSE - else - append-cppflags -UHAVE_MOUSE - fi - ./configure --datadir=/usr/share/${PN} \ - --prefix=/usr \ - --cc="$(tc-getCC)" \ - --ld="$(tc-getCC)" \ - --ar="$(tc-getAR) -rcu" \ - --as="$(tc-getAS)" \ - --ranlib="$(tc-getRANLIB)" || die "configure failed." -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc doc/{biew_en,release,unix}.txt -} - -pkg_postinst() { - elog - elog "Note: if you are upgrading from <=dev-util/biew-6.1.0 you will need" - elog "to change the paths in the setup dialog (F9) from /usr/share/ to" - elog "/usr/share/biew/ Alternatively, you can delete ~/.biewrc and it will" - elog "automatically determine the correct locations on the next run." - elog -} -- cgit v1.2.3