mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
maltego: drop old
This commit is contained in:
parent
465ae3d83f
commit
0eb2601948
4 changed files with 2 additions and 61 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST maltego-4.2.12.13389.deb 122102820 BLAKE2B ff7563ad8278e7874bddb554c2dd946b77faa2e0e3e40236d998e4f97b7810d14cad40a8a6a27d12f42b6708c34205b3402246736944d532b13413914fecee96 SHA512 efe6546667b99c334ce2f980c877032316af5821c2e663c1be2764bddbfe66d732c312196e290355b09b7fb356c453f256bc2816bbfcc8ad3a7ce03dba6e2ba0
|
||||
DIST maltego-4.2.18.13878.deb 142716306 BLAKE2B f60807ab61265400fa9fe6bf765788a44e64d947a9aabd0a880922180536bb8d48c120b95f7325af6dbba8931f24011b21d6380e73434f037d449845ccb8b4c6 SHA512 9af35d345150fb3201a5d65af7c3d9153c0146177a9964a1cebe291248319928f06baa768661e0d6ae01ed9ff3223918d6aac195ba2d02c5251639a8db784828
|
||||
|
|
|
|||
|
|
@ -1,58 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop eutils unpacker xdg-utils
|
||||
|
||||
DESCRIPTION="Visualise, map and mine data"
|
||||
HOMEPAGE="https://www.paterva.com/"
|
||||
SRC_URI="https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v${PV}.deb -> ${P}.deb"
|
||||
|
||||
LICENSE="Paterva-EULA"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="|| ( virtual/jre virtual/jdk )"
|
||||
BDEPEND="$(unpacker_src_uri_depends)"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
# cleanup
|
||||
rm -fr usr/{share/doc,share/applications,bin} || die
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doins -r *
|
||||
|
||||
fperms +x "/usr/share/${PN}/bin/${PN}"
|
||||
dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
|
||||
|
||||
make_wrapper \
|
||||
"${PN}_memory_config" \
|
||||
"/usr/bin/java -jar \"/usr/share/maltego/maltego-ui/modules/ext/Java_Config_App.jar\""
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}" \
|
||||
"Maltego" \
|
||||
"${PN}" \
|
||||
"Development;Utility;"
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}_memory_config" \
|
||||
"Maltego Memory Config" \
|
||||
"${PN}" \
|
||||
"Settings;"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
~app-office/libreoffice-7.1.3.2 amd64 x86
|
||||
~app-office/libreoffice-l10n-7.1.3.2 amd64 x86
|
||||
~app-office/libreoffice-7.1.7.2 amd64 x86
|
||||
~app-office/libreoffice-l10n-7.1.7.2 amd64 x86
|
||||
|
|
|
|||
Loading…
Reference in a new issue