mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/bdelta: drop live ebuild
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=4
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="git://github.com/jjwhitney/BDelta.git"
|
||||
UNPACKER_ECLASS="git-2"
|
||||
LIVE_EBUILD=yes
|
||||
else
|
||||
UNPACKER_ECLASS="vcs-snapshot"
|
||||
fi
|
||||
|
||||
inherit multilib toolchain-funcs ${UNPACKER_ECLASS}
|
||||
|
||||
if [[ -z ${LIVE_EBUILD} ]]; then
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux"
|
||||
SRC_URI="https://github.com/jjwhitney/BDelta/tarball/v${PV} -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Binary Delta - Efficient difference algorithm and format"
|
||||
HOMEPAGE="http://bdelta.org"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MPL-2.0"
|
||||
IUSE=""
|
||||
|
||||
src_compile() {
|
||||
emake -C src \
|
||||
CXX="$(tc-getCXX)" \
|
||||
CXXFLAGS="${CXXFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -C src install \
|
||||
DESTDIR="${D}" \
|
||||
PREFIX="${EPREFIX}/usr" \
|
||||
LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user