diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/hnb | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/hnb')
-rw-r--r-- | app-text/hnb/Manifest | 8 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.17.ebuild | 6 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.8.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/app-text/hnb/Manifest b/app-text/hnb/Manifest index 0ffcf66b17b1..13aa0ef174b9 100644 --- a/app-text/hnb/Manifest +++ b/app-text/hnb/Manifest @@ -1,5 +1,5 @@ -MD5 bbf892cee3c223f9be1178925ee34150 files/digest-hnb-1.9.8 60 -MD5 ec76e4a04e5da13dd3ae0ce9c5f5984c files/digest-hnb-1.9.17 62 -MD5 97c9565366d9cdeb8bb05a8242deb77f hnb-1.9.8.ebuild 755 MD5 882c494fb26d3a091ae374a0925e842f ChangeLog 636 -MD5 5b25e4a3e8d673133e400b7cf64748c1 hnb-1.9.17.ebuild 751 +MD5 ab544a22cdf4ac5406fbe3fa7ad28f77 hnb-1.9.17.ebuild 753 +MD5 1634ddc8e3c9207976b93f46ad143d77 hnb-1.9.8.ebuild 753 +MD5 ec76e4a04e5da13dd3ae0ce9c5f5984c files/digest-hnb-1.9.17 62 +MD5 bbf892cee3c223f9be1178925ee34150 files/digest-hnb-1.9.8 60 diff --git a/app-text/hnb/hnb-1.9.17.ebuild b/app-text/hnb/hnb-1.9.17.ebuild index 8e09bda429d3..8d55f382440d 100644 --- a/app-text/hnb/hnb-1.9.17.ebuild +++ b/app-text/hnb/hnb-1.9.17.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/app-text/hnb/hnb-1.9.17.ebuild,v 1.3 2003/07/11 20:35:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.17.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="hnb is a program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML." @@ -15,12 +15,12 @@ DEPEND="" src_compile() { - make || die + make || die } src_install() { - + dodoc README doc/hnbrc doman doc/hnb.1 dobin src/hnb diff --git a/app-text/hnb/hnb-1.9.8.ebuild b/app-text/hnb/hnb-1.9.8.ebuild index ad8d5f78ff13..f93c2ed89e3c 100644 --- a/app-text/hnb/hnb-1.9.8.ebuild +++ b/app-text/hnb/hnb-1.9.8.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/app-text/hnb/hnb-1.9.8.ebuild,v 1.3 2003/06/12 20:25:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.8.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="hnb is a program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML." @@ -15,12 +15,12 @@ DEPEND="" src_compile() { - make || die + make || die } src_install() { - + dodoc README doc/hnbrc doman doc/hnb.1 dobin src/hnb |