diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-10-19 07:57:29 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-10-19 07:57:29 +0000 |
commit | 2280e2b1ae11bc43e353b9030b1dc22d46ca11d3 (patch) | |
tree | eaefa529b5aaac93df84e99ce9a8494097be853d /app-office/texmacs | |
parent | Proper blocker. Wrt. #387605. (diff) | |
download | historical-2280e2b1ae11bc43e353b9030b1dc22d46ca11d3.tar.gz historical-2280e2b1ae11bc43e353b9030b1dc22d46ca11d3.tar.bz2 historical-2280e2b1ae11bc43e353b9030b1dc22d46ca11d3.zip |
Version bump
Package-Manager: portage-2.2.0_alpha69/cvs/Linux i686
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.14.ebuild (renamed from app-office/texmacs/texmacs-1.0.7.12.ebuild) | 21 |
2 files changed, 13 insertions, 16 deletions
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 <grozin@gentoo.org> -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.14.ebuild index 36799fc7a513..e58a82df0bc7 100644 --- a/app-office/texmacs/texmacs-1.0.7.12.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.14.ebuild @@ -1,15 +1,13 @@ # 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 +# $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 - ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -37,9 +35,6 @@ 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 } @@ -50,11 +45,7 @@ src_configure() { } 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" + emake DESTDIR="${D}" install + dodoc TODO + domenu "${FILESDIR}"/TeXmacs.desktop } |