diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 08:39:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 08:39:30 +0000 |
commit | 4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba (patch) | |
tree | 8db56ecc947ec85331531382315359e1c7c8c2d1 /dev-util/tla | |
parent | removed old version (diff) | |
download | historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.tar.gz historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.tar.bz2 historical-4a1b3040528c4729db0fdc3f4ccbbb8a754e0dba.zip |
whitespace cleanup
Diffstat (limited to 'dev-util/tla')
-rw-r--r-- | dev-util/tla/Manifest | 2 | ||||
-rw-r--r-- | dev-util/tla/tla-1.0.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/tla/Manifest b/dev-util/tla/Manifest index 5f27aa18dd27..d7ac589f42c7 100644 --- a/dev-util/tla/Manifest +++ b/dev-util/tla/Manifest @@ -1,3 +1,3 @@ MD5 e847024242f6461c5a7d8349b8af5db2 ChangeLog 341 -MD5 312f10516b2c6a7a2e4be1c2a8faa98a tla-1.0.6.ebuild 682 +MD5 34deae1caace6bf18d42eed1121a20e6 tla-1.0.6.ebuild 680 MD5 4b643d505f794a0b0eca53e21efb3074 files/digest-tla-1.0.6 62 diff --git a/dev-util/tla/tla-1.0.6.ebuild b/dev-util/tla/tla-1.0.6.ebuild index 6ebc4f3c601a..1b91b6c63892 100644 --- a/dev-util/tla/tla-1.0.6.ebuild +++ b/dev-util/tla/tla-1.0.6.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/tla/tla-1.0.6.ebuild,v 1.1 2003/07/31 20:48:42 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.0.6.ebuild,v 1.2 2003/09/06 08:39:23 msterret Exp $ DESCRIPTION="the arch revision control system (C-implementation)" HOMEPAGE="http://regexps.srparish.net/www/" @@ -22,6 +22,6 @@ src_compile() { src_install() { cd src ; cd \=build einstall || die - + dodoc \=INSTALL \=COPYING } |