mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 16:20:55 +02:00
profile: ruby keywords
This commit is contained in:
parent
208687cc97
commit
6ab424349a
2 changed files with 13 additions and 56 deletions
|
|
@ -1,43 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="jadx"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="A standalone graphical utility that displays Java source codes of .class file"
|
||||
HOMEPAGE="https://github.com/skylot/jadx"
|
||||
SRC_URI="https://github.com/skylot/jadx/releases/download/v${PV}/${MY_P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's|APP_HOME="`pwd -P`"|APP_HOME="/opt/jadx-bin/"|' -i bin/${MY_PN} || die "sed failed"
|
||||
sed -e 's|APP_HOME="`pwd -P`"|APP_HOME="/opt/jadx-bin/"|' -i bin/${MY_PN}-gui || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/"${PN}"
|
||||
insinto /opt/"${PN}"
|
||||
doins -r *
|
||||
fperms -R 755 "${INSTALL_DIR}/opt/${PN}/bin/${MY_PN}"
|
||||
fperms -R 755 "${INSTALL_DIR}/opt/${PN}/bin/${MY_PN}-gui"
|
||||
dosym "${EPREFIX}"/opt/${PN}/bin/${MY_PN} /usr/bin/${MY_PN}
|
||||
dosym "${EPREFIX}"/opt/${PN}/bin/${MY_PN}-gui /usr/bin/${MY_PN}-gui
|
||||
|
||||
# doicon jd_icon_128.png
|
||||
# domenu jd-gui.desktop
|
||||
|
||||
# echo -e "#!/bin/sh\njava -jar /opt/${MY_PN}/${MY_P}.jar >/dev/null 2>&1 &\n" > "${MY_PN}"
|
||||
|
||||
}
|
||||
|
|
@ -3,19 +3,19 @@ dev-ruby/coffee-rails:5.0
|
|||
|
||||
#rails 6.0
|
||||
#should match with stable: dev-ruby/activesupport
|
||||
~dev-ruby/actioncable-6.0.5
|
||||
~dev-ruby/actionmailbox-6.0.5
|
||||
~dev-ruby/actionmailer-6.0.5
|
||||
~dev-ruby/actionpack-6.0.5
|
||||
~dev-ruby/actiontext-6.0.5
|
||||
~dev-ruby/actionview-6.0.5
|
||||
~dev-ruby/activejob-6.0.5
|
||||
~dev-ruby/activemodel-6.0.5
|
||||
~dev-ruby/activerecord-6.0.5
|
||||
~dev-ruby/activestorage-6.0.5
|
||||
~dev-ruby/activesupport-6.0.5
|
||||
~dev-ruby/rails-6.0.5
|
||||
~dev-ruby/railties-6.0.5
|
||||
dev-ruby/actioncable:6.0
|
||||
dev-ruby/actionmailbox:6.0
|
||||
dev-ruby/actionmailer:6.0
|
||||
dev-ruby/actionpack:6.0
|
||||
dev-ruby/actiontext:6.0
|
||||
dev-ruby/actionview:6.0
|
||||
dev-ruby/activejob:6.0
|
||||
dev-ruby/activemodel:6.0
|
||||
dev-ruby/activerecord:6.0
|
||||
dev-ruby/activestorage:6.0
|
||||
dev-ruby/activesupport:6.0
|
||||
dev-ruby/rails:6.0
|
||||
dev-ruby/railties:6.0
|
||||
|
||||
=dev-ruby/marcel-1.0*
|
||||
=dev-ruby/websocket-driver-0.6*
|
||||
|
|
|
|||
Loading…
Reference in a new issue