summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-15 10:24:12 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-15 10:24:12 +0000
commit53ae23e52b17514fdbce4520880b314f1684c59a (patch)
tree92bea1bea2aab1c2200d7a047da3eff81d629805 /app-text/hnb
parentVersion bumped. Closes #15895. (diff)
downloadgentoo-2-53ae23e52b17514fdbce4520880b314f1684c59a.tar.gz
gentoo-2-53ae23e52b17514fdbce4520880b314f1684c59a.tar.bz2
gentoo-2-53ae23e52b17514fdbce4520880b314f1684c59a.zip
Version bumped. Closes #15895.
Diffstat (limited to 'app-text/hnb')
-rw-r--r--app-text/hnb/ChangeLog7
-rw-r--r--app-text/hnb/Manifest2
-rw-r--r--app-text/hnb/files/digest-hnb-1.9.171
-rw-r--r--app-text/hnb/hnb-1.9.17.ebuild27
4 files changed, 35 insertions, 2 deletions
diff --git a/app-text/hnb/ChangeLog b/app-text/hnb/ChangeLog
index 59d1a876cc64..fb4f8c9415a6 100644
--- a/app-text/hnb/ChangeLog
+++ b/app-text/hnb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/hnb
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.3 2003/02/13 20:38:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.4 2003/04/15 10:23:59 mholzer Exp $
+
+*hnb-1.9.17 (15 Apr 2003)
+
+ 15 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest, hnb-1.9.17.ebuild:
+ Version bumped. Closes #15895.
*hnb-1.9.8.ebuild (09 Feb 2003)
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
+
+}