diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | 57ae1c8ff364c122b12372c38bb50d5a652487a9 (patch) | |
tree | 621866def4e0dd6febc32b6be3c0156f9ebe6579 /app-misc/rpc | |
parent | whitespace cleanup (diff) | |
download | historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.gz historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.bz2 historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/rpc')
-rw-r--r-- | app-misc/rpc/Manifest | 6 | ||||
-rw-r--r-- | app-misc/rpc/rpc-0.97.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/rpc/Manifest b/app-misc/rpc/Manifest index 1b608c4a7086..f43e61fca75f 100644 --- a/app-misc/rpc/Manifest +++ b/app-misc/rpc/Manifest @@ -1,6 +1,6 @@ +MD5 271c3d0004cbc1ca834063ad92a36cea ChangeLog 1152 +MD5 8f09e09ec0b973798b51077f10f8c4ae rpc-0.97.ebuild 986 +MD5 1e14e8ca0c69229a9fc20350b14edaa0 rpc-0.97-r1.ebuild 795 MD5 8100f0b986915d11ecca8b8f204df8eb files/digest-rpc-0.97 60 MD5 8100f0b986915d11ecca8b8f204df8eb files/digest-rpc-0.97-r1 60 MD5 23075bdcd85c513d5f4c19e4293664b3 files/rpc-0.97-factorial-fix.diff.bz2 602 -MD5 271c3d0004cbc1ca834063ad92a36cea ChangeLog 1152 -MD5 48cf558af7b9bbd0b78e3409be69c018 rpc-0.97.ebuild 985 -MD5 1e14e8ca0c69229a9fc20350b14edaa0 rpc-0.97-r1.ebuild 795 diff --git a/app-misc/rpc/rpc-0.97.ebuild b/app-misc/rpc/rpc-0.97.ebuild index 12a74df0d3da..d0c88a6edc6a 100644 --- a/app-misc/rpc/rpc-0.97.ebuild +++ b/app-misc/rpc/rpc-0.97.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rpc/rpc-0.97.ebuild,v 1.3 2003/03/30 21:22:59 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rpc/rpc-0.97.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $ IUSE="" S=${WORKDIR}/${P} -DESCRIPTION="rpc is a fullscreen console-based RPN calculator that uses the curses library. Its operation is similar to that - of modern HP calculators, but data entry has been optimized for efficiency on a PC keyboard. Its features include +DESCRIPTION="rpc is a fullscreen console-based RPN calculator that uses the curses library. Its operation is similar to that + of modern HP calculators, but data entry has been optimized for efficiency on a PC keyboard. Its features include extensive scientific calculator functionality, command completion, and a visible interactive stack." SRC_URI="http://www.eecs.umich.edu/~pelzlpj/rpc/${P}.tar.gz" |