diff options
author | Sam James <sam@gentoo.org> | 2022-06-23 06:34:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-23 06:35:07 +0100 |
commit | f66eb86b246b7e48360896e87cc8666813de6710 (patch) | |
tree | 54821f62775b874c8cde4c7e29222b9b64172ada /dev-util/redo | |
parent | dev-util/redo: add 0.42d (diff) | |
download | gentoo-f66eb86b246b7e48360896e87cc8666813de6710.tar.gz gentoo-f66eb86b246b7e48360896e87cc8666813de6710.tar.bz2 gentoo-f66eb86b246b7e48360896e87cc8666813de6710.zip |
dev-util/redo: drop 0.42c, 99999
Bug: https://bugs.gentoo.org/832245
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/redo')
-rw-r--r-- | dev-util/redo/Manifest | 1 | ||||
-rw-r--r-- | dev-util/redo/redo-0.42c.ebuild | 57 | ||||
-rw-r--r-- | dev-util/redo/redo-99999.ebuild | 56 |
3 files changed, 0 insertions, 114 deletions
diff --git a/dev-util/redo/Manifest b/dev-util/redo/Manifest index dc0b3f604565..d15292a95fda 100644 --- a/dev-util/redo/Manifest +++ b/dev-util/redo/Manifest @@ -1,2 +1 @@ -DIST redo-0.42c.tar.gz 195232 BLAKE2B b24969d71b247d02642340cebbf325e2ae68d4893d02e489930120e6aac76bd3099fd42e7dc36dae1fdea5c7825657957291876b906c2671a6319f8eb45a9d91 SHA512 3196ff5941d9e62084c7332a6771edd0db0082a499ba16fb6de273295c65b734e7dadb29a9fca3e6266421bc964369a8e725ef55f59ade2ecfb5e8bcc446ced0 DIST redo-0.42d.tar.gz 195186 BLAKE2B 2f36dc8380d9e20475788b8d94ce02d6375ddf0a0e745dc68b7e350c427522088243bca16bd8d7c760ada17de75560e9cfdf5282a5e39081fee395a142164c82 SHA512 2749a1a1046f8edd63c4b4e2b0f4d95988dfcf8c776b264007914e583fc21ff51447be34ffc2c136c343ace8c38147d6a43c0c0dd01a681b6283a38d5d8f3fb7 diff --git a/dev-util/redo/redo-0.42c.ebuild b/dev-util/redo/redo-0.42c.ebuild deleted file mode 100644 index e35d391bae31..000000000000 --- a/dev-util/redo/redo-0.42c.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2018-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_8 ) -PYTHON_REQ_USE="sqlite" -inherit multiprocessing python-utils-r1 python-single-r1 - -DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" -HOMEPAGE="https://github.com/apenwarr/redo" -SRC_URI="https://github.com/apenwarr/redo/archive/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - ') - ${PYTHON_DEPS} -" -RDEPEND=" - ${BDEPEND} -" -S=${WORKDIR}/${PN}-${P} - -src_configure() { - echo ${PYTHON} > redo/whichpython || die -} - -src_compile() { - ./do -j$(makeopts_jobs) build || die -} - -src_test() { - local ARCH= CFLAGS= CXXFLAGS= LDFLAGS= - ./do -j$(makeopts_jobs) test || die -} - -src_install() { - DESTDIR="${D}" \ - DOCDIR="${D}/usr/share/doc/${PF}" \ - LIBDIR="${D}/$(python_get_sitedir)/${PN}" \ - ./do -j$(makeopts_jobs) \ - install || die - - python_fix_shebang "${D}" - - sed -i \ - -e 's|/lib/|/'"$(get_libdir)"'/|g' \ - "${D}"/usr/bin/* || die - - python_optimize -} diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild deleted file mode 100644 index 954705061ace..000000000000 --- a/dev-util/redo/redo-99999.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2018-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_8 ) -PYTHON_REQ_USE="sqlite" -inherit git-r3 multiprocessing python-utils-r1 python-single-r1 - -DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" -HOMEPAGE="https://github.com/apenwarr/redo" -EGIT_REPO_URI="https://github.com/apenwarr/redo" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - ') - ${PYTHON_DEPS} -" -RDEPEND=" - ${BDEPEND} -" - -src_configure() { - echo ${PYTHON} > redo/whichpython || die -} - -src_compile() { - ./do -j$(makeopts_jobs) build || die -} - -src_test() { - local ARCH= CFLAGS= CXXFLAGS= LDFLAGS= - ./do -j$(makeopts_jobs) test || die -} - -src_install() { - DESTDIR="${D}" \ - DOCDIR="${D}/usr/share/doc/${PF}" \ - LIBDIR="${D}/$(python_get_sitedir)/${PN}" \ - ./do -j$(makeopts_jobs) \ - install || die - - python_fix_shebang "${D}" - - sed -i \ - -e 's|/lib/|/'"$(get_libdir)"'/|g' \ - "${D}"/usr/bin/* || die - - python_optimize -} |