From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A54D158095 for ; Thu, 30 Jun 2022 22:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A5B9E0D5C; Thu, 30 Jun 2022 22:25:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F693E0D5C for ; Thu, 30 Jun 2022 22:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 582443414F8 for ; Thu, 30 Jun 2022 22:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6145F522 for ; Thu, 30 Jun 2022 22:25:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656627891.7454369c52233bd42b6e43aaf874bbe549933040.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dput-ng/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dput-ng/Manifest dev-util/dput-ng/dput-ng-1.32.ebuild dev-util/dput-ng/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-util/dput-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7454369c52233bd42b6e43aaf874bbe549933040 X-VCS-Branch: master Date: Thu, 30 Jun 2022 22:25:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8b65556-7de7-41fc-86f8-02a411debb3b X-Archives-Hash: a51e729b5b50311965d1ca39ebcee6e5 commit: 7454369c52233bd42b6e43aaf874bbe549933040 Author: Sam James gentoo org> AuthorDate: Thu Jun 30 22:24:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 30 22:24:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7454369c dev-util/dput-ng: treeclean Bug: https://bugs.gentoo.org/818847 Signed-off-by: Sam James gentoo.org> dev-util/dput-ng/Manifest | 1 - dev-util/dput-ng/dput-ng-1.32.ebuild | 89 ------------------------------------ dev-util/dput-ng/metadata.xml | 5 -- profiles/package.mask | 6 --- 4 files changed, 101 deletions(-) diff --git a/dev-util/dput-ng/Manifest b/dev-util/dput-ng/Manifest deleted file mode 100644 index 818cdc505385..000000000000 --- a/dev-util/dput-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dput-ng_1.32.tar.xz 86280 BLAKE2B 7e195eab4f48d77968b866185e337f2b51113f7e11cfa4929d47e79082c2fa866af2c8394c50816b650f865db9ef244775618a05a6b398090366d342a45a3db7 SHA512 596247eecb2dce080cd6f3cd1ddb1364cfa00fc3048081149e4d6dc35822aee10fa10ec25ed91154b477a909cc29dcf17cb38ccefa649f40eb70c16e0a575b2e diff --git a/dev-util/dput-ng/dput-ng-1.32.ebuild b/dev-util/dput-ng/dput-ng-1.32.ebuild deleted file mode 100644 index fac0bd787090..000000000000 --- a/dev-util/dput-ng/dput-ng-1.32.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Next generation Debian package upload tool" -HOMEPAGE="https://people.debian.org/~paultag/dput-ng/" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/python-debian[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] - dev-util/distro-info[python,${PYTHON_USEDEP}] - ') -" -DEPEND="${RDEPEND} - app-text/asciidoc - test? ( - $(python_gen_cond_dep ' - dev-python/nose[${PYTHON_USEDEP}] - dev-python/python-debian[${PYTHON_USEDEP}] - ') - dev-util/debhelper - )" - -# Requires missing build-essential package -RESTRICT="test" - -src_compile() { - distutils-r1_src_compile - - mkdir man || die - for file in docs/man/*.man; do - a2x --doctype manpage --format manpage -D man \ - "${file}" || die - done -} - -src_install() { - local DPUT_BINARIES=( dcut dirt dput ) - local DPUT_ETC=( metas profiles ) - local DPUT_SHARE=( - codenames - commands - hooks - interfaces - schemas - uploaders - ) - - distutils-r1_src_install - - for binary in ${DPUT_BINARIES[@]}; do - dobin bin/"${binary}" - done - python_fix_shebang "${D}"/usr/bin - - insinto /etc/dput.d - for dir in ${DPUT_ETC[@]}; do - doins -r skel/"${dir}" - done - - insinto /usr/share/"${PN}" - for dir in ${DPUT_SHARE[@]}; do - doins -r skel/"${dir}" - done - - # doman incorrectly treats "cf" in dput.cf.5 as a lang code - doman -i18n="" man/* - - newbashcomp debian/dcut-completion dcut - newbashcomp debian/dput-completion dput -} - -python_test() { - # test_configs.py failing - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824652 - nosetests || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-util/dput-ng/metadata.xml b/dev-util/dput-ng/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/dev-util/dput-ng/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index f132973fab41..db6479cb9ae5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -245,12 +245,6 @@ dev-python/jaraco-packaging # no upstream activity in years. Removal on 2022-07-02. dev-python/chai -# Sam James (2022-05-30) -# Doesn't support Python 3.10+, maintainer-needed, and out of date. -# Bugs #818847, #845936, #786585. -# Removal on 2022-06-30. -dev-util/dput-ng - # Matt Turner (2022-05-30) # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated. # Bug #848501