From 4a5122b7739c209206c6aefbaaacf53db6fbb250 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Oct 2019 23:26:51 +0200 Subject: [PATCH] dev-util/xdelta: Bump old slot to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/xdelta/xdelta-1.1.4-r2.ebuild | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dev-util/xdelta/xdelta-1.1.4-r2.ebuild diff --git a/dev-util/xdelta/xdelta-1.1.4-r2.ebuild b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild new file mode 100644 index 000000000000..008f5b44ef68 --- /dev/null +++ b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools toolchain-funcs + +DESCRIPTION="Computes changes between binary or text files and creates deltas" +HOMEPAGE="https://xdelta.googlecode.com/" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=sys-libs/zlib-1.1.4:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + eapply_user + eapply "${FILESDIR}"/${P}-m4.patch + eapply "${FILESDIR}"/${P}-glib2.patch + eapply "${FILESDIR}"/${P}-pkgconfig.patch + + eautoreconf +} + +src_configure() { + tc-export CC + default +} -- 2.26.2