mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
jsbeautifier-1.14.0.ebuild
This commit is contained in:
parent
d487978470
commit
328837035d
8 changed files with 9 additions and 59 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST rehex-0.3.1.tar.gz 2658555 BLAKE2B 0e047fe6887f0caccd86b6459fd5365bc3144983f0200b0b7ba5cedc9fff3b3fa187883fc3cec40bdd5ce24d76dc390de790e41b4b2ad8358c1710ee3ce869f7 SHA512 c73d8e224e7aec3eb6901f5fce23de649b29c5feffef19f6216a3ab273176f480dc82023962dfb8bc798a818444a6c06cc85330db134b37153e458e7268e7f9e
|
||||
DIST rehex-0.3.91.tar.gz 3292919 BLAKE2B c248f961ffe48f0287a98cc81fd91ef68d05fdf1a312e0601571b0d1bd6674414fe642c0fc5e24493145746181fbb0c404e02e102253279397d91fe6aa2a6f8b SHA512 21c5c6af4f4f5b76ee1f700eefd87debb6f689cc44f76bb2648498813cccaa955d86c9817753f2098e90efb9f36737151a3109a8a2029ed1a95a701dda7bdbc5
|
||||
|
|
|
|||
|
|
@ -1,47 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
WX_GTK_VER="3.0-gtk3"
|
||||
|
||||
inherit wxwidgets xdg
|
||||
|
||||
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"
|
||||
fi
|
||||
|
||||
RESTRICT="
|
||||
mirror
|
||||
!test? ( test )
|
||||
"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
setup-wxwidgets
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}"/usr install
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]]; then
|
|||
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"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
DIST jsbeautifier-1.11.0.tar.gz 69799 BLAKE2B a24fe2d43a836c71ec19342013cd6e33977a671813410488fd4af2112e697f2d7b505481827dd585dd6101265c0699d278cd7d5d8867460d4ceadcdeca0d6dae SHA512 1321493314f091b3b6d8d128de0f5931dbc35b447ea59665044262e99098b9766d7e1a7fa2725423fdfe13be88cc25858b40e8a88a4e3d9bb5426a8ba617156c
|
||||
DIST jsbeautifier-1.13.0.tar.gz 72016 BLAKE2B 061321a5eea0aafd355c4e3ea4227b385b38e9726d1ed80f81dcac4a1f4d6cd15c077cdda51c279ac8cf72976cc1e4dad3834c89d25c8067d1e449ba76bd42ab SHA512 2ae74b8579cedab0d7d1954e91f1a89228eed8dd0f568a52978fdc57ff4369eb69054f5ec207ccd0e687404371d47d71a9a816253021687c3abb5484f8392b9a
|
||||
DIST jsbeautifier-1.14.0.tar.gz 73041 BLAKE2B 88618817f06c9fad797ed225b3a20b371c8fe52861856b216c939658f9045b9de23b78cf552e0b86c73171de32bf1a87de3307cfe628f24f0af3aa0e2231c4bb SHA512 01a7907c365228f77368869a736ec8df229fcc6f58932d29c9c8a8c0db1d59d217ffa9375d812b9352bf21a4e776b27b61fe9b0531cec33322c63de1b3d714d6
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -13,10 +13,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/six-1.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/editorconfig-0.12.2[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
3
profiles/pentoo/base/package.accept_keywords/app-editors
Normal file
3
profiles/pentoo/base/package.accept_keywords/app-editors
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#Gentoo unstable
|
||||
app-editors/vscode
|
||||
app-editors/vscodium
|
||||
|
|
@ -5,10 +5,5 @@ dev-db/sqlbf
|
|||
~dev-db/sqlsus-0.7.2
|
||||
dev-db/neo4j-community
|
||||
|
||||
=app-editors/qhexedit2-0.8*
|
||||
~app-editors/rehex-0.3.1
|
||||
|
||||
#Gentoo unstable
|
||||
dev-db/sqlitebrowser
|
||||
|
||||
|
||||
|
|
|
|||
1
profiles/pentoo/overlay/package.accept_keywords/app-editors
Symbolic link
1
profiles/pentoo/overlay/package.accept_keywords/app-editors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.accept_keywords/app-editors
|
||||
Loading…
Reference in a new issue