diff options
author | 2003-09-06 22:23:09 +0000 | |
---|---|---|
committer | 2003-09-06 22:23:09 +0000 | |
commit | 500866bdf7bb5aa07d8bd27e80e1858286774946 (patch) | |
tree | 5892716621cf5ec729feba12d3918d42454abe8b /app-sci/xephem | |
parent | Update version (diff) | |
download | historical-500866bdf7bb5aa07d8bd27e80e1858286774946.tar.gz historical-500866bdf7bb5aa07d8bd27e80e1858286774946.tar.bz2 historical-500866bdf7bb5aa07d8bd27e80e1858286774946.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-sci/xephem')
-rw-r--r-- | app-sci/xephem/Manifest | 2 | ||||
-rw-r--r-- | app-sci/xephem/xephem-3.5.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/xephem/Manifest b/app-sci/xephem/Manifest index 8e41511019d0..63936d4004fa 100644 --- a/app-sci/xephem/Manifest +++ b/app-sci/xephem/Manifest @@ -1,4 +1,4 @@ MD5 7261e9ab3649cb3cf12a692f6a960033 ChangeLog 1274 -MD5 a5df6e96617f3b15059e99d6e9fd706f xephem-3.5.2.ebuild 1785 +MD5 893c59e41224557c6267bdcc41626ece xephem-3.5.2.ebuild 1786 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 c15a97a05d028b3cdc016e3d02145cf6 files/digest-xephem-3.5.2 65 diff --git a/app-sci/xephem/xephem-3.5.2.ebuild b/app-sci/xephem/xephem-3.5.2.ebuild index 3e4ef50b8ebe..c6869c813337 100644 --- a/app-sci/xephem/xephem-3.5.2.ebuild +++ b/app-sci/xephem/xephem-3.5.2.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-sci/xephem/xephem-3.5.2.ebuild,v 1.9 2003/02/13 09:27:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/xephem-3.5.2.ebuild,v 1.10 2003/09/06 22:23:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." @@ -37,7 +37,7 @@ src_compile() { sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \ Makefile.orig > Makefile emake || die - + } src_install() { @@ -58,7 +58,7 @@ XEphem.ShareDir: /opt/xephem EOT insinto /usr/lib/X11/app-defaults/ doins ${S}/XEphem - + dodoc Copyright README INSTALL mv ${S}/GUI/xephem/xephem.man ${S}/xephem.1 doman ${S}/xephem.1 |