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 7D82958974 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 7504521C011; Thu, 11 Feb 2016 08:33:34 +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 C181A21C011 for ; Thu, 11 Feb 2016 08:33:33 +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 D7768340BB0 for ; Thu, 11 Feb 2016 08:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4545D8E1 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: <1455179182.2dafcb1dad30ffed38fab8f06b12fb9761ff245b.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/hub/hub-9999.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2dafcb1dad30ffed38fab8f06b12fb9761ff245b 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: 78a73853-21fa-41c2-bd70-a1433af7667d X-Archives-Hash: 1ff8dcbeda16357bef40901bd78f4c06 commit: 2dafcb1dad30ffed38fab8f06b12fb9761ff245b Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 11 08:26:22 2016 +0000 Commit: Justin Lecher gentoo 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 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 +}