diff options
author | Matthew Turk <satai@gentoo.org> | 2002-09-13 20:32:00 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-09-13 20:32:00 +0000 |
commit | 2e6551210aa49f3ff159e6f4e41d2441ab9b9a0f (patch) | |
tree | 077b1498c99eb1e5acabb10cf8a8299709eeab92 /app-office/texmacs | |
parent | Migrated glcanvas patch from -r1 as glcanvas wasn't being completely (diff) | |
download | historical-2e6551210aa49f3ff159e6f4e41d2441ab9b9a0f.tar.gz historical-2e6551210aa49f3ff159e6f4e41d2441ab9b9a0f.tar.bz2 historical-2e6551210aa49f3ff159e6f4e41d2441ab9b9a0f.zip |
Version bump, closing 7860.
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/texmacs/files/digest-texmacs-1.0.0.16 | 2 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.16.ebuild | 33 |
3 files changed, 43 insertions, 2 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index fbb73346258e..cd2c5ac21120 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/texmacs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.2 2002/07/03 21:00:11 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.3 2002/09/13 20:32:00 satai Exp $ + +*texmacs-1.0.0.16 (13 Sep 2002) + + 13 Sep 2002; Matthew Turk <satai@gentoo.org> ChangeLog : + + New version, close submission #7860 *texmacs-1.0.0.8 (03 Jul 2002) @@ -12,4 +18,4 @@ 29 May 2002; Dan Armak <danarmak@gentoo.org> changelog: - Initial ebuild. Based on bug #.
\ No newline at end of file + Initial ebuild. Based on bug #. diff --git a/app-office/texmacs/files/digest-texmacs-1.0.0.16 b/app-office/texmacs/files/digest-texmacs-1.0.0.16 new file mode 100644 index 000000000000..ca146b16ef1a --- /dev/null +++ b/app-office/texmacs/files/digest-texmacs-1.0.0.16 @@ -0,0 +1,2 @@ +MD5 81075e132fd9f9bd4f500ac993bc3556 TeXmacs-1.0.0.16-src.tar.gz 1596634 +MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193 diff --git a/app-office/texmacs/texmacs-1.0.0.16.ebuild b/app-office/texmacs/texmacs-1.0.0.16.ebuild new file mode 100644 index 000000000000..bc16122c91af --- /dev/null +++ b/app-office/texmacs/texmacs-1.0.0.16.ebuild @@ -0,0 +1,33 @@ +# 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/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=app-text/tetex-1.0.7-r7 + >=dev-util/guile-1.3.4 + >=x11-base/xfree-4.2.0-r5" + +RDEPEND="${DEPEND} + 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 +} |