games-strategy/julius: updated license
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
04947a0cd3
commit
bcbb793700
@ -1,3 +1,6 @@
|
||||
05 May 2020; <chymera@gentoo.org> julius-1.3.1.ebuild:
|
||||
games-strategy/julius: updated license
|
||||
|
||||
05 May 2020; <chymera@gentoo.org> files/90julius.sh, julius-1.3.1.ebuild:
|
||||
games-strategy/julius: using standard cmake functions and renaming the
|
||||
executable in order to mitigate collision with app-accessibility/julius
|
||||
|
@ -9,7 +9,7 @@ DESCRIPTION="An open source re-implementation of Caesar III"
|
||||
HOMEPAGE="https://github.com/bvschaik/julius"
|
||||
SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1 MIT CC-BY-SA-3.0 ZLIB"
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
@ -30,7 +30,6 @@ src_install() {
|
||||
insinto /etc/profile.d
|
||||
doins "${FILESDIR}"/90julius.sh
|
||||
cmake-utils_src_install
|
||||
newbin "${BUILD_DIR}"/julius Julius
|
||||
mv "${ED}"/usr/bin/julius "${ED}"/usr/bin/julius-game ||
|
||||
die "Failed to rename executable (required as per conflict with app-accessibility/julius)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user