diff --git a/dev-python/donut-shellcode/Manifest b/dev-python/donut-shellcode/Manifest index dedee0b1f3..2249e3ff05 100644 --- a/dev-python/donut-shellcode/Manifest +++ b/dev-python/donut-shellcode/Manifest @@ -1 +1 @@ -DIST donut-shellcode-1.0.2.tar.gz 293032 BLAKE2B 8d64d241e9c4ee9c7ce3c4a21b0b8941aa41063a7eea0e0c32d97efdf983ebcddac558126767baba642d36f027b618632f36f8a7a9b59cc14294184263d9a7f8 SHA512 1b868d2bd3763623c97027f92420c7e45bb50437f0694904aac62b0b69f559ab467523d1550829aa8bdaa3bc4a34c8ed5a6349be1021f83899d170231df8a451 +DIST donut_shellcode-1.1.tar.gz 293087 BLAKE2B 323b437e881398a11b5c97740a141c21f861f5ad118f6190f301f8a3e44bc0eb844fd8a6eae5e0b58faf27dff7d048b286ad8efd8e7e786360eddd2fb1e6b2cd SHA512 42995937822889fa2fba3db54f4ab61200ed037d953f7de92099624426b0a3dcef753ca9e70d1faf359d6c1417a6319257e64126ab82d2adf7366d9a9ff43648 diff --git a/dev-python/donut-shellcode/donut-shellcode-1.0.2-r1.ebuild b/dev-python/donut-shellcode/donut-shellcode-1.1.ebuild similarity index 77% rename from dev-python/donut-shellcode/donut-shellcode-1.0.2-r1.ebuild rename to dev-python/donut-shellcode/donut-shellcode-1.1.ebuild index 04e5e3849d..e3036e06dd 100644 --- a/dev-python/donut-shellcode/donut-shellcode-1.0.2-r1.ebuild +++ b/dev-python/donut-shellcode/donut-shellcode-1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 -PYPI_NO_NORMALIZE=1 +#PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) @@ -22,7 +22,7 @@ RDEPEND="" DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -src_prepare() { - emake clean - distutils-r1_src_prepare -} +#src_prepare() { +# emake clean +# distutils-r1_src_prepare +#} diff --git a/net-proxy/insomnia-bin/Manifest b/net-proxy/insomnia-bin/Manifest index 82a902529d..0cf9020e1a 100644 --- a/net-proxy/insomnia-bin/Manifest +++ b/net-proxy/insomnia-bin/Manifest @@ -1,2 +1,2 @@ DIST insomnia-bin-10.0.0.tar.gz 145212084 BLAKE2B 4b91deb30d1936f4d1e3e7ef9bba8d69164470476909bff1ab784a0c96a409231bc17d22c45e27b94f9aad6f1658cb15522137f7c9e5efc292e1c47f5fa1cf23 SHA512 a101f3f1af4af404e0c7de067f8760b490addfb20f2449c7155b3f0a7963b90c56d36f01980bb385be250f8e2049f0fd440c4550f9c598021394f7751c82cc37 -DIST insomnia-bin-9.3.0.tar.gz 145211833 BLAKE2B 75cafc079a68da938fa3ebc12698048951f53ac565401a18ec95cef3d2ca29dbcbbb83da4fc8610ab4b52d7f863362008217d074018fae389692368ffbd84c93 SHA512 f874582822e2ffb99cbaff61ca77275eb38aaab00113dfa5fcd850041c1911e9ca4c210a2a0ba413357fc962d4047358628c2c2ad6d198f9fcae99c52c3b8ffc +DIST insomnia-bin-10.3.0.tar.gz 143940613 BLAKE2B dfcb53fd3ea00211a28ced8786daea0614fdbb36a85ba181bc2adc4b1085e85000d0b53d587a61d58b0f349d6f5272b11a2df5df0cb58873802639d88fdd7c45 SHA512 29b4b025ea532a6ea2a1db6afd50a4e0eaeaa511de9a329b37b38502f794b4216fac34f94575ac1193117bd8bdf448724c05abb4d0015cb6803415352da1c047 diff --git a/net-proxy/insomnia-bin/insomnia-bin-9.3.0.ebuild b/net-proxy/insomnia-bin/insomnia-bin-10.3.0.ebuild similarity index 89% rename from net-proxy/insomnia-bin/insomnia-bin-9.3.0.ebuild rename to net-proxy/insomnia-bin/insomnia-bin-10.3.0.ebuild index 4e516e9ff2..af420a002d 100644 --- a/net-proxy/insomnia-bin/insomnia-bin-9.3.0.ebuild +++ b/net-proxy/insomnia-bin/insomnia-bin-10.3.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 MY_PN="Insomnia.Core" +inherit desktop DESCRIPTION="REST API client, a postman alternative" HOMEPAGE="https://github.com/Kong/insomnia https://insomnia.rest/" @@ -23,4 +24,7 @@ src_install() { dodir /opt/${MY_PN} cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed" dosym -r /opt/${MY_PN}/insomnia /usr/bin/insomnia + + doicon "${FILESDIR}"/insomnia.png + domenu "${FILESDIR}"/insomnia.desktop }