-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# @ECLASS: leechcraft.eclass
# Only EAPI >=6 is supported
case ${EAPI:-0} in
- 6|7) ;;
+ 6) inherit cmake-utils ;;
+ 7) inherit cmake ;;
*) die "EAPI not supported, bug ebuild mantainer" ;;
esac
-inherit cmake-utils
-
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git"
inherit git-r3
else
- DEPEND="app-arch/xz-utils"
SRC_URI="https://dist.leechcraft.org/LeechCraft/${PV}/leechcraft-${PV}.tar.xz"
S="${WORKDIR}/leechcraft-${PV}"
fi