diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-23 00:15:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-23 00:15:49 +0000 |
commit | c0d34e03a4a962f89009c5ca202e77c9bb8c0c59 (patch) | |
tree | 8fb428e22b6b593a4304b59ea62dca2263aead45 /dev-util | |
parent | header fix; whitespace cleanup (Manifest recommit) (diff) | |
download | gentoo-2-c0d34e03a4a962f89009c5ca202e77c9bb8c0c59.tar.gz gentoo-2-c0d34e03a4a962f89009c5ca202e77c9bb8c0c59.tar.bz2 gentoo-2-c0d34e03a4a962f89009c5ca202e77c9bb8c0c59.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ecletex/ecletex-0.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ecletex/ecletex-0.0.3.ebuild b/dev-util/ecletex/ecletex-0.0.3.ebuild index c10dd3eb1f2a..1a6b542100d5 100644 --- a/dev-util/ecletex/ecletex-0.0.3.ebuild +++ b/dev-util/ecletex/ecletex-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.3.ebuild,v 1.1 2004/08/22 13:03:57 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.3.ebuild,v 1.2 2004/08/23 00:15:49 mr_bones_ Exp $ DESCRIPTION="LaTeX plugin for Eclipse 3.0 and newer" HOMEPAGE="http://etex.sf.net" @@ -18,9 +18,9 @@ src_unpack() { unpack ${A} cd plugins/ish.ecletex_${PV} - + rm ecletex.jar ecletexsrc.zip - + ln -s /usr/lib/eclipse-3/plugins ext echo "temp.folder=dist" > build.properties || die "Failed to create build.propertes" |