diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-office/texmacs | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/Manifest | 6 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.0.19.ebuild | 8 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.1.ebuild | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest index f4e8f33a66f2..569f4b0660c4 100644 --- a/app-office/texmacs/Manifest +++ b/app-office/texmacs/Manifest @@ -1,5 +1,5 @@ +MD5 192d7b2f888926d2b54eb8dbdb0864b9 ChangeLog 1523 +MD5 1d73ecad3e49d2a43236ea1158177088 texmacs-1.0.0.19.ebuild 1004 +MD5 6c87bf424dde1183a5211fb1e278bca8 texmacs-1.0.1.ebuild 1102 MD5 4e64086a3b4c9a500cf4d4bbd8ca3e5f files/digest-texmacs-1.0.0.19 146 MD5 e66f431d3e08f7c71c8b3838c9601369 files/digest-texmacs-1.0.1 143 -MD5 acb58b23197a68e97be32bb1c114994e texmacs-1.0.0.19.ebuild 1003 -MD5 c4a06598ec23aa34327d36442d18bfcc texmacs-1.0.1.ebuild 1101 -MD5 192d7b2f888926d2b54eb8dbdb0864b9 ChangeLog 1523 diff --git a/app-office/texmacs/texmacs-1.0.0.19.ebuild b/app-office/texmacs/texmacs-1.0.0.19.ebuild index 90af0cb42d38..ec5c53069843 100644 --- a/app-office/texmacs/texmacs-1.0.0.19.ebuild +++ b/app-office/texmacs/texmacs-1.0.0.19.ebuild @@ -1,6 +1,6 @@ # 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.0.19.ebuild,v 1.6 2003/07/02 11:45:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.0.19.ebuild,v 1.7 2003/09/06 22:21:02 msterret Exp $ MY_P=${P/tex/TeX}-src S=${WORKDIR}/${MY_P} @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} app-text/ghostscript" src_compile() { - + econf sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile @@ -34,11 +34,11 @@ src_compile() { 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 } diff --git a/app-office/texmacs/texmacs-1.0.1.ebuild b/app-office/texmacs/texmacs-1.0.1.ebuild index e29ab969e4f8..5a20e2e8de5a 100644 --- a/app-office/texmacs/texmacs-1.0.1.ebuild +++ b/app-office/texmacs/texmacs-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.6 2003/07/02 11:45:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1.ebuild,v 1.7 2003/09/06 22:21:02 msterret Exp $ inherit flag-o-matic @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} app-text/ghostscript" src_compile() { - + strip-flags append-flags -fno-default-inline append-flags -fno-inline @@ -40,11 +40,11 @@ src_compile() { 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 } |