diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-24 02:45:40 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-24 02:45:40 +0000 |
commit | 4d0b4d2ac50189ab779c9be523a7ea6ba795dac1 (patch) | |
tree | abe2b4861cb281deda2f7f5304b6a693affd876a /app-office/texmacs | |
parent | Removed extra quotation marks (after 'emerge $myNCURSES'). (diff) | |
download | gentoo-2-4d0b4d2ac50189ab779c9be523a7ea6ba795dac1.tar.gz gentoo-2-4d0b4d2ac50189ab779c9be523a7ea6ba795dac1.tar.bz2 gentoo-2-4d0b4d2ac50189ab779c9be523a7ea6ba795dac1.zip |
Updated to latest version (bug 9049) in an attempt to stabilize. Marked as
unstable rather than masked.
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/texmacs/files/digest-texmacs-1.0.0.19 | 2 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.14.ebuild | 33 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.19.ebuild (renamed from app-office/texmacs/texmacs-1.0.0.16.ebuild) | 24 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.8.ebuild | 33 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.ebuild | 32 |
6 files changed, 23 insertions, 109 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index cd2c5ac21120..62e7c21826b9 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.3 2002/09/13 20:32:00 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.4 2002/10/24 02:45:40 satai Exp $ + +*texmacs-1.0.0.19 (23 Oct 2002) + + 23 Oct 2002; Matthew Turk <satai@gentoo.org> : + + New version, testing. Changing to unstable. *texmacs-1.0.0.16 (13 Sep 2002) diff --git a/app-office/texmacs/files/digest-texmacs-1.0.0.19 b/app-office/texmacs/files/digest-texmacs-1.0.0.19 new file mode 100644 index 000000000000..61cb96d6cbca --- /dev/null +++ b/app-office/texmacs/files/digest-texmacs-1.0.0.19 @@ -0,0 +1,2 @@ +MD5 8d3a92ea2061c6c50ed12dc9970160c5 TeXmacs-1.0.0.19-src.tar.gz 1607219 +MD5 945dfd3f76b20082aeea8131d87a260f TeXmacs-600dpi-fonts.tar.gz 2899193 diff --git a/app-office/texmacs/texmacs-1.0.0.14.ebuild b/app-office/texmacs/texmacs-1.0.0.14.ebuild deleted file mode 100644 index c56fa8faa1fb..000000000000 --- a/app-office/texmacs/texmacs-1.0.0.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# /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 -} diff --git a/app-office/texmacs/texmacs-1.0.0.16.ebuild b/app-office/texmacs/texmacs-1.0.0.19.ebuild index 93f7f9e1a5fa..34097d8e2b5b 100644 --- a/app-office/texmacs/texmacs-1.0.0.16.ebuild +++ b/app-office/texmacs/texmacs-1.0.0.19.ebuild @@ -2,15 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp -## NOTICE! -## -## This package has proven to be VERY PROBLEMATIC. -## If you do use it, please note that optimizations are -## turned off, as they tend to cause segfaults. -## -## It is masked as the problems appear to be upstream, -## or caused by compiler-source interference. - 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 @@ -19,7 +10,7 @@ HOMEPAGE="http://www.texmacs.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=app-text/tetex-1.0.7-r7 >=dev-util/guile-1.3.4 @@ -28,6 +19,19 @@ DEPEND=">=app-text/tetex-1.0.7-r7 RDEPEND="${DEPEND} app-text/ghostscript" +src_compile() { + + cd ${S} + ./configure + cd src + mv common.makefile common.makefile.orig + cat common.makefile.orig | sed -e 's|CXXOPTIMIZE = -O3 -fexpensive-optimizations -fno-exceptions|CXXOPTIMIZE = -O0|g' > common.makefile + + cd ${S} + make || die +} + + src_install() { cd ${S} diff --git a/app-office/texmacs/texmacs-1.0.0.8.ebuild b/app-office/texmacs/texmacs-1.0.0.8.ebuild deleted file mode 100644 index c56fa8faa1fb..000000000000 --- a/app-office/texmacs/texmacs-1.0.0.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# /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 -} diff --git a/app-office/texmacs/texmacs-1.0.ebuild b/app-office/texmacs/texmacs-1.0.ebuild deleted file mode 100644 index eb3c080529ff..000000000000 --- a/app-office/texmacs/texmacs-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2002 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.ebuild,v 1.4 2002/10/04 04:59:53 vapier 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 -} |