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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A37AF138334 for ; Fri, 13 Dec 2019 20:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B574E0950; Fri, 13 Dec 2019 20:45:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAC9EE094E for ; Fri, 13 Dec 2019 20:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED98734D95F for ; Fri, 13 Dec 2019 20:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1999F904 for ; Fri, 13 Dec 2019 20:45:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1576269900.0f3d5a85be568428a5224a1e436f4addbf6765ea.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spec-cleaner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spec-cleaner/Manifest dev-util/spec-cleaner/spec-cleaner-1.0.6.ebuild X-VCS-Directories: dev-util/spec-cleaner/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0f3d5a85be568428a5224a1e436f4addbf6765ea X-VCS-Branch: master Date: Fri, 13 Dec 2019 20:45:18 +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: 92f7e33d-fe7e-4db5-8fe9-55d10b1b3d3d X-Archives-Hash: e7432d949e5667b4229077762416c17f commit: 0f3d5a85be568428a5224a1e436f4addbf6765ea Author: David Seifert gentoo org> AuthorDate: Fri Dec 13 20:45:00 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 13 20:45:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3d5a85 dev-util/spec-cleaner: Remove old Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-util/spec-cleaner/Manifest | 1 - dev-util/spec-cleaner/spec-cleaner-1.0.6.ebuild | 49 ------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-util/spec-cleaner/Manifest b/dev-util/spec-cleaner/Manifest index af6a1df9727..bc30ac4e2f2 100644 --- a/dev-util/spec-cleaner/Manifest +++ b/dev-util/spec-cleaner/Manifest @@ -1,2 +1 @@ -DIST spec-cleaner-1.0.6.tar.gz 450602 BLAKE2B acd298421f2c119e24dc52cf63e149194d5baa1282f9aef902e2ccaf51de040f5817641b4077f209656f715ea6ceb19bf55b8661c32cd24f461c58f9126d9e19 SHA512 a27b5dc7fdb02ca5c632faa5b6a2b71d6db3e9f97950f20c15b14584fa240ff7b69dc981ca67f4fcb6af207dff28a8267447ad0eb918e06ce2294436892e0eef DIST spec-cleaner-1.0.7.tar.gz 450429 BLAKE2B 7ec57076f13c526ca10524a3852a26ddee4581137357dd593312cc1b55d908311c9146ac2b9c0a5f0ea491a2e1cec8b8a3e5dba25467881f656d43872bd69f5f SHA512 705fc3b9d5b927a64bd19bbf6c826464e40ec6b3cc97cd032417f8e4debac721c7e5f0c99e02fafbb5ce3454424a8b398a7827779b0a308549955ecac33d39c7 diff --git a/dev-util/spec-cleaner/spec-cleaner-1.0.6.ebuild b/dev-util/spec-cleaner/spec-cleaner-1.0.6.ebuild deleted file mode 100644 index d10272a1dc5..00000000000 --- a/dev-util/spec-cleaner/spec-cleaner-1.0.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_5 ) -EGIT_REPO_URI="https://github.com/openSUSE/spec-cleaner.git" -inherit distutils-r1 -[[ ${PV} == 9999 ]] && inherit git-r3 - -DESCRIPTION="SUSE spec file cleaner and formatter" -HOMEPAGE="https://github.com/openSUSE/spec-cleaner" -[[ ${PV} != 9999 ]] && SRC_URI="https://github.com/openSUSE/${PN}/archive/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -[[ ${PV} != 9999 ]] && -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - ${PYTHON_DEPS} - >=app-arch/rpm-4.11.0.1 -" - -PATCHES=( - # pytest-runner is only needed in test scenario - "${FILESDIR}/${PN}-1.0.6-pytest-runner.patch" -) - -[[ ${PV} != 9999 ]] && S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - # we have libexec - sed -i \ - -e 's:lib/obs:libexec/obs:g' \ - setup.py || die - distutils-r1_src_prepare -} - -python_test() { - esetup.py test -}