commit: a72c771f7e4392f9c24ecc954c212f7d8f833873 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Aug 11 17:23:22 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Aug 11 17:23:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72c771f
dev-libs/hiredis: remove old Package-Manager: portage-2.3.0 dev-libs/hiredis/hiredis-0.11.0.ebuild | 46 ---------------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-libs/hiredis/hiredis-0.11.0.ebuild b/dev-libs/hiredis/hiredis-0.11.0.ebuild deleted file mode 100644 index 9010add..0000000 --- a/dev-libs/hiredis/hiredis-0.11.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils multilib - -DESCRIPTION="Minimalistic C client library for the Redis database" -HOMEPAGE="https://github.com/redis/hiredis" -SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x64-solaris" -IUSE="debug" - -DEPEND="" -RDEPEND="${DEPEND}" - -DOCS="CHANGELOG.md README.md" - -src_prepare() { - epatch "${FILESDIR}/${P}-disable-network-tests.patch" - - # use GNU ld syntax on Solaris - sed -i -e '/DYLIB_MAKE_CMD=.* -G/d' Makefile || die -} - -src_compile() { - - if ! use debug; then - emake CC="$(tc-getCC)" ARCH= DEBUG= - else - emake CC="$(tc-getCC)" ARCH= - fi -} - -src_test() { - emake test -} - -src_install() { - emake PREFIX="${ED}/usr" LIBRARY_PATH="$(get_libdir)" install - dodoc ${DOCS} -}
