* [gentoo-commits] gentoo-x86 commit in app-office/texmacs: texmacs-1.0.7.8.ebuild texmacs-1.0.7.2.ebuild ChangeLog texmacs-1.0.7.9.ebuild
@ 2011-03-07 12:57 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-03-07 12:57 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/07 12:57:33
Modified: texmacs-1.0.7.8.ebuild texmacs-1.0.7.2.ebuild
ChangeLog texmacs-1.0.7.9.ebuild
Log:
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.2 app-office/texmacs/texmacs-1.0.7.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild?r1=1.1&r2=1.2
Index: texmacs-1.0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texmacs-1.0.7.8.ebuild 29 Nov 2010 04:55:37 -0000 1.1
+++ texmacs-1.0.7.8.ebuild 7 Mar 2011 12:57:33 -0000 1.2
@@ -1,21 +1,23 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild,v 1.1 2010/11/29 04:55:37 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.8.ebuild,v 1.2 2011/03/07 12:57:33 jlec Exp $
EAPI=2
inherit autotools
MY_P=${P/tex/TeX}-src
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="
+ ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
-HOMEPAGE="http://www.texmacs.org/"
LICENSE="GPL-3"
SLOT="0"
IUSE="imlib jpeg netpbm -qt4 svg spell"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-RDEPEND="dev-scheme/guile[deprecated]
+RDEPEND="
+ dev-scheme/guile[deprecated]
virtual/latex-base
app-text/ghostscript-gpl
media-libs/freetype
@@ -24,10 +26,9 @@
qt4? ( x11-libs/qt-gui:4 )
imlib? ( media-libs/imlib2 )
jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
- svg? ( || ( media-gfx/inkscape gnome-base/librsvg ) )
+ svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
netpbm? ( media-libs/netpbm )
spell? ( || ( >=app-text/ispell-3.2 >=app-text/aspell-0.5 ) )"
-
DEPEND="${RDEPEND}
x11-proto/xproto"
1.9 app-office/texmacs/texmacs-1.0.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild?r1=1.8&r2=1.9
Index: texmacs-1.0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texmacs-1.0.7.2.ebuild 31 Oct 2010 05:15:44 -0000 1.8
+++ texmacs-1.0.7.2.ebuild 7 Mar 2011 12:57:33 -0000 1.9
@@ -1,21 +1,23 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild,v 1.8 2010/10/31 05:15:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild,v 1.9 2011/03/07 12:57:33 jlec Exp $
EAPI=2
inherit autotools
MY_P=${P/tex/TeX}-src
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="
+ ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
-HOMEPAGE="http://www.texmacs.org/"
LICENSE="GPL-3"
SLOT="0"
IUSE="imlib jpeg netpbm svg spell"
KEYWORDS="alpha amd64 ppc sparc x86"
-RDEPEND="dev-scheme/guile[deprecated]
+RDEPEND="
+ dev-scheme/guile[deprecated]
virtual/latex-base
app-text/ghostscript-gpl
media-libs/freetype
@@ -23,10 +25,9 @@
x11-apps/xmodmap
imlib? ( media-libs/imlib2 )
jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
- svg? ( || ( media-gfx/inkscape gnome-base/librsvg ) )
+ svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
netpbm? ( media-libs/netpbm )
spell? ( || ( >=app-text/ispell-3.2 >=app-text/aspell-0.5 ) )"
-
DEPEND="${RDEPEND}
x11-proto/xproto"
1.89 app-office/texmacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 21 Dec 2010 07:48:15 -0000 1.88
+++ ChangeLog 7 Mar 2011 12:57:33 -0000 1.89
@@ -1,6 +1,10 @@
# ChangeLog for app-office/texmacs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.88 2010/12/21 07:48:15 grozin Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.89 2011/03/07 12:57:33 jlec Exp $
+
+ 07 Mar 2011; Justin Lecher <jlec@gentoo.org> texmacs-1.0.7.2.ebuild,
+ texmacs-1.0.7.8.ebuild, texmacs-1.0.7.9.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*texmacs-1.0.7.9 (21 Dec 2010)
1.2 app-office/texmacs/texmacs-1.0.7.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild?r1=1.1&r2=1.2
Index: texmacs-1.0.7.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texmacs-1.0.7.9.ebuild 21 Dec 2010 07:48:16 -0000 1.1
+++ texmacs-1.0.7.9.ebuild 7 Mar 2011 12:57:33 -0000 1.2
@@ -1,21 +1,23 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild,v 1.1 2010/12/21 07:48:16 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.9.ebuild,v 1.2 2011/03/07 12:57:33 jlec Exp $
EAPI=2
inherit autotools
MY_P=${P/tex/TeX}-src
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="
+ ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
-HOMEPAGE="http://www.texmacs.org/"
LICENSE="GPL-3"
SLOT="0"
IUSE="imlib jpeg netpbm -qt4 svg spell"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-RDEPEND="dev-scheme/guile[deprecated]
+RDEPEND="
+ dev-scheme/guile[deprecated]
virtual/latex-base
app-text/ghostscript-gpl
media-libs/freetype
@@ -24,10 +26,9 @@
qt4? ( x11-libs/qt-gui:4 )
imlib? ( media-libs/imlib2 )
jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
- svg? ( || ( media-gfx/inkscape gnome-base/librsvg ) )
+ svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
netpbm? ( media-libs/netpbm )
spell? ( || ( >=app-text/ispell-3.2 >=app-text/aspell-0.5 ) )"
-
DEPEND="${RDEPEND}
x11-proto/xproto"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-07 12:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 12:57 [gentoo-commits] gentoo-x86 commit in app-office/texmacs: texmacs-1.0.7.8.ebuild texmacs-1.0.7.2.ebuild ChangeLog texmacs-1.0.7.9.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox