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 94BC31395E3 for ; Tue, 6 Dec 2016 19:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC8021C1BF; Tue, 6 Dec 2016 19:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B4F721C1BF for ; Tue, 6 Dec 2016 19:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A6BC341117 for ; Tue, 6 Dec 2016 19:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10A3492 for ; Tue, 6 Dec 2016 19:20:37 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1481052031.9d6ec57bc67d7711e298340ca1f2cad79103025f.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/uncrustify/uncrustify-9999.ebuild X-VCS-Directories: dev-util/uncrustify/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9d6ec57bc67d7711e298340ca1f2cad79103025f X-VCS-Branch: master Date: Tue, 6 Dec 2016 19:20:37 +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-Archives-Salt: 99575037-78d8-4a45-abde-021c23a6c0c4 X-Archives-Hash: dba76eaa88067934ef21f98a6703a939 commit: 9d6ec57bc67d7711e298340ca1f2cad79103025f Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 6 19:13:19 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 6 19:20:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6ec57b dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448 Package-Manager: portage-2.3.0 dev-util/uncrustify/uncrustify-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild index c636825..85c17ea 100644 --- a/dev-util/uncrustify/uncrustify-9999.ebuild +++ b/dev-util/uncrustify/uncrustify-9999.ebuild @@ -16,7 +16,7 @@ else S=${WORKDIR}/${PN}-${P} fi -inherit autotools ${scm_eclass} +inherit cmake-utils ${scm_eclass} PYTHON_COMPAT=( python2_7 ) @@ -31,11 +31,6 @@ IUSE="test" DEPEND="test? ( ${PYTHON_DEPS} )" -src_prepare() { - eautoreconf - default -} - python_test() { cd tests ${EPYTHON} run_tests.py || die "tests failed"