diff --git a/net-misc/postman-bin/Manifest b/net-misc/postman-bin/Manifest index 39ba79b..f424f17 100644 --- a/net-misc/postman-bin/Manifest +++ b/net-misc/postman-bin/Manifest @@ -1,2 +1 @@ DIST postman-bin-10.23.0-amd64.tar.gz 140068177 BLAKE2B ba7c79bd15fb2709c4ec2e6b331d1f09ce17299274f0c05ea6e64111caa7eac50bab3bc4f7ac7e0bf8999dd110ec742f0fb72648a6fd72ff0ed4ba18d1554094 SHA512 6cd1344cadc59829a3f8da2532eb5d7c4b98d1cbcc76e56d1af49b1e2078bc14f2a862efe28c9636be11abb9b5424ceae7c1fdba2bc8821cf06424d418452e09 -DIST postman-bin-7.35.0-amd64.tar.gz 109738691 BLAKE2B a804a2fa71c4362751097df4b002efcad0eb9e220b8913879dc9ce840590152639f4bc641e52e5d0ae57574a14d25f7102e2c3aa234c7d392cbaf603ab4db489 SHA512 a06f0a785fe583c2cf7141413a243994c98b618a2fd8dd68334e96734325c2c88926536e8c7a95a18b499833757e0957091937eea214e9682a75b7ffa485d2ee diff --git a/net-misc/postman-bin/postman-bin-7.35.0.ebuild b/net-misc/postman-bin/postman-bin-7.35.0.ebuild deleted file mode 100644 index dcfb7e4..0000000 --- a/net-misc/postman-bin/postman-bin-7.35.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/-bin/}" - -inherit desktop pax-utils xdg - -DESCRIPTION="Supercharge your API workflow" -HOMEPAGE="https://www.postman.com" -SRC_URI="https://dl.pstmn.io/download/version/${PV}/linux64 -> ${P}-amd64.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror strip test" - -S="${WORKDIR}/${MY_PN^}/app" - -src_install() { - mkdir -p "${ED%}/opt/${MY_PN}" || die - cp -r . "${ED%}/opt/${MY_PN}" || die - - newicon -s 128 "resources/app/assets/icon.png" "${MY_PN}.png" - dosym "../../opt/${MY_PN}/${MY_PN^}" "/usr/bin/${MY_PN}" - make_desktop_entry "${MY_PN}" "${MY_PN^}" "${MY_PN}" "Development;IDE;" - - pax-mark m "${ED%}/opt/${MY_PN}/${MY_PN^}" -}