Diff hamlib-3.1 with a hamlib-3.2
/usr/portage/media-libs/hamlib/hamlib-3.2.ebuild 2019-12-11 15:39:00.000000000 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2018 Gentoo Foundation |
|
1 |
# Copyright 1999-2019 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=5 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python2_7 ) |
|
6 |
PYTHON_COMPAT=( python2_7 python3_{5,6} ) |
|
7 | 7 | |
8 | 8 |
inherit autotools-utils eutils multilib python-single-r1 |
9 | 9 | |
10 | 10 |
DESCRIPTION="Ham radio backend rig control libraries" |
11 |
HOMEPAGE="https://sourceforge.net/apps/mediawiki/hamlib" |
|
12 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
|
11 |
HOMEPAGE="https://www.hamlib.org" |
|
12 |
SRC_URI="https://www.github.com/${PN}/${PN}/releases/download/${PVR}/${P}.tar.gz" |
|
13 | 13 | |
14 | 14 |
LICENSE="LGPL-2 GPL-2" |
15 | 15 |
SLOT="0" |