diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 20:28:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 20:28:44 +0000 |
commit | a55c33e6c2487abcfeea95bf2c235e6f607d35a1 (patch) | |
tree | 6ba89d0ee2f46eae02a359681937df0db29b8bf4 /dev-util/cvsgraph | |
parent | Version bumped. (diff) | |
download | historical-a55c33e6c2487abcfeea95bf2c235e6f607d35a1.tar.gz historical-a55c33e6c2487abcfeea95bf2c235e6f607d35a1.tar.bz2 historical-a55c33e6c2487abcfeea95bf2c235e6f607d35a1.zip |
whitespace cleanup
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.3.0.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest index 4900ac1e6b47..5c77811c0ecc 100644 --- a/dev-util/cvsgraph/Manifest +++ b/dev-util/cvsgraph/Manifest @@ -1,3 +1,3 @@ MD5 64cd7fa2e5fe8ae614a28655f93eb79e ChangeLog 408 -MD5 860f08084bd6717b98b15af1e9d35b20 cvsgraph-1.3.0.ebuild 994 +MD5 5d4389f3d7af3ef3cf801dc4e2917c44 cvsgraph-1.3.0.ebuild 973 MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65 diff --git a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild index c09a12032532..d3ab3cb2a210 100644 --- a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.3.0.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-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.2 2003/09/06 08:39:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.3 2003/09/06 20:28:40 msterret Exp $ HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" KEYWORDS="~x86 ~sparc ~ppc" @@ -30,8 +30,8 @@ src_compile() { } src_install () { - dobin ${S}/cvsgraph + dobin ${S}/cvsgraph insinto /etc - doins ${S}/cvsgraph.conf - doman ${S}/cvsgraph.1 ${S}/cvsgraph.conf.5 + doins ${S}/cvsgraph.conf + doman ${S}/cvsgraph.1 ${S}/cvsgraph.conf.5 } |