diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:21:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:21:10 +0000 |
commit | 1ff66c7d03b94aa4f7bacc7b7e79ab65684c1579 (patch) | |
tree | cb71da342873d8262b58a70cea0def6ae612efe1 /app-text | |
parent | added some warnings (diff) | |
download | historical-1ff66c7d03b94aa4f7bacc7b7e79ab65684c1579.tar.gz historical-1ff66c7d03b94aa4f7bacc7b7e79ab65684c1579.tar.bz2 historical-1ff66c7d03b94aa4f7bacc7b7e79ab65684c1579.zip |
Initial version
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hnb/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/hnb/files/digest-hnb-1.9.8 | 1 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.8.ebuild | 27 |
3 files changed, 37 insertions, 0 deletions
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 <mholzer@gentoo.org> 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 + +} |