From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 332DD59CAF for ; Fri, 8 Apr 2016 18:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF6421C00C; Fri, 8 Apr 2016 18:37:18 +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 91ACE21C00C for ; Fri, 8 Apr 2016 18:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D49B1340D2F for ; Fri, 8 Apr 2016 18:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F057201 for ; Fri, 8 Apr 2016 18:37:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460140609.4c53de89ad81e533dddcc95f986a264b93c8835b.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/grantlee/grantlee-5.0.0.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4c53de89ad81e533dddcc95f986a264b93c8835b X-VCS-Branch: master Date: Fri, 8 Apr 2016 18:37:13 +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: fc679215-3e9f-4ad4-b8e1-2e035e589129 X-Archives-Hash: 772a074ad50d09f5de32441b597bba22 commit: 4c53de89ad81e533dddcc95f986a264b93c8835b Author: Johannes Huber gentoo org> AuthorDate: Fri Apr 8 18:36:49 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Apr 8 18:36:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c53de89 dev-libs/grantlee: EAPI 6, update HOMEPAGE Package-Manager: portage-2.2.28 dev-libs/grantlee/grantlee-5.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/grantlee/grantlee-5.0.0.ebuild b/dev-libs/grantlee/grantlee-5.0.0.ebuild index b72ac4e..8813e0f 100644 --- a/dev-libs/grantlee/grantlee-5.0.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.0.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx DESCRIPTION="C++ string template engine based on the Django template system" -HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home" +HOMEPAGE="https://github.com/steveire/grantlee" SRC_URI="http://downloads.grantlee.org/${P}.tar.gz" LICENSE="LGPL-2.1" @@ -48,7 +48,7 @@ src_compile() { } src_test() { - VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake + virtx cmake-utils_src_test } src_install() {