mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
rehex-0.5.4.ebuild
This commit is contained in:
parent
eda02e0e4f
commit
80f81ff4b6
2 changed files with 15 additions and 10 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST rehex-0.4.1.tar.gz 3347164 BLAKE2B cfc0785473007db9bfb0dac86d01910d78c2d1416de9fae69eb27cad17d60fdc661acd4d8d17fd99e0f1effd03c2b1d61579d9934fc92d0cfd6593c709d8b0e0 SHA512 7afa161db975957bd1bc7dd80c6360d054d246426573630b71101bca172a2b14eb93aa03c1d9dcc59d7056499ba0dc5647997c2ebdec391aef9476ba882b3c5d
|
||||
DIST rehex-0.5.3.tar.gz 3926138 BLAKE2B a61b3073ce5c5b0fb3ac93ea3f6dc61248ad47d1d6c8883f89a767b8c9f85e7f3ca979d1f17320595f407392846d0c9eba2256a54a6950857ce1e4cd67d6309e SHA512 67b0a88a8399559d3c33d252362939733ec477407b9fad6b2769976f4eb624cfe4d5c9492c8cd8c1bac7a2e30b8c079c12d4ff3fb656c0baab2cc51bb01c1d04
|
||||
DIST rehex-0.5.4.tar.gz 3933319 BLAKE2B 03a00b2e52ad7800b4cc19af045879f2fce1b120ff1b6eae2bc6e013888faf4a2976a3a6bcd5b5cfec98fcd414fe47d57f92f52d7ea42bd39ac63c7f3a2d0308 SHA512 727c1f05a2d6c6bed1ede958c0b3f6012b2c67bab6b848753ec1a56094676da7ce4969112555893b42492e2bd7a5e775d6c2b24d2cd5b665d4c53de7cad15f44
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -19,26 +19,31 @@ else
|
|||
KEYWORDS="amd64 ~arm64 x86"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror
|
||||
!test? ( test )"
|
||||
RESTRICT="test"
|
||||
# !test? ( test )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="${LUA_DEPS}
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)"
|
||||
DEPEND="${RDEPEND}"
|
||||
# test? (
|
||||
# dev-cpp/gtest
|
||||
# )"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
dev-lua/busted
|
||||
doc? ( dev-perl/Template-Toolkit )"
|
||||
|
||||
src_configure() {
|
||||
export LUA_PKG=${ELUA}
|
||||
if use !doc ; then
|
||||
export BUILD_HELP=0
|
||||
fi
|
||||
setup-wxwidgets
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue