diff options
author | Alex Alexander <wired@gentoo.org> | 2010-06-21 18:57:41 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-06-21 18:57:41 +0000 |
commit | 428369b7b40d1b8f3f6eef6a61b7e945d97e1733 (patch) | |
tree | 04de0e56fbef18e3958ff9b0bcbc66bb28a8a2e0 /net-misc/googlecl | |
parent | Revision bump with upstream bugfixes that will allow us to re-enable mail sup... (diff) | |
download | gentoo-2-428369b7b40d1b8f3f6eef6a61b7e945d97e1733.tar.gz gentoo-2-428369b7b40d1b8f3f6eef6a61b7e945d97e1733.tar.bz2 gentoo-2-428369b7b40d1b8f3f6eef6a61b7e945d97e1733.zip |
googlecl: install manpage - bug #324629 comment #9 - thanks to Nao Nakashima
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/googlecl')
-rw-r--r-- | net-misc/googlecl/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/googlecl/googlecl-0.9.7-r1.ebuild (renamed from net-misc/googlecl/googlecl-0.9.7.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/googlecl/ChangeLog b/net-misc/googlecl/ChangeLog index 55e73805f2ab..d107f3b1854e 100644 --- a/net-misc/googlecl/ChangeLog +++ b/net-misc/googlecl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/googlecl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.1 2010/06/20 13:50:14 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.2 2010/06/21 18:57:41 wired Exp $ + +*googlecl-0.9.7-r1 (21 Jun 2010) + + 21 Jun 2010; Alex Alexander <wired@gentoo.org> -googlecl-0.9.7.ebuild, + +googlecl-0.9.7-r1.ebuild: + install manpage - bug #324629 comment #9 - thanks to Nao Nakashima *googlecl-0.9.7 (20 Jun 2010) diff --git a/net-misc/googlecl/googlecl-0.9.7.ebuild b/net-misc/googlecl/googlecl-0.9.7-r1.ebuild index 14d49d64076b..ba44e7178886 100644 --- a/net-misc/googlecl/googlecl-0.9.7.ebuild +++ b/net-misc/googlecl/googlecl-0.9.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/googlecl-0.9.7.ebuild,v 1.1 2010/06/20 13:50:14 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/googlecl-0.9.7-r1.ebuild,v 1.1 2010/06/21 18:57:41 wired Exp $ EAPI=3 PYTHON_DEPEND="2:2.5:2.6" @@ -29,4 +29,5 @@ src_install() { distutils_src_install dodoc changelog || die "dodoc failed" + doman man/*.1 || die "doman failed" } |