commit: 4a5122b7739c209206c6aefbaaacf53db6fbb250 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 21:26:51 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 21:35:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5122b7
dev-util/xdelta: Bump old slot to EAPI 7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/xdelta/xdelta-1.1.4-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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 00000000000..008f5b44ef6 --- /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 +}
