summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/active-dvi/ChangeLog6
-rw-r--r--app-text/active-dvi/active-dvi-1.10.2-r1.ebuild6
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() {