diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-15 07:54:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-15 07:54:53 +0000 |
commit | b49812101b8ef54d323bcb5d0bc8cc310e7f8fde (patch) | |
tree | a8e42cdaae590838216df1927b54385e0ad6befa /sys-auth/otpcalc | |
parent | Drop old versions (diff) | |
download | gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.tar.gz gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.tar.bz2 gentoo-2-b49812101b8ef54d323bcb5d0bc8cc310e7f8fde.zip |
Install otpcalc.1 man page redirection.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-auth/otpcalc')
-rw-r--r-- | sys-auth/otpcalc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-auth/otpcalc/ChangeLog b/sys-auth/otpcalc/ChangeLog index 8cc1dfd01352..16d01f47b356 100644 --- a/sys-auth/otpcalc/ChangeLog +++ b/sys-auth/otpcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/otpcalc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.27 2013/01/23 20:29:15 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.28 2013/05/15 07:54:53 ulm Exp $ + + 15 May 2013; Ulrich Müller <ulm@gentoo.org> otpcalc-0.97-r6.ebuild: + Install otpcalc.1 man page redirection. 23 Jan 2013; Ulrich Müller <ulm@gentoo.org> -otpcalc-0.97-r5.ebuild: Remove old. diff --git a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild index b42094335338..8232a8b63dad 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.8 2013/01/22 17:32:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.9 2013/05/15 07:54:53 ulm Exp $ EAPI=5 @@ -48,6 +48,7 @@ src_install() { dobin otpCalc dosym otpCalc /usr/bin/otpcalc newman otpCalc.man otpCalc.1 + newman - otpcalc.1 <<<".so man1/otpCalc.1" domenu "${FILESDIR}/${PN}.desktop" dodoc BUGS ChangeLog TODO } |