summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-03 21:00:12 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-03 21:00:12 +0000
commit1b5d226071251f999417d9a1e298094af9c3ee39 (patch)
tree49a458062ca57842a7b18f9da5e2a09b26e8c3be /app-office/texmacs
parentmasked for testing, better group addition handling (diff)
downloadgentoo-2-1b5d226071251f999417d9a1e298094af9c3ee39.tar.gz
gentoo-2-1b5d226071251f999417d9a1e298094af9c3ee39.tar.bz2
gentoo-2-1b5d226071251f999417d9a1e298094af9c3ee39.zip
New version, close submision #4277
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog9
-rw-r--r--app-office/texmacs/files/digest-texmacs-1.0.0.82
-rw-r--r--app-office/texmacs/texmacs-1.0.0.8.ebuild32
3 files changed, 41 insertions, 2 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index 8ec1ca5b3812..fbb73346258e 100644
--- a/app-office/texmacs/ChangeLog
+++ b/app-office/texmacs/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-office/texmacs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47
-gbevin Exp
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.2 2002/07/03 21:00:11 danarmak Exp $
+
+*texmacs-1.0.0.8 (03 Jul 2002)
+
+ 03 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ New version, close submission #4277
*texmacs-1.0 (29 May 2002)
diff --git a/app-office/texmacs/files/digest-texmacs-1.0.0.8 b/app-office/texmacs/files/digest-texmacs-1.0.0.8
new file mode 100644
index 000000000000..7d91737c487d
--- /dev/null
+++ b/app-office/texmacs/files/digest-texmacs-1.0.0.8
@@ -0,0 +1,2 @@
+MD5 1ecbdd4b14c0f850e2799d6e38d9e906 TeXmacs-1.0.0.8-src.tar.gz 1588209
+MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193
diff --git a/app-office/texmacs/texmacs-1.0.0.8.ebuild b/app-office/texmacs/texmacs-1.0.0.8.ebuild
new file mode 100644
index 000000000000..64f5f32716aa
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.0.0.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp
+
+S=${WORKDIR}/TeXmacs-${PV}-src
+DESCRIPTION="GNU TeXmacs is a free GUI scientific editor, inspired by TeX and GNU Emacs."
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${PV}-src.tar.gz
+ ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
+HOMEPAGE="http://www.texmacs.org/"
+LICENSE=GPL-2
+
+COMMONDEPEND=">=app-text/tetex-1.0.7-r7
+ >=dev-util/guile-1.3.4
+ >=x11-base/xfree-4.2.0-r5"
+
+DEPEND="$COMMONDEPEND sys-devel/gcc sys-devel/make"
+
+RDEPEND="$COMMONDEPEND app-text/ghostscript"
+
+src_install() {
+
+ cd ${S}
+ make DESTDIR=${D} install || die
+
+ cd ${WORKDIR}
+ dodir /usr/share/texmf
+ cp -r fonts ${D}/usr/share/texmf/
+
+ cd ${S}
+ dodoc COMPILE COPYING LICENSE
+
+} \ No newline at end of file