From cfeb1d86c3845673580a21056044939ef71f5e77 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Sun, 9 Feb 2003 23:21:10 +0000 Subject: Initial version --- app-text/hnb/ChangeLog | 9 +++++++++ app-text/hnb/files/digest-hnb-1.9.8 | 1 + app-text/hnb/hnb-1.9.8.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 app-text/hnb/ChangeLog create mode 100644 app-text/hnb/files/digest-hnb-1.9.8 create mode 100644 app-text/hnb/hnb-1.9.8.ebuild (limited to 'app-text/hnb') diff --git a/app-text/hnb/ChangeLog b/app-text/hnb/ChangeLog new file mode 100644 index 000000000000..f50d8798fe0c --- /dev/null +++ b/app-text/hnb/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/wv +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.1 2003/02/09 23:21:10 mholzer Exp $ + +*hnb-1.9.8.ebuild (09 Feb 2003) + + 09 Feb 2003; Martin Holzer hnb-1.9.8.ebuild, + files/digest-hnb-1.9.8 ChangeLog : + Initial release submitted by bsaslinux@globo.com in #14427. diff --git a/app-text/hnb/files/digest-hnb-1.9.8 b/app-text/hnb/files/digest-hnb-1.9.8 new file mode 100644 index 000000000000..db1d94c0f7e1 --- /dev/null +++ b/app-text/hnb/files/digest-hnb-1.9.8 @@ -0,0 +1 @@ +MD5 f571f61a0c4f65d9f8a3669234490f42 hnb-1.9.8.tar.gz 89516 diff --git a/app-text/hnb/hnb-1.9.8.ebuild b/app-text/hnb/hnb-1.9.8.ebuild new file mode 100644 index 000000000000..04ea0192db50 --- /dev/null +++ b/app-text/hnb/hnb-1.9.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 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 + +} -- cgit v1.2.3-65-gdbad