mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
app-editors: qa cleanup
This commit is contained in:
parent
007b558228
commit
65cac8eff1
2 changed files with 0 additions and 53 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST rehex-0.5.4.tar.gz 3933319 BLAKE2B 03a00b2e52ad7800b4cc19af045879f2fce1b120ff1b6eae2bc6e013888faf4a2976a3a6bcd5b5cfec98fcd414fe47d57f92f52d7ea42bd39ac63c7f3a2d0308 SHA512 727c1f05a2d6c6bed1ede958c0b3f6012b2c67bab6b848753ec1a56094676da7ce4969112555893b42492e2bd7a5e775d6c2b24d2cd5b665d4c53de7cad15f44
|
||||
DIST rehex-0.60.1.tar.gz 4143321 BLAKE2B eb2173f25446ce8d6f5091e2261e2938fc72b6e1603332488663d452a9239c202e9eee6db158b44edb7e51863b6349631f10297e13eeda62bd39548c1a1f0f59 SHA512 bc811ff8cb3ee2d50c588343815041513a95707e65e0b0abe1bc97461d082f5d391b739c61f798e4e85f0ffaced35b6b2199ff9d41c99a7f38434e3f63acd8f8
|
||||
|
|
|
|||
|
|
@ -1,52 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
WX_GTK_VER="3.0-gtk3"
|
||||
|
||||
LUA_COMPAT=(lua5-{1..4} )
|
||||
inherit wxwidgets xdg lua-single
|
||||
|
||||
DESCRIPTION="Reverse Engineers' Hex Editor"
|
||||
HOMEPAGE="https://github.com/solemnwarning/rehex"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/solemnwarning/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/solemnwarning/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
# !test? ( test )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="${LUA_DEPS}
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||
DEPEND="${RDEPEND}"
|
||||
# test? (
|
||||
# dev-cpp/gtest
|
||||
# )"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake LUA_PKG=${ELUA} prefix="${D}"/usr install
|
||||
}
|
||||
Loading…
Reference in a new issue