diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-doc/quanta-docs | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-doc/quanta-docs')
-rw-r--r-- | app-doc/quanta-docs/Manifest | 2 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/quanta-docs/Manifest b/app-doc/quanta-docs/Manifest index 7e8b0aee2906..9a57cbe9740e 100644 --- a/app-doc/quanta-docs/Manifest +++ b/app-doc/quanta-docs/Manifest @@ -1,3 +1,3 @@ MD5 f3faca554fa0caf5c917883910e7f32b ChangeLog 329 -MD5 4aa93edb5f2e3f47101f2347323d4a82 quanta-docs-1.0.ebuild 772 +MD5 b1a6efbe2052df3d9117f6806de71424 quanta-docs-1.0.ebuild 771 MD5 d4965e5268a9b64880bb4856b3e1fd8a files/digest-quanta-docs-1.0 275 diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild index 2ac4f8b4a862..04d721ba5676 100644 --- a/app-doc/quanta-docs/quanta-docs-1.0.ebuild +++ b/app-doc/quanta-docs/quanta-docs-1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.11 2003/02/13 06:37:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.12 2003/09/06 22:17:40 msterret Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" SRC_URI="mirror://sourceforge/quanta/quanta-css-${PV}.tar.bz2 - mirror://sourceforge/quanta/quanta-html-${PV}.tar.bz2 + mirror://sourceforge/quanta/quanta-html-${PV}.tar.bz2 mirror://sourceforge/quanta/quanta-javascript-${PV}.tar.bz2 mirror://sourceforge/quanta/quanta-php-${PV}.tar.bz2" HOMEPAGE="http://quanta.sourceforge.net" @@ -18,6 +18,6 @@ src_install() { dodir /usr/share/apps/quanta/doc for i in css html javascript php ; do cd ${S}/${i} - cp -R $i $i.docrc ${D}/usr/share/apps/quanta/doc + cp -R $i $i.docrc ${D}/usr/share/apps/quanta/doc done } |