Lines 1-4
Link Here
|
1 |
# Copyright 1999-2015 Gentoo Foundation |
1 |
# Copyright 1999-2018 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 |
|
3 |
|
4 |
EAPI=5 |
4 |
EAPI=5 |
Lines 6-13
EAPI=5
Link Here
|
6 |
inherit eutils |
6 |
inherit eutils |
7 |
|
7 |
|
8 |
DESCRIPTION="md4 and edonkey hash algorithm tool" |
8 |
DESCRIPTION="md4 and edonkey hash algorithm tool" |
9 |
HOMEPAGE="http://linux.xulin.de/c/" |
9 |
HOMEPAGE="https://linux.xulin.de/c/" |
10 |
SRC_URI="http://linux.xulin.de/c/${P}.tar.gz" |
10 |
SRC_URI="https://linux.xulin.de/c/${P}.tar.gz" |
11 |
LICENSE="GPL-2" |
11 |
LICENSE="GPL-2" |
12 |
SLOT="0" |
12 |
SLOT="0" |
13 |
KEYWORDS="~amd64 ~x86 ~ppc" |
13 |
KEYWORDS="~amd64 ~x86 ~ppc" |