summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:35:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:35:59 +0000
commit4ef856b923eaf89a70ccb033daeaf8f65991f992 (patch)
treed9ceabb2bc3f8c793f44f66ff1c89c7ebf0431e2 /dev-lisp/gauche-gl
parentFix DEPEND for when we have 'build' in USE. (diff)
downloadhistorical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.gz
historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.bz2
historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/gauche-gl')
-rw-r--r--dev-lisp/gauche-gl/Manifest2
-rw-r--r--dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/gauche-gl/Manifest b/dev-lisp/gauche-gl/Manifest
index 4898786c75b6..360c9425db73 100644
--- a/dev-lisp/gauche-gl/Manifest
+++ b/dev-lisp/gauche-gl/Manifest
@@ -1,5 +1,5 @@
MD5 0b465213c3b8fca01b79888b2c19662a ChangeLog 415
-MD5 b1671c459e9d123669fa5e1bf6589d28 gauche-gl-0.1.3.ebuild 1275
+MD5 eebdcc8a342d6b6dbb645ab19ab67f8c gauche-gl-0.1.3.ebuild 1276
MD5 2a0441d9a108c09b8225ce376d273bab files/digest-gauche-gl-0.1.3 63
MD5 b2529e27f76fca7dd8d5049cb1c50412 files/0.1.3/destdir-gentoo.diff 1953
MD5 77ef3c08ef1d87ed8c758d337d5cfb10 files/0.1.3/nvidia-headers-gentoo.diff 442
diff --git a/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild b/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild
index ec4652b35a23..e6ca665be841 100644
--- a/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild
+++ b/dev-lisp/gauche-gl/gauche-gl-0.1.3.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/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild,v 1.2 2003/02/13 10:53:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild,v 1.3 2003/09/06 22:35:54 msterret Exp $
DESCRIPTION="OpenGL 1.1 bindings for Gauche"
HOMEPAGE="http://gauche.sf.net"
@@ -39,7 +39,7 @@ src_install () {
make DESTDIR=${D} install || die
- dodoc COPYING README ChangeLog INSTALL* VERSION
+ dodoc COPYING README ChangeLog INSTALL* VERSION
local expls=/usr/share/${P}/examples
dodir ${expls}/glbook
insinto ${expls}