summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-01-11 14:43:55 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-01-11 14:43:55 +0000
commit2e1556b14f5651dd23444640cca286dd9b2ed5f9 (patch)
tree969ce8912c0121f0f034e16ef1a18457b099cce4 /app-text/hnb/hnb-1.9.18.ebuild
parentupdate utf8 patch, bug #67528 (diff)
downloadhistorical-2e1556b14f5651dd23444640cca286dd9b2ed5f9.tar.gz
historical-2e1556b14f5651dd23444640cca286dd9b2ed5f9.tar.bz2
historical-2e1556b14f5651dd23444640cca286dd9b2ed5f9.zip
version bump
Diffstat (limited to 'app-text/hnb/hnb-1.9.18.ebuild')
-rw-r--r--app-text/hnb/hnb-1.9.18.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/hnb/hnb-1.9.18.ebuild b/app-text/hnb/hnb-1.9.18.ebuild
new file mode 100644
index 000000000000..749036039f30
--- /dev/null
+++ b/app-text/hnb/hnb-1.9.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18.ebuild,v 1.1 2005/01/11 14:43:55 lanius Exp $
+
+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="http://hnb.sourceforge.net/.files/${P}.tar.gz"
+HOMEPAGE="http://hnb.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-1"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
+
+DEPEND=""
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ dodoc README doc/hnbrc
+ doman doc/hnb.1
+ dobin src/hnb
+}