commit:     2dafcb1dad30ffed38fab8f06b12fb9761ff245b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:26:22 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:26:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2dafcb1d

dev-vcs/hub: 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/hub/hub-9999.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index f92a51c..0e6a05c 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit bash-completion-r1 git-r3 readme.gentoo
+inherit bash-completion-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
 HOMEPAGE="http://defunkt.io/hub/";
@@ -52,3 +52,7 @@ src_install() {
        insinto /usr/share/zsh/site-functions
        newins etc/hub.zsh_completion ${PN}
 }
+
+pkg_postinst() {
+       readme.gentoo_print_elog
+}

Reply via email to