diff --git a/dev-python/python-binary-memcached/Manifest b/dev-python/python-binary-memcached/Manifest deleted file mode 100644 index c53caf703c..0000000000 --- a/dev-python/python-binary-memcached/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-binary-memcached-0.31.1-gh.tar.gz 93809 BLAKE2B 6a7a6921a7ff24427ddb5443acf7a81c43a06baaadaead9caf50a8eb758d05d43430dd581e69d6dd4e83799e52e93949250cbf69309bb860857c63972ad0fc2c SHA512 3fbf0cbf05b42a5e28f01542ff0d190d138104cab97a5b05c17133f245fe37aad97b4daba31c203d854a4228fc9d49fd0306d93a45541a8cf7d173afc81c70ab diff --git a/dev-python/python-binary-memcached/metadata.xml b/dev-python/python-binary-memcached/metadata.xml deleted file mode 100644 index 399b6e3379..0000000000 --- a/dev-python/python-binary-memcached/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -A pure python module (thread safe) to access memcached via it's binary with SASL auth support. -The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example. - - - jaysonsantos/python-binary-memcached - python-binary-memcached - - diff --git a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild deleted file mode 100644 index 37802aa38a..0000000000 --- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="access memcached via it's binary protocol with SASL auth support" -HOMEPAGE=" - https://github.com/jaysonsantos/python-binary-memcached - https://pypi.org/project/python-binary-memcached/ -" -SRC_URI="https://github.com/jaysonsantos/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/uhashring[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-python/m2r-0.2.1[${PYTHON_USEDEP}] - test? ( net-misc/memcached ) -" -BDEPEND=" - test? ( - dev-python/mistune[${PYTHON_USEDEP}] - >=dev-python/pytest-6.2[${PYTHON_USEDEP}] - >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}] - >=dev-python/mock-4.0[${PYTHON_USEDEP}] - ) -" - -RESTRICT="test" # tests require a running memcached - -distutils_enable_tests pytest - -src_prepare() { - rm README.rst || die - default -} diff --git a/dev-util/devscripts/Manifest b/dev-util/devscripts/Manifest deleted file mode 100644 index 8bfe80aaf8..0000000000 --- a/dev-util/devscripts/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST devscripts_2.21.3.tar.xz 980408 BLAKE2B 99207ed58c0fdc592ce491ddda79a2ecb22a8975ef70828749bf58dff9cc94f63779025b3f0326d0c2c49ca768a7e651b1f9e7843e6da298c25340916334de25 SHA512 84122dd36de7961c26044ac8b8eeee2c0aae1dd4a811b5f0d522fe43488dad2872aa044ad1f38a78e49f9d13d8c19eb583a8082d636caeebb188f1dd4f1caec7 -DIST devscripts_2.22.1.tar.xz 989556 BLAKE2B 2a2e3ca9757c710e181e807f0369c137f21070d86b4c51d8b5132ca4add33677edbd26e04a2faae93e9e4586080286888880ce450119579aa40ad205c8e5d857 SHA512 260603e1a655035c5aca3c9734db1bc6aa7e9aa017ece7e9158c57e06a1ee548922ec2defdd9dcb4560743d78aef08d30695b1bc833bd4d77fe1c7497d157c45 diff --git a/dev-util/devscripts/devscripts-2.21.3.ebuild b/dev-util/devscripts/devscripts-2.21.3.ebuild deleted file mode 100644 index db63f9def7..0000000000 --- a/dev-util/devscripts/devscripts-2.21.3.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_OPTIONAL=true -PYTHON_COMPAT=( python3_9 ) - -inherit distutils-r1 - -DESCRIPTION="Scripts to make the life of a Debian Package maintainer easier" -HOMEPAGE="https://salsa.debian.org/debian/devscripts" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="python test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -CDEPEND=" - dev-lang/perl:= - dev-perl/File-DesktopEntry - dev-perl/File-DirList - dev-perl/File-HomeDir - dev-perl/File-Touch - dev-perl/IPC-Run - dev-perl/Moo - dev-perl/libwww-perl - dev-util/distro-info - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${CDEPEND} - test? ( - app-arch/zip - dev-perl/Git-Wrapper - dev-perl/GitLab-API-v4 - dev-perl/List-Compare - dev-perl/Software-License - dev-perl/String-ShellQuote - dev-perl/UNIVERSAL-require - dev-python/pyftpdlib[${PYTHON_USEDEP}] - dev-python/python-debian[${PYTHON_USEDEP}] - dev-util/shunit2 - dev-vcs/subversion - sys-libs/libfaketime - virtual/perl-DB_File - ) -" -RDEPEND="${CDEPEND} - app-arch/dpkg - app-crypt/gnupg - app-text/wdiff - dev-util/debhelper - dev-util/patchutils - sys-apps/fakeroot -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/distutils-r1.patch" - "${FILESDIR}/Remove-failing-tests.patch" - "${FILESDIR}/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch" -) - -DISTUTILS_S="${S}"/scripts - -src_prepare() { - default - - # Avoid file collision with app-shells/bash-completion - rm "${DISTUTILS_S}"/bts.bash_completion || die -} - -src_configure() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - distutils-r1_src_configure - popd > /dev/null || die - fi -} - -src_compile() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - distutils-r1_src_compile - popd > /dev/null || die - fi -} - -src_install() { - dodir /usr/bin - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - distutils-r1_src_install - popd > /dev/null || die - fi - - mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die - - # "incorrect name, no completions for command defined" - rm "${ED}"/usr/share/bash-completion/completions/{debcheckout,pkgnames} || die -} - -src_test() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - distutils-r1_src_test - popd > /dev/null || die - fi -} diff --git a/dev-util/devscripts/devscripts-2.22.1-r1.ebuild b/dev-util/devscripts/devscripts-2.22.1-r1.ebuild deleted file mode 100644 index 11fcf9f209..0000000000 --- a/dev-util/devscripts/devscripts-2.22.1-r1.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_OPTIONAL=true -PYTHON_COMPAT=( python3_{9..10} ) - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Scripts to make the life of a Debian Package maintainer easier" -HOMEPAGE="https://salsa.debian.org/debian/devscripts" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="python test" - -CDEPEND=" - dev-lang/perl:= - dev-perl/File-DesktopEntry - dev-perl/File-DirList - dev-perl/File-HomeDir - dev-perl/File-Touch - dev-perl/IPC-Run - dev-perl/Moo - dev-perl/libwww-perl - dev-util/distro-info - python? ( ${PYTHON_DEPS} ) -" -DEPEND=" - ${CDEPEND} - app-text/docbook-xsl-stylesheets - test? ( - app-arch/zip - dev-perl/Git-Wrapper - dev-perl/GitLab-API-v4 - dev-perl/List-Compare - dev-perl/Software-License - dev-perl/String-ShellQuote - dev-perl/UNIVERSAL-require - dev-python/pyftpdlib[${PYTHON_USEDEP}] - dev-python/python-debian[${PYTHON_USEDEP}] - dev-util/shunit2 - dev-vcs/subversion - sys-libs/libfaketime - virtual/perl-DB_File - ) -" -RDEPEND=" - ${CDEPEND} - app-arch/dpkg - app-crypt/gnupg - app-text/wdiff - !dev-util/checkbashisms - dev-util/debhelper - dev-util/patchutils - sys-apps/fakeroot -" -BDEPEND="virtual/pkgconfig" - -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) - test? ( python ) -" -RESTRICT="!test? ( test )" -PATCHES=( - "${FILESDIR}/distutils-r1.patch" - "${FILESDIR}/Remove-failing-tests.patch" - "${FILESDIR}/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch" -) - -DISTUTILS_S="${S}/scripts" - -src_prepare() { - default - - # Avoid file collision with app-shells/bash-completion - rm "${DISTUTILS_S}/bts.bash_completion" || die -} - -src_configure() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_configure - popd > /dev/null || die - fi -} - -src_compile() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_compile - popd > /dev/null || die - fi -} - -src_install() { - dodir /usr/bin - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_install - popd > /dev/null || die - fi - - mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${PF}" || die - - rm "${ED}/usr/share/bash-completion/completions/debcheckout" || die - mv "${ED}"/usr/share/bash-completion/completions/{pkgnames,debsnap} || die - bashcomp_alias debsnap wnpp-alert wnpp-check mk-build-deps rmadison mass-bug dd-list build-rdeps who-uploads transition-check getbuildlog grep-excuses rc-alert whodepends dget pts-subscribe pts-unsubscribe -} - -src_test() { - default - - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_test - popd > /dev/null || die -} diff --git a/dev-util/devscripts/devscripts-2.22.1.ebuild b/dev-util/devscripts/devscripts-2.22.1.ebuild deleted file mode 100644 index 5280277000..0000000000 --- a/dev-util/devscripts/devscripts-2.22.1.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_OPTIONAL=true -PYTHON_COMPAT=( python3_{9..10} ) - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Scripts to make the life of a Debian Package maintainer easier" -HOMEPAGE="https://salsa.debian.org/debian/devscripts" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="python test" - -CDEPEND=" - dev-lang/perl:= - dev-perl/File-DesktopEntry - dev-perl/File-DirList - dev-perl/File-HomeDir - dev-perl/File-Touch - dev-perl/IPC-Run - dev-perl/Moo - dev-perl/libwww-perl - dev-util/distro-info - python? ( ${PYTHON_DEPS} ) -" -DEPEND=" - ${CDEPEND} - app-text/docbook-xsl-stylesheets - test? ( - app-arch/zip - dev-perl/Git-Wrapper - dev-perl/GitLab-API-v4 - dev-perl/List-Compare - dev-perl/Software-License - dev-perl/String-ShellQuote - dev-perl/UNIVERSAL-require - dev-python/pyftpdlib[${PYTHON_USEDEP}] - dev-python/python-debian[${PYTHON_USEDEP}] - dev-util/shunit2 - dev-vcs/subversion - sys-libs/libfaketime - virtual/perl-DB_File - ) -" -RDEPEND=" - ${CDEPEND} - app-arch/dpkg - app-crypt/gnupg - app-text/wdiff - dev-util/debhelper - dev-util/patchutils - sys-apps/fakeroot -" -BDEPEND="virtual/pkgconfig" - -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) - test? ( python ) -" -RESTRICT="!test? ( test )" -PATCHES=( - "${FILESDIR}/distutils-r1.patch" - "${FILESDIR}/Remove-failing-tests.patch" - "${FILESDIR}/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch" -) - -DISTUTILS_S="${S}/scripts" - -src_prepare() { - default - - # Avoid file collision with app-shells/bash-completion - rm "${DISTUTILS_S}/bts.bash_completion" || die -} - -src_configure() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_configure - popd > /dev/null || die - fi -} - -src_compile() { - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_compile - popd > /dev/null || die - fi -} - -src_install() { - dodir /usr/bin - default - - if use python; then - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_install - popd > /dev/null || die - fi - - mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${PF}" || die - - rm "${ED}/usr/share/bash-completion/completions/debcheckout" || die - mv "${ED}"/usr/share/bash-completion/completions/{pkgnames,debsnap} || die - bashcomp_alias debsnap wnpp-alert wnpp-check mk-build-deps rmadison mass-bug dd-list build-rdeps who-uploads transition-check getbuildlog grep-excuses rc-alert whodepends dget pts-subscribe pts-unsubscribe -} - -src_test() { - default - - pushd "${DISTUTILS_S}" > /dev/null || die - python_foreach_impl distutils-r1_src_test - popd > /dev/null || die -} diff --git a/dev-util/devscripts/files/Remove-failing-tests.patch b/dev-util/devscripts/files/Remove-failing-tests.patch deleted file mode 100644 index ed0726a905..0000000000 --- a/dev-util/devscripts/files/Remove-failing-tests.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/test/Makefile -+++ b/test/Makefile -@@ -3,14 +3,14 @@ - perl \ - annotate-output \ - checkbashisms \ -- dd-list \ -+ \ - debchange \ - debdiff \ -- debrepro \ -+ \ - debsign \ - mergechanges \ -- mk-origtargz \ -+ \ -- package_lifecycle \ -+ \ -- sadt \ -+ \ - uscan \ - uscan_ftp \ diff --git a/dev-util/devscripts/files/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch b/dev-util/devscripts/files/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch deleted file mode 100644 index 6b72940418..0000000000 --- a/dev-util/devscripts/files/Replace-Debian-xsl-stylesheets-paths-with-Gentoos.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/po4a/Makefile -+++ b/po4a/Makefile -@@ -34,8 +34,8 @@ - pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@ - %.1:: %.dbk translate - xsltproc --nonet \ -- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< -- # /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/other.xsl -+ /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $< -+ # /usr/share/sgml/docbook/xsl-stylesheets/manpages/other.xsl - # (which is imported by the above stylesheet) insists in writing the output - # to where it wants to. we can only move the file ourselves. - # ($* → de/deb-reversion.de) ---- a/scripts/deb-reversion.dbk -+++ b/scripts/deb-reversion.dbk -@@ -5,13 +5,13 @@ -