Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dvipdfmx: ChangeLog dvipdfmx-20071115.ebuild
Date: Mon, 03 Dec 2007 20:51:16
Message-Id: E1IzIFy-0000jo-Me@stork.gentoo.org
1 aballier 07/12/03 20:51:10
2
3 Modified: ChangeLog
4 Added: dvipdfmx-20071115.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.34 app-text/dvipdfmx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipdfmx/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipdfmx/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipdfmx/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 23 Jun 2007 19:17:48 -0000 1.33
23 +++ ChangeLog 3 Dec 2007 20:51:10 -0000 1.34
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/dvipdfmx
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.33 2007/06/23 19:17:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.34 2007/12/03 20:51:10 aballier Exp $
29 +
30 +*dvipdfmx-20071115 (03 Dec 2007)
31 +
32 + 03 Dec 2007; Alexis Ballier <aballier@g.o>
33 + +dvipdfmx-20071115.ebuild:
34 + version bump
35
36 23 Jun 2007; Raúl Porcel <armin76@g.o> dvipdfmx-20050831.ebuild:
37 alpha stable wrt #170299
38
39
40
41 1.1 app-text/dvipdfmx/dvipdfmx-20071115.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20071115.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20071115.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dvipdfmx-20071115.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20071115.ebuild,v 1.1 2007/12/03 20:51:10 aballier Exp $
51
52 inherit eutils
53
54 IUSE=""
55
56 DESCRIPTION="DVI to PDF translator with multi-byte character support"
57 HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/"
58 SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/current/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
63
64 RDEPEND="virtual/tex-base
65 virtual/ghostscript
66 >=media-libs/libpng-1.2.1
67 >=sys-libs/zlib-1.1.4
68 app-text/libpaper
69 !<app-text/texlive-core-2007-r10"
70 DEPEND="${RDEPEND}
71 >=sys-apps/sed-4"
72
73 has_tetex_3() {
74 if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' || has_version '>=app-text/texlive-core-2007' ; then
75 true
76 else
77 false
78 fi
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die
83
84 dodoc AUTHORS ChangeLog README TODO
85 }
86
87 pkg_postinst() {
88 if [ "$ROOT" = "/" ] ; then
89 has_tetex_3 && texmf-update || mktexlsr
90 fi
91 }
92
93 pkg_postrm() {
94 if [ "$ROOT" = "/" ] ; then
95 has_tetex_3 && texmf-update || mktexlsr
96 fi
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list