1 | # Copyright 1999-2014 Gentoo Foundation |
1 | # Copyright 1999-2015 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.16 2014/08/03 17:08:27 maksbotan Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.17 2015/01/11 20:40:24 maksbotan Exp $ |
4 | # |
4 | # |
5 | # @ECLASS: leechcraft.eclass |
5 | # @ECLASS: leechcraft.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # leechcraft@gentoo.org |
7 | # leechcraft@gentoo.org |
8 | # @AUTHOR: |
8 | # @AUTHOR: |
… | |
… | |
28 | esac |
28 | esac |
29 | |
29 | |
30 | inherit cmake-utils toolchain-funcs versionator |
30 | inherit cmake-utils toolchain-funcs versionator |
31 | |
31 | |
32 | if [[ ${PV} == 9999 ]]; then |
32 | if [[ ${PV} == 9999 ]]; then |
33 | EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" |
33 | EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git |
|
|
34 | https://github.com/0xd34df00d/leechcraft.git" |
34 | EGIT_PROJECT="leechcraft" |
35 | EGIT_PROJECT="leechcraft" |
35 | |
36 | |
36 | inherit git-2 |
37 | inherit git-2 |
37 | else |
38 | else |
38 | DEPEND="app-arch/xz-utils" |
39 | DEPEND="app-arch/xz-utils" |