diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-10-22 20:45:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-10-22 20:45:21 +0000 |
commit | ec0924ef8a5f369eac709d48d72fe67c3b83afe8 (patch) | |
tree | 5511d2b66981be1117464d3b6bc5fd19f094c819 /app-text/active-dvi | |
parent | Revbump for git migration. (diff) | |
download | gentoo-2-ec0924ef8a5f369eac709d48d72fe67c3b83afe8.tar.gz gentoo-2-ec0924ef8a5f369eac709d48d72fe67c3b83afe8.tar.bz2 gentoo-2-ec0924ef8a5f369eac709d48d72fe67c3b83afe8.zip |
do not compress .dvi files as they are used by advi and unreadable compressed
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 21017223fd90..a96a0fe9f865 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/active-dvi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.47 2013/10/17 20:54:20 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.48 2013/10/22 20:45:21 aballier Exp $ + + 22 Oct 2013; Alexis Ballier <aballier@gentoo.org> + active-dvi-1.10.2-r1.ebuild: + do not compress .dvi files as they are used by advi and unreadable compressed 17 Oct 2013; Christoph Junghans <ottxor@gentoo.org> active-dvi-1.10.2-r1.ebuild: diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild index 6a54c0eaf7ef..af44a8b2d40b 100644 --- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild +++ b/app-text/active-dvi/active-dvi-1.10.2-r1.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/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild,v 1.2 2013/10/17 20:54:20 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild,v 1.3 2013/10/22 20:45:21 aballier Exp $ EAPI="5" @@ -58,6 +58,10 @@ src_install() { dodoc ${DOCS} export STRIP_MASK="*/bin/advi.byt" + + for i in "${ED}/usr/share/doc/${PF}/"*.dvi ; do + docompress -x /usr/share/doc/${PF}/$(basename $i) + done } pkg_postinst() { |