summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-09-22 08:25:22 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-09-22 08:25:22 +0000
commit08766cbf5f150e1ca6765c541b41898de1a77fa4 (patch)
treebf8f93745af37ecd8e16468b5b3d7597dfa3568c /app-office/texmacs
parentOutput actual directory in einfo message. (diff)
downloadgentoo-2-08766cbf5f150e1ca6765c541b41898de1a77fa4.tar.gz
gentoo-2-08766cbf5f150e1ca6765c541b41898de1a77fa4.tar.bz2
gentoo-2-08766cbf5f150e1ca6765c541b41898de1a77fa4.zip
Version bump
(Portage version: 2.2.0_alpha59/cvs/Linux i686)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog8
-rw-r--r--app-office/texmacs/texmacs-1.0.7.13.ebuild (renamed from app-office/texmacs/texmacs-1.0.7.11.ebuild)24
2 files changed, 13 insertions, 19 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index fcb1c752c81c..736cca6a9b92 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.97 2011/09/08 14:48:19 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.98 2011/09/22 08:25:22 grozin Exp $
+
+*texmacs-1.0.7.13 (22 Sep 2011)
+
+ 22 Sep 2011; Andrey Grozin <grozin@gentoo.org> -texmacs-1.0.7.11.ebuild,
+ +texmacs-1.0.7.13.ebuild:
+ Version bump
*texmacs-1.0.7.12 (08 Sep 2011)
diff --git a/app-office/texmacs/texmacs-1.0.7.11.ebuild b/app-office/texmacs/texmacs-1.0.7.13.ebuild
index f286a184cfca..980e0c8382c0 100644
--- a/app-office/texmacs/texmacs-1.0.7.11.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.13.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.11.ebuild,v 1.1 2011/09/07 12:57:21 grozin Exp $
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.13.ebuild,v 1.1 2011/09/22 08:25:22 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/targz/${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"
@@ -34,15 +32,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
src_prepare() {
- # don't strip
- epatch "${FILESDIR}"/${PN}-strip.patch
-
# 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
}
@@ -53,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
}