commit: 19dc22bf24e6aaf416cfb84b71322237e6a846ed
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:32:25 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
+}