From 4f8fbf344012186bbedfd0b957bc7cc44e41116c Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Wed, 19 Oct 2011 07:57:29 +0000 Subject: Version bump (Portage version: 2.2.0_alpha69/cvs/Linux i686) --- app-office/texmacs/ChangeLog | 8 +++- app-office/texmacs/texmacs-1.0.7.12.ebuild | 60 ------------------------------ app-office/texmacs/texmacs-1.0.7.14.ebuild | 51 +++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 61 deletions(-) delete mode 100644 app-office/texmacs/texmacs-1.0.7.12.ebuild create mode 100644 app-office/texmacs/texmacs-1.0.7.14.ebuild diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 736cca6a9b92..77853277ca62 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/texmacs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.98 2011/09/22 08:25:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.99 2011/10/19 07:57:29 grozin Exp $ + +*texmacs-1.0.7.14 (19 Oct 2011) + + 19 Oct 2011; Andrey Grozin -texmacs-1.0.7.12.ebuild, + +texmacs-1.0.7.14.ebuild: + Version bump *texmacs-1.0.7.13 (22 Sep 2011) diff --git a/app-office/texmacs/texmacs-1.0.7.12.ebuild b/app-office/texmacs/texmacs-1.0.7.12.ebuild deleted file mode 100644 index 36799fc7a513..000000000000 --- a/app-office/texmacs/texmacs-1.0.7.12.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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.12.ebuild,v 1.1 2011/09/08 14:48:19 grozin Exp $ -EAPI=2 -inherit autotools -MY_P=${P/tex/TeX}-src - -DESCRIPTION="Wysiwyg text processor with high-quality maths" -HOMEPAGE="http://www.texmacs.org/" -SRC_URI=" - ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz - ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz" - -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] - virtual/latex-base - app-text/ghostscript-gpl - media-libs/freetype - x11-libs/libXext - x11-apps/xmodmap - qt4? ( x11-libs/qt-gui:4 ) - imlib? ( media-libs/imlib2 ) - jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) - 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" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # respect LDFLAGS, bug #338459 - epatch "${FILESDIR}"/${PN}-ldflags.patch - - # fix LD_LIBRARY_PATH in tm_mupad_help, bug #337532 - epatch "${FILESDIR}"/${PN}-mupad.patch - - eautoreconf -} - -src_configure() { - econf $(use_with imlib imlib2) \ - --enable-optimize="${CXXFLAGS}" \ - $(use_enable qt4 qt) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO || die "dodoc failed" - domenu "${FILESDIR}"/TeXmacs.desktop || die "domenu failed" - - # now install the fonts - insinto /usr/share/texmf - doins -r "${WORKDIR}/fonts" || die "installing fonts failed" -} diff --git a/app-office/texmacs/texmacs-1.0.7.14.ebuild b/app-office/texmacs/texmacs-1.0.7.14.ebuild new file mode 100644 index 000000000000..e58a82df0bc7 --- /dev/null +++ b/app-office/texmacs/texmacs-1.0.7.14.ebuild @@ -0,0 +1,51 @@ +# 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.14.ebuild,v 1.1 2011/10/19 07:57:29 grozin Exp $ +EAPI=4 +inherit autotools +MY_P=${P/tex/TeX}-src + +DESCRIPTION="Wysiwyg text processor with high-quality maths" +HOMEPAGE="http://www.texmacs.org/" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" + +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] + virtual/latex-base + app-text/ghostscript-gpl + media-libs/freetype + x11-libs/libXext + x11-apps/xmodmap + qt4? ( x11-libs/qt-gui:4 ) + imlib? ( media-libs/imlib2 ) + jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) + 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" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + # respect LDFLAGS, bug #338459 + epatch "${FILESDIR}"/${PN}-ldflags.patch + + eautoreconf +} + +src_configure() { + econf $(use_with imlib imlib2) \ + --enable-optimize="${CXXFLAGS}" \ + $(use_enable qt4 qt) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc TODO + domenu "${FILESDIR}"/TeXmacs.desktop +} -- cgit v1.2.3-65-gdbad