summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-07 12:57:33 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-07 12:57:33 +0000
commit2220e19eb58ba2bfa339212a358967426d2aa69f (patch)
tree4f87f0f8aaee09be9c6c6d1232d964ceee9083e1 /app-office/texmacs
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-2220e19eb58ba2bfa339212a358967426d2aa69f.tar.gz
gentoo-2-2220e19eb58ba2bfa339212a358967426d2aa69f.tar.bz2
gentoo-2-2220e19eb58ba2bfa339212a358967426d2aa69f.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog8
-rw-r--r--app-office/texmacs/texmacs-1.0.7.2.ebuild17
-rw-r--r--app-office/texmacs/texmacs-1.0.7.8.ebuild17
-rw-r--r--app-office/texmacs/texmacs-1.0.7.9.ebuild17
4 files changed, 33 insertions, 26 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index d524ec53034a..7634252e7137 100644
--- a/app-office/texmacs/ChangeLog
+++ b/app-office/texmacs/ChangeLog
@@ -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)
diff --git a/app-office/texmacs/texmacs-1.0.7.2.ebuild b/app-office/texmacs/texmacs-1.0.7.2.ebuild
index 59ee0f0d10b1..dc2f13551718 100644
--- a/app-office/texmacs/texmacs-1.0.7.2.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.2.ebuild
@@ -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 @@ RDEPEND="dev-scheme/guile[deprecated]
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"
diff --git a/app-office/texmacs/texmacs-1.0.7.8.ebuild b/app-office/texmacs/texmacs-1.0.7.8.ebuild
index 7d46fda09283..8c55c3bfaf1f 100644
--- a/app-office/texmacs/texmacs-1.0.7.8.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.8.ebuild
@@ -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 @@ RDEPEND="dev-scheme/guile[deprecated]
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"
diff --git a/app-office/texmacs/texmacs-1.0.7.9.ebuild b/app-office/texmacs/texmacs-1.0.7.9.ebuild
index ad12fc843d75..2ab96e542847 100644
--- a/app-office/texmacs/texmacs-1.0.7.9.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.9.ebuild
@@ -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 @@ RDEPEND="dev-scheme/guile[deprecated]
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"