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 C509758973 for ; Thu, 11 Feb 2016 08:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FD121C051; Thu, 11 Feb 2016 08:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7801C21C051 for ; Thu, 11 Feb 2016 08:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FCB4340B0B for ; Thu, 11 Feb 2016 08:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698C41074 for ; Thu, 11 Feb 2016 08:33:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455179545.19dc22bf24e6aaf416cfb84b71322237e6a846ed.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/git-cola/git-cola-9999.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 19dc22bf24e6aaf416cfb84b71322237e6a846ed X-VCS-Branch: master Date: Thu, 11 Feb 2016 08:33: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-Archives-Salt: 3b368256-f944-47a9-b171-df68d167de6f X-Archives-Hash: 94fe140914c35b964e766709eecdbfa2 commit: 19dc22bf24e6aaf416cfb84b71322237e6a846ed Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 11 08:32:25 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 11 08:32:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=19dc22bf dev-vcs/git-cola: Move to nextgen readme.gentoo eclass * Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-vcs/git-cola/git-cola-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild index 4492662..e162a18 100644 --- a/dev-vcs/git-cola/git-cola-9999.ebuild +++ b/dev-vcs/git-cola/git-cola-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) DISTUTILS_SINGLE_IMPL=true -inherit distutils-r1 git-r3 readme.gentoo virtualx +inherit distutils-r1 git-r3 readme.gentoo-r1 virtualx DESCRIPTION="The highly caffeinated git GUI" HOMEPAGE="http://git-cola.github.io/" @@ -74,10 +74,6 @@ python_test() { --exclude=sphinxtogithub } -src_install() { - distutils-r1_src_install -} - python_install_all() { cd share/doc/${PN}/ || die emake \ @@ -94,3 +90,7 @@ python_install_all() { distutils-r1_python_install_all readme.gentoo_create_doc } + +pkg_postinst() { + readme.gentoo_print_elog +}