mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-cpp/robotraconteur-companion: improve ebuild
Signed-off-by: John Wason <wason@wasontech.com>
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
<name>John Wason</name>
|
<name>John Wason</name>
|
||||||
<email>wason@wasontech.com</email>
|
<email>wason@wasontech.com</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<maintainer type="project">
|
|
||||||
<email>proxy-maint@gentoo.org</email>
|
|
||||||
<name>Proxy Maintainers</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">robotraconteur/robotraconteur_companion</remote-id>
|
<remote-id type="github">robotraconteur/robotraconteur_companion</remote-id>
|
||||||
<bugs-to>https://github.com/robotraconteur/robotraconteur_companion/issues</bugs-to>
|
<bugs-to>https://github.com/robotraconteur/robotraconteur_companion/issues</bugs-to>
|
||||||
|
|||||||
@@ -13,13 +13,11 @@ S="${WORKDIR}/RobotRaconteurCompanion-${PV}-Source"
|
|||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0/${PV}"
|
SLOT="0/${PV}"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="dev-libs/boost
|
DEPEND="dev-libs/boost:=
|
||||||
dev-libs/openssl
|
dev-libs/openssl
|
||||||
dev-build/cmake
|
dev-cpp/yaml-cpp:=
|
||||||
dev-cpp/yaml-cpp
|
|
||||||
dev-cpp/eigen
|
dev-cpp/eigen
|
||||||
dev-cpp/robotraconteur
|
dev-cpp/robotraconteur
|
||||||
"
|
"
|
||||||
@@ -34,11 +32,3 @@ local mycmakeargs=(
|
|||||||
)
|
)
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
cmake_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
cmake_src_install
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user