summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-09-21 20:04:40 +0000
committerBrian Evans <grknight@gentoo.org>2014-09-21 20:04:40 +0000
commit4480e188041027971307653c4b9c2cef3a92b783 (patch)
tree694167dc29af50d0c2278c7407b4f37afea0ff57 /app-backup
parentarm stable, bug #522436 (diff)
downloadgentoo-2-4480e188041027971307653c4b9c2cef3a92b783.tar.gz
gentoo-2-4480e188041027971307653c4b9c2cef3a92b783.tar.bz2
gentoo-2-4480e188041027971307653c4b9c2cef3a92b783.zip
Revision bump to fix man page installations when PORTAGE_COMPRESS is not bzip2. Thanks to jlec for pointing this out
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/cyphertite/ChangeLog9
-rw-r--r--app-backup/cyphertite/cyphertite-2.0.2-r4.ebuild (renamed from app-backup/cyphertite/cyphertite-2.0.2-r3.ebuild)8
2 files changed, 12 insertions, 5 deletions
diff --git a/app-backup/cyphertite/ChangeLog b/app-backup/cyphertite/ChangeLog
index a7f32f8338d7..3ae3811744df 100644
--- a/app-backup/cyphertite/ChangeLog
+++ b/app-backup/cyphertite/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-backup/cyphertite
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/ChangeLog,v 1.5 2014/07/19 13:09:15 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/ChangeLog,v 1.6 2014/09/21 20:04:40 grknight Exp $
+
+*cyphertite-2.0.2-r4 (21 Sep 2014)
+
+ 21 Sep 2014; Brian Evans <grknight@gentoo.org> +cyphertite-2.0.2-r4.ebuild,
+ -cyphertite-2.0.2-r3.ebuild:
+ Revision bump to fix man page installations when PORTAGE_COMPRESS is not
+ bzip2. Thanks to jlec for pointing this out
*cyphertite-2.0.2-r3 (19 Jul 2014)
diff --git a/app-backup/cyphertite/cyphertite-2.0.2-r3.ebuild b/app-backup/cyphertite/cyphertite-2.0.2-r4.ebuild
index e9d5ca7a2a42..24358423c6bd 100644
--- a/app-backup/cyphertite/cyphertite-2.0.2-r3.ebuild
+++ b/app-backup/cyphertite/cyphertite-2.0.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.2-r3.ebuild,v 1.1 2014/07/19 13:09:15 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.2-r4.ebuild,v 1.1 2014/09/21 20:04:39 grknight Exp $
EAPI=5
@@ -45,7 +45,7 @@ src_install() {
# Fix up broken man symlinks
rm "${D}"usr/share/man/man1/ct*.1 || die
- dosym /usr/share/man/man1/cyphertite.1.bz2 /usr/share/man/man1/ct.1.bz2
- dosym /usr/share/man/man1/cyphertitectl.1.bz2 /usr/share/man/man1/ctctl.1.bz2
- dosym /usr/share/man/man1/cyphertitefb.1.bz2 /usr/share/man/man1/ctfb.1.bz2
+ newman "${D}"usr/share/man/man1/cyphertite.1 ct.1
+ newman "${D}"usr/share/man/man1/cyphertitectl.1 ctctl.1
+ newman "${D}"usr/share/man/man1/cyphertitefb.1 ctfb.1
}