games-strategy/julius: eclass update
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
f5a6debaa9
commit
3f75912e1f
@ -1,2 +1,5 @@
|
||||
21 Oct 2020; <chymera@gentoo.org> julius-1.3.1.ebuild, julius-1.4.1.ebuild:
|
||||
games-strategy/julius: eclass update
|
||||
|
||||
21 Oct 2020; <chymera@gentoo.org> -ChangeLog:
|
||||
games-strategy/julius: no longer tracking superfluous ChangLog
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Feature-faithful open source re-implementation of Caesar III"
|
||||
HOMEPAGE="https://github.com/bvschaik/julius"
|
||||
@ -29,7 +29,7 @@ src_test() {
|
||||
src_install() {
|
||||
insinto /etc/profile.d
|
||||
doins "${FILESDIR}"/90julius.sh
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
mv "${ED}"/usr/bin/julius "${ED}"/usr/bin/julius-game ||
|
||||
die "Failed to rename executable (required as per conflict with app-accessibility/julius)"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Feature-faithful open source re-implementation of Caesar III"
|
||||
HOMEPAGE="https://github.com/bvschaik/julius"
|
||||
@ -29,7 +29,7 @@ src_test() {
|
||||
src_install() {
|
||||
insinto /etc/profile.d
|
||||
doins "${FILESDIR}"/90julius.sh
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
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