mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
app-forensics/decompyle++: bump to 0_p20240312, clean old
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
DIST decompyle++-0_p20230427.tar.gz 361806 BLAKE2B 32c1e6a80ef338e2433b15ce936ce262e98a6535cca46f1e10d82ae8b5672e0477638eb31972ee4f51c49008f1a0751365c3f2c7b7d2c51f484935051cb44fd5 SHA512 5a814a367fbbef2e3564905bc53066d2656aa5fe51f7e068fa37c07e04d0de5209c196eaaaa7d5f515e897c56c3cff77ae859e5a924342fe2176b2e2e593ede7
|
DIST decompyle++-0_p20240312.tar.gz 363902 BLAKE2B 94ab6568f01b51d14ddbe5239dd99c061b2b348d8fb5af78d912c1c784067ea0c0c6d40f20eee01c22a3b5de3eade88e8b62791651f35bbaf188dd713ddca79b SHA512 b6b0b814a291116adb512a53581e134cb273fa839c49c0bc6f2e8dcc01b826b46341c4fe89f4ae079210dd594f6734f9c4d8768d3ca53a1883890cd3b7cf6f5f
|
||||||
EBUILD decompyle++-0_p20230427.ebuild 556 BLAKE2B 41c27fdaa6c2ef30decb0ad456ac4ff66735bde10307309996d6a0141d6bd85e64b6b9b48847ea13a0ecfd75012595132201a0c93ce70e13c0a8835b672e729a SHA512 5dfe802d13c1d9fd46299b53f10edba6fb9b844a7185572d0b3df384b8626285c45b44a2177788c19a0fa7037167a749daac6849976cf6a2c06fc68e0c4a73aa
|
|
||||||
|
|||||||
@@ -1,24 +1,27 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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
|
inherit cmake python-single-r1
|
||||||
|
|
||||||
EGIT_COMMIT="c8156739f187c7ddbbeb8c52488405e83bea0ddd"
|
EGIT_COMMIT="6467c2cc52aa714876e131a1b6c6cf25f129460f"
|
||||||
|
|
||||||
DESCRIPTION="A Python Byte-code Disassembler/Decompiler"
|
DESCRIPTION="A Python Byte-code Disassembler/Decompiler"
|
||||||
HOMEPAGE="https://github.com/zrax/pycdc"
|
HOMEPAGE="https://github.com/zrax/pycdc"
|
||||||
SRC_URI="https://github.com/zrax/pycdc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/zrax/pycdc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/pycdc-${EGIT_COMMIT}"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
DEPEND=""
|
BDEPEND="
|
||||||
RDEPEND="${DEPEND}"
|
${PYTHON_DEPS}
|
||||||
BDEPEND="${PYTHON_DEPS}"
|
"
|
||||||
|
RDEPEND="${BDEPEND}"
|
||||||
|
|
||||||
S="${WORKDIR}/pycdc-${EGIT_COMMIT}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
11
app-forensics/decompyle++/metadata.xml
Normal file
11
app-forensics/decompyle++/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>david.guglielmi@gmail.com</email>
|
||||||
|
<name>David GUGLIELMI</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">zrax/pycdc</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user