diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-15 10:24:12 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-15 10:24:12 +0000 |
commit | 5137bac649f95f615ab604e899b0e9f1fb05df22 (patch) | |
tree | 28fefd5aa5a17f92eb64aa5a841a510ee76ae90e /app-text | |
parent | Version bumped. Closes #15895. (diff) | |
download | historical-5137bac649f95f615ab604e899b0e9f1fb05df22.tar.gz historical-5137bac649f95f615ab604e899b0e9f1fb05df22.tar.bz2 historical-5137bac649f95f615ab604e899b0e9f1fb05df22.zip |
Version bumped. Closes #15895.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hnb/Manifest | 2 | ||||
-rw-r--r-- | app-text/hnb/files/digest-hnb-1.9.17 | 1 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.17.ebuild | 27 |
3 files changed, 29 insertions, 1 deletions
diff --git a/app-text/hnb/Manifest b/app-text/hnb/Manifest index d9f103dbfbdc..8f5d43ec2c1b 100644 --- a/app-text/hnb/Manifest +++ b/app-text/hnb/Manifest @@ -1,4 +1,4 @@ -MD5 32bbc882cca35d1bd176b2c81ebce344 ChangeLog 406 +MD5 05fc079707317b4d34461d3c442a65ee ChangeLog 547 MD5 038bc22d43914a802b5027cbd85a046c hnb-1.9.8.ebuild 648 MD5 038bc22d43914a802b5027cbd85a046c hnb-1.9.17.ebuild 648 MD5 bbf892cee3c223f9be1178925ee34150 files/digest-hnb-1.9.8 60 diff --git a/app-text/hnb/files/digest-hnb-1.9.17 b/app-text/hnb/files/digest-hnb-1.9.17 new file mode 100644 index 000000000000..c85c12b52750 --- /dev/null +++ b/app-text/hnb/files/digest-hnb-1.9.17 @@ -0,0 +1 @@ +MD5 c73b5f63d8ffe1976c915c1f8265951d hnb-1.9.17.tar.gz 143700 diff --git a/app-text/hnb/hnb-1.9.17.ebuild b/app-text/hnb/hnb-1.9.17.ebuild new file mode 100644 index 000000000000..73879ffe93a1 --- /dev/null +++ b/app-text/hnb/hnb-1.9.17.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +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." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://hnb.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-1" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="" + +src_compile() { + + make || die + +} + +src_install() { + + dodoc README doc/hnbrc + doman doc/hnb.1 + dobin src/hnb + +} |