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 0FBF0138350 for ; Fri, 24 Apr 2020 09:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FFB4E0BDF; Fri, 24 Apr 2020 09:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B215E0BD8 for ; Fri, 24 Apr 2020 09:03:34 +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 7856C34F2AE for ; Fri, 24 Apr 2020 09:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805FC1FB for ; Fri, 24 Apr 2020 09:03:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587719005.178245b76b4c736fd0cd1e52a8e826a7b47fc832.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoolkit/gentoolkit-0.5.0.ebuild app-portage/gentoolkit/gentoolkit-9999.ebuild X-VCS-Directories: app-portage/gentoolkit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 178245b76b4c736fd0cd1e52a8e826a7b47fc832 X-VCS-Branch: master Date: Fri, 24 Apr 2020 09:03:30 +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: a2ae9581-2e37-4737-8ad0-1948e33dd95f X-Archives-Hash: 3253061b4ec39cf1047f8ed619449dc9 commit: 178245b76b4c736fd0cd1e52a8e826a7b47fc832 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 24 08:54:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 24 09:03:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178245b7 app-portage/gentoolkit: Enable tests Signed-off-by: Michał Górny gentoo.org> app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 6 ++---- app-portage/gentoolkit/gentoolkit-9999.ebuild | 9 ++++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild index 34ae357f65d..fff875e880e 100644 --- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild @@ -25,6 +25,8 @@ RDEPEND="${DEPEND} sys-apps/gawk sys-apps/gentoo-functions" +distutils_enable_tests setup.py + python_prepare_all() { python_setup echo VERSION="${PVR}" "${PYTHON}" setup.py set_version @@ -32,10 +34,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_install_all() { - distutils-r1_python_install_all -} - pkg_preinst() { if has_version "<${CATEGORY}/${PN}-0.4.0"; then SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 1bb4f4cc13d..39237afdc31 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -20,11 +20,14 @@ IUSE="" KEYWORDS="" -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +DEPEND=" + sys-apps/portage[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} sys-apps/gawk sys-apps/gentoo-functions" +distutils_enable_tests setup.py + python_prepare_all() { python_setup echo VERSION="${PVR}" "${PYTHON}" setup.py set_version @@ -32,10 +35,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_install_all() { - distutils-r1_python_install_all -} - pkg_preinst() { if has_version "<${CATEGORY}/${PN}-0.4.0"; then SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1