diff --git a/app-forensics/decompyle++/Manifest b/app-forensics/decompyle++/Manifest index d5fddfb..70fdeff 100644 --- a/app-forensics/decompyle++/Manifest +++ b/app-forensics/decompyle++/Manifest @@ -1,2 +1 @@ -DIST decompyle++-0_p20230427.tar.gz 361806 BLAKE2B 32c1e6a80ef338e2433b15ce936ce262e98a6535cca46f1e10d82ae8b5672e0477638eb31972ee4f51c49008f1a0751365c3f2c7b7d2c51f484935051cb44fd5 SHA512 5a814a367fbbef2e3564905bc53066d2656aa5fe51f7e068fa37c07e04d0de5209c196eaaaa7d5f515e897c56c3cff77ae859e5a924342fe2176b2e2e593ede7 -EBUILD decompyle++-0_p20230427.ebuild 556 BLAKE2B 41c27fdaa6c2ef30decb0ad456ac4ff66735bde10307309996d6a0141d6bd85e64b6b9b48847ea13a0ecfd75012595132201a0c93ce70e13c0a8835b672e729a SHA512 5dfe802d13c1d9fd46299b53f10edba6fb9b844a7185572d0b3df384b8626285c45b44a2177788c19a0fa7037167a749daac6849976cf6a2c06fc68e0c4a73aa +DIST decompyle++-0_p20240312.tar.gz 363902 BLAKE2B 94ab6568f01b51d14ddbe5239dd99c061b2b348d8fb5af78d912c1c784067ea0c0c6d40f20eee01c22a3b5de3eade88e8b62791651f35bbaf188dd713ddca79b SHA512 b6b0b814a291116adb512a53581e134cb273fa839c49c0bc6f2e8dcc01b826b46341c4fe89f4ae079210dd594f6734f9c4d8768d3ca53a1883890cd3b7cf6f5f diff --git a/app-forensics/decompyle++/decompyle++-0_p20230427.ebuild b/app-forensics/decompyle++/decompyle++-0_p20240312.ebuild similarity index 63% rename from app-forensics/decompyle++/decompyle++-0_p20230427.ebuild rename to app-forensics/decompyle++/decompyle++-0_p20240312.ebuild index aac631a..538d640 100644 --- a/app-forensics/decompyle++/decompyle++-0_p20230427.ebuild +++ b/app-forensics/decompyle++/decompyle++-0_p20240312.ebuild @@ -1,24 +1,27 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) inherit cmake python-single-r1 -EGIT_COMMIT="c8156739f187c7ddbbeb8c52488405e83bea0ddd" +EGIT_COMMIT="6467c2cc52aa714876e131a1b6c6cf25f129460f" DESCRIPTION="A Python Byte-code Disassembler/Decompiler" HOMEPAGE="https://github.com/zrax/pycdc" SRC_URI="https://github.com/zrax/pycdc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/pycdc-${EGIT_COMMIT}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="${PYTHON_DEPS}" +BDEPEND=" + ${PYTHON_DEPS} +" +RDEPEND="${BDEPEND}" -S="${WORKDIR}/pycdc-${EGIT_COMMIT}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-forensics/decompyle++/metadata.xml b/app-forensics/decompyle++/metadata.xml new file mode 100644 index 0000000..d7b9452 --- /dev/null +++ b/app-forensics/decompyle++/metadata.xml @@ -0,0 +1,11 @@ + + + + + david.guglielmi@gmail.com + David GUGLIELMI + + + zrax/pycdc + +