Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs: texmacs-1.0.7.2-r1.ebuild ChangeLog texmacs-1.0.7.15-r1.ebuild texmacs-1.0.7.15.ebuild texmacs-1.0.7.14.ebuild
Date: Wed, 02 May 2012 16:21:06
Message-Id: 20120502162053.ABB752004C@flycatcher.gentoo.org
1 grozin 12/05/02 16:20:53
2
3 Modified: texmacs-1.0.7.2-r1.ebuild ChangeLog
4 Added: texmacs-1.0.7.15-r1.ebuild
5 Removed: texmacs-1.0.7.15.ebuild texmacs-1.0.7.14.ebuild
6 Log:
7 Remove dependency on ispell closing #413363. Fixed an annoying typo in tm-file.scm in 1.0.7.15.
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
10
11 Revision Changes Path
12 1.9 app-office/texmacs/texmacs-1.0.7.2-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild?r1=1.8&r2=1.9
17
18 Index: texmacs-1.0.7.2-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- texmacs-1.0.7.2-r1.ebuild 2 Apr 2011 15:46:11 -0000 1.8
25 +++ texmacs-1.0.7.2-r1.ebuild 2 May 2012 16:20:53 -0000 1.9
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild,v 1.8 2011/04/02 15:46:11 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild,v 1.9 2012/05/02 16:20:53 grozin Exp $
32 EAPI=2
33 inherit autotools
34 MY_P=${P/tex/TeX}-src
35 @@ -27,7 +27,7 @@
36 jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
37 svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
38 netpbm? ( media-libs/netpbm )
39 - spell? ( || ( >=app-text/ispell-3.2 >=app-text/aspell-0.5 ) )"
40 + spell? ( app-text/aspell )"
41 DEPEND="${RDEPEND}
42 x11-proto/xproto"
43
44
45
46
47 1.102 app-office/texmacs/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.102&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.102&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.101&r2=1.102
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
56 retrieving revision 1.101
57 retrieving revision 1.102
58 diff -u -r1.101 -r1.102
59 --- ChangeLog 24 Apr 2012 13:21:45 -0000 1.101
60 +++ ChangeLog 2 May 2012 16:20:53 -0000 1.102
61 @@ -1,6 +1,14 @@
62 # ChangeLog for app-office/texmacs
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.101 2012/04/24 13:21:45 scarabeus Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.102 2012/05/02 16:20:53 grozin Exp $
66 +
67 +*texmacs-1.0.7.15-r1 (02 May 2012)
68 +
69 + 02 May 2012; Andrey Grozin <grozin@g.o> texmacs-1.0.7.2-r1.ebuild,
70 + -texmacs-1.0.7.14.ebuild, -texmacs-1.0.7.15.ebuild,
71 + +texmacs-1.0.7.15-r1.ebuild, +files/texmacs-1.0.7.15-tm-files.patch:
72 + Remove dependency on ispell closing #413363. Fixed an annoying typo in
73 + tm-file.scm in 1.0.7.15.
74
75 24 Apr 2012; Tomáš Chvátal <scarabeus@g.o> texmacs-1.0.7.15.ebuild:
76 Slight whitespace.
77
78
79
80 1.1 app-office/texmacs/texmacs-1.0.7.15-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: texmacs-1.0.7.15-r1.ebuild
86 ===================================================================
87 # Copyright 1999-2012 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild,v 1.1 2012/05/02 16:20:53 grozin Exp $
90
91 EAPI=4
92
93 inherit autotools
94
95 MY_P=${P/tex/TeX}-src
96
97 DESCRIPTION="Wysiwyg text processor with high-quality maths"
98 HOMEPAGE="http://www.texmacs.org/"
99 SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
100
101 LICENSE="GPL-3"
102 SLOT="0"
103 IUSE="imlib jpeg netpbm qt4 svg spell"
104 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
105
106 RDEPEND="dev-scheme/guile[deprecated]
107 virtual/latex-base
108 app-text/ghostscript-gpl
109 media-libs/freetype
110 x11-libs/libXext
111 x11-apps/xmodmap
112 qt4? ( x11-libs/qt-gui:4 )
113 imlib? ( media-libs/imlib2 )
114 jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
115 svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
116 netpbm? ( media-libs/netpbm )
117 spell? ( app-text/aspell )"
118 DEPEND="${RDEPEND}
119 x11-proto/xproto"
120
121 S="${WORKDIR}/${MY_P}"
122
123 src_prepare() {
124 # respect LDFLAGS, bug #338459
125 epatch "${FILESDIR}"/${PN}-ldflags.patch
126 # fix a typo in tm-files.scm
127 epatch "${FILESDIR}"/${P}-tm-files.patch
128
129 eautoreconf
130 }
131
132 src_configure() {
133 econf \
134 $(use_with imlib imlib2) \
135 --enable-optimize="${CXXFLAGS}" \
136 $(use_enable qt4 qt)
137 }
138
139 src_install() {
140 default
141 domenu "${FILESDIR}"/TeXmacs.desktop
142 }