Version bump
authorAndrey Grozin <grozin@gentoo.org>
Wed, 19 Oct 2011 07:57:29 +0000 (07:57 +0000)
committerAndrey Grozin <grozin@gentoo.org>
Wed, 19 Oct 2011 07:57:29 +0000 (07:57 +0000)
Package-Manager: portage-2.2.0_alpha69/cvs/Linux i686

app-office/texmacs/ChangeLog
app-office/texmacs/texmacs-1.0.7.14.ebuild [moved from app-office/texmacs/texmacs-1.0.7.12.ebuild with 67% similarity]

index 736cca6a9b92703c31f460ce86424cdcd92d7e75..77853277ca626824dadf55b884afee768e24b8a6 100644 (file)
@@ -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)
 
similarity index 67%
rename from app-office/texmacs/texmacs-1.0.7.12.ebuild
rename to app-office/texmacs/texmacs-1.0.7.14.ebuild
index 36799fc7a51377b0ecce79ea485cfd8926e3491a..e58a82df0bc7fcfc23545f3191fcbc88e29b8ce2 100644 (file)
@@ -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
 }