summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 08:39:30 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 08:39:30 +0000
commita430fac6f2c68e8fb3b95483ef3ba80b74adcf00 (patch)
tree010258cbb7523f35ee5790e18bd5b55b9ad2733b /dev-util/pccts
parentremoved old version (diff)
downloadgentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.gz
gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.bz2
gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.zip
whitespace cleanup
Diffstat (limited to 'dev-util/pccts')
-rw-r--r--dev-util/pccts/Manifest6
-rw-r--r--dev-util/pccts/pccts-1.33.32-r1.ebuild8
-rw-r--r--dev-util/pccts/pccts-1.33.33.ebuild8
3 files changed, 11 insertions, 11 deletions
diff --git a/dev-util/pccts/Manifest b/dev-util/pccts/Manifest
index 76d23e30c10a..0db2b0eabcff 100644
--- a/dev-util/pccts/Manifest
+++ b/dev-util/pccts/Manifest
@@ -1,7 +1,7 @@
+MD5 476c831eecfbdff191e8942252bca1ec ChangeLog 1867
+MD5 9090b985b2a2ce4a4d0ed8541b4c015e pccts-1.33.32-r1.ebuild 1634
+MD5 f10213d07649e507a17610baa4221940 pccts-1.33.33.ebuild 1638
MD5 25e4dd4cf85f54e440985c91b69bd7be files/digest-pccts-1.33.32-r1 61
MD5 70dad4dcec43b98978f7c8ca37814051 files/pccts-1.33.32-r1-gentoo.diff 2408
MD5 2ec6fce1ca1a72638ca24ccf17df2ee7 files/digest-pccts-1.33.33 61
MD5 70dad4dcec43b98978f7c8ca37814051 files/pccts-1.33.33-gentoo.diff 2408
-MD5 47b0f5b638f11892b451d02d85dc5da8 pccts-1.33.32-r1.ebuild 1634
-MD5 476c831eecfbdff191e8942252bca1ec ChangeLog 1867
-MD5 0abcc5fdbf3d28c88fc648bc1f42956a pccts-1.33.33.ebuild 1637
diff --git a/dev-util/pccts/pccts-1.33.32-r1.ebuild b/dev-util/pccts/pccts-1.33.32-r1.ebuild
index 2de9826e3f56..8739e5515e84 100644
--- a/dev-util/pccts/pccts-1.33.32-r1.ebuild
+++ b/dev-util/pccts/pccts-1.33.32-r1.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/pccts/pccts-1.33.32-r1.ebuild,v 1.9 2003/02/13 11:59:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.32-r1.ebuild,v 1.10 2003/09/06 08:39:20 msterret Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator"
@@ -28,12 +28,12 @@ src_install() {
# main binaries
dobin bin/{antlr,dlg,genmk,sor}
- # .c and .cpp files go into /usr/include/pccts also,
+ # .c and .cpp files go into /usr/include/pccts also,
# because genmk looks for them for being included in output-files
# (which are c/c++) generated from grammar-files
# right now i include _everything_ just to make sure
# it doesn't break pccts-based projects
- #
+ #
# if i dive further into the details of genmk.c
# it should be possible to put that stuff into /usr/share/pccts
#
@@ -54,7 +54,7 @@ src_install() {
# documentation
# leaving out the M$ and MAC stuff
dodoc CHANGES* KNOWN_PROBLEMS* README RIGHTS history.txt history.ps
- dodoc sorcerer/README sorcerer/UPDATES
+ dodoc sorcerer/README sorcerer/UPDATES
# manual pages
doman dlg/dlg.1 antlr/antlr.1
diff --git a/dev-util/pccts/pccts-1.33.33.ebuild b/dev-util/pccts/pccts-1.33.33.ebuild
index deb45921ae2d..6c2c2a30ade9 100644
--- a/dev-util/pccts/pccts-1.33.33.ebuild
+++ b/dev-util/pccts/pccts-1.33.33.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/pccts/pccts-1.33.33.ebuild,v 1.3 2003/07/12 14:28:13 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator"
@@ -28,12 +28,12 @@ src_install() {
# main binaries
dobin bin/{antlr,dlg,genmk,sor}
- # .c and .cpp files go into /usr/include/pccts also,
+ # .c and .cpp files go into /usr/include/pccts also,
# because genmk looks for them for being included in output-files
# (which are c/c++) generated from grammar-files
# right now i include _everything_ just to make sure
# it doesn't break pccts-based projects
- #
+ #
# if i dive further into the details of genmk.c
# it should be possible to put that stuff into /usr/share/pccts
#
@@ -54,7 +54,7 @@ src_install() {
# documentation
# leaving out the M$ and MAC stuff
dodoc CHANGES* KNOWN_PROBLEMS* README RIGHTS history.txt history.ps
- dodoc sorcerer/README sorcerer/UPDATES
+ dodoc sorcerer/README sorcerer/UPDATES
# manual pages
doman dlg/dlg.1 antlr/antlr.1