diff options
Diffstat (limited to 'dev-python/pythong')
-rw-r--r-- | dev-python/pythong/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.5-r3.ebuild (renamed from dev-python/pythong/pythong-2.1.5-r2.ebuild) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pythong/Manifest b/dev-python/pythong/Manifest index 70dd54e01dea..5a98660cc315 100644 --- a/dev-python/pythong/Manifest +++ b/dev-python/pythong/Manifest @@ -1,4 +1,4 @@ DIST python.pdf 2547987 BLAKE2B 2f8d6baf3d94fd4072d2c482e934bbe168269d48e5ff7ea35c61c29b826269388e75669fb8f3fff0cbf1d113f84cf0c547ec21bad032ddba6ead06a4b473a3ed SHA512 9d16eb39ff5996be70aa41cb758e73adf1fa72a7e83613626cf6f519def99fd30169a87b1e918902e1aecfb75d925cb7e49d9ad5733dd5274b9a351adaaf201e DIST pythonG-2_1_5.tgz 397754 BLAKE2B 88480558274384cf8cac8c9423949b80ac5c022b3e404af4cc732efb8393c27b2f6957fcb630ba7d5455bb15d508117516e02ed4fc1c6c20326abf19768ebbcb SHA512 8a8c3ada425a1d7a0565e495494a8edfcf8b4224cb93ea843669e4d0b2ca9e122d038c728ff8242885e0b320caa6db8ef8f721f99c423b7a8f87a83a4e6f51c6 -EBUILD pythong-2.1.5-r2.ebuild 1305 BLAKE2B 08e423b37391790e46fe3561d91f7cc9a8dec55d806594e5da9bbd913dc40352eb67c844e1561df284437b1aaac54b0dedbc4b288bbc1c27c95bdb77aa1506b5 SHA512 dfe379d318daf457be52690852cc94a9181c47a49e1fb2b752cddece568ac507a345ea65f3e7b2029cd3bcd4857bd4b3e05bace33df1845f1434f4d53601afe6 +EBUILD pythong-2.1.5-r3.ebuild 1280 BLAKE2B 7f6f0d2b73bd76ce9af0c4a13c726bf084f79f152bb4e0a951896a6414f2e81398a344d1cfdb1615a487e5eec3cca081a693ff38241e59df991794df728f0233 SHA512 5a651577b178525f4ca3a87c51ae52a58e9b2af5f8d21ce9edc33062fb4976c735ed28211b7d3728d5cb1e9a500dca3e81baf649c8b5ea8b919ff1991987d67d MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild index 7c1059971d29..3e649b8f4557 100644 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild +++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-lang/tk-8.3.4:0= - dev-python/pmw:py2[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pmw:py2[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${MY_PV}" @@ -43,13 +45,11 @@ src_install() { python_doscript pythong.py dodoc leeme.txt - insinto /usr/share/doc/${PF} - doins -r {LICENCIA,MANUAL,demos} + dodoc -r {LICENCIA,MANUAL,demos} rm -fr "${ED}/usr/share/doc/${PF}/demos/modulepythong.py" || die if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/python.pdf + dodoc "${DISTDIR}"/python.pdf fi python_optimize } |