summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-09-13 07:25:45 +0000
committerMike Gardiner <obz@gentoo.org>2003-09-13 07:25:45 +0000
commit333c786eb0bbdf47a3057f735f52b1be37b20799 (patch)
treea6b6fef6728e40d422d5b878e4256eb3aef5b2e4 /app-office/texmacs
parentNew revision with spell checking support (diff)
downloadgentoo-2-333c786eb0bbdf47a3057f735f52b1be37b20799.tar.gz
gentoo-2-333c786eb0bbdf47a3057f735f52b1be37b20799.tar.bz2
gentoo-2-333c786eb0bbdf47a3057f735f52b1be37b20799.zip
New revision with spell checking support
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog7
-rw-r--r--app-office/texmacs/Manifest4
-rw-r--r--app-office/texmacs/files/digest-texmacs-1.0.1-r12
-rw-r--r--app-office/texmacs/metadata.xml5
-rw-r--r--app-office/texmacs/texmacs-1.0.1-r1.ebuild53
5 files changed, 68 insertions, 3 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index cc379157a649..2b821df81376 100644
--- a/app-office/texmacs/ChangeLog
+++ b/app-office/texmacs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/texmacs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.10 2003/06/12 20:18:34 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.11 2003/09/13 07:25:31 obz Exp $
+
+*texmacs-1.0.1-r1 (13 Sep 2003)
+
+ 13 Sep 2003; Mike Gardiner <obz@gentoo.org> texmacs-1.0.1-r1.ebuild:
+ New revision adding spell support through ispell
12 Jun 2003; <msterret@gentoo.org> texmacs-1.0.0.19.ebuild,
texmacs-1.0.1.ebuild:
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index 26d749c5a0b9..685b7dda0860 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,7 +1,7 @@
MD5 1d73ecad3e49d2a43236ea1158177088 texmacs-1.0.0.19.ebuild 1004
-MD5 2a5d71875e774eb78308649d0407d19e texmacs-1.0.1-r1.ebuild 1047
+MD5 b8f38d75462607708573010bfbdcf07c texmacs-1.0.1-r1.ebuild 1149
MD5 6c87bf424dde1183a5211fb1e278bca8 texmacs-1.0.1.ebuild 1102
-MD5 192d7b2f888926d2b54eb8dbdb0864b9 ChangeLog 1523
+MD5 eb3e417cc1796e872eeb7577d20b291d ChangeLog 1674
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 4e64086a3b4c9a500cf4d4bbd8ca3e5f files/digest-texmacs-1.0.0.19 146
MD5 e66f431d3e08f7c71c8b3838c9601369 files/digest-texmacs-1.0.1-r1 143
diff --git a/app-office/texmacs/files/digest-texmacs-1.0.1-r1 b/app-office/texmacs/files/digest-texmacs-1.0.1-r1
new file mode 100644
index 000000000000..ba5365260962
--- /dev/null
+++ b/app-office/texmacs/files/digest-texmacs-1.0.1-r1
@@ -0,0 +1,2 @@
+MD5 5fad9e869c50899ce2723248f9666f63 TeXmacs-1.0.1-src.tar.gz 1642354
+MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193
diff --git a/app-office/texmacs/metadata.xml b/app-office/texmacs/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/app-office/texmacs/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+</pkgmetadata>
diff --git a/app-office/texmacs/texmacs-1.0.1-r1.ebuild b/app-office/texmacs/texmacs-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..4686c43b9a3e
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.0.1-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.1 2003/09/13 07:25:31 obz Exp $
+
+inherit flag-o-matic
+
+MY_P=${P/tex/TeX}-src
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="GNU TeXmacs is a free GUI scientific editor, inspired by TeX and GNU Emacs."
+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-2"
+
+SLOT="0"
+IUSE="spell"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=app-text/tetex-1.0.7-r7
+ >=dev-util/guile-1.3.4
+ =sys-apps/sed-4*
+ virtual/x11
+ spell? ( >=app-text/ispell-3.2 )"
+
+DEPEND="${DEPEND}
+ app-text/ghostscript"
+
+src_compile() {
+
+ strip-flags
+ append-flags -fno-default-inline
+ append-flags -fno-inline
+
+ econf
+ sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile
+
+ cd ${S}
+ make || die
+}
+
+
+src_install() {
+
+ make DESTDIR=${D} install || die
+
+ cd ${WORKDIR}
+ dodir /usr/share/texmf
+ cp -r fonts ${D}/usr/share/texmf/
+
+ cd ${S}
+ dodoc COMPILE COPYING LICENSE
+}