diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
commit | 8ec954a96c94530e13f070eb9bb39a67e120762d (patch) | |
tree | ca9ab5cf25e8604cbb34b4d383a90adf952d0d4e /app-text/hnb | |
parent | Don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.gz gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.bz2 gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-text/hnb')
-rw-r--r-- | app-text/hnb/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.17.ebuild | 9 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.8.ebuild | 9 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-text/hnb/ChangeLog b/app-text/hnb/ChangeLog index f878c9560a60..6bd3ab89798c 100644 --- a/app-text/hnb/ChangeLog +++ b/app-text/hnb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hnb # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.7 2004/03/12 08:46:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.8 2004/03/12 08:47:04 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> : + Don't assign default to S; header fix 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hnb-1.9.17.ebuild, hnb-1.9.8.ebuild: diff --git a/app-text/hnb/hnb-1.9.17.ebuild b/app-text/hnb/hnb-1.9.17.ebuild index 8d55f382440d..9298fed78e33 100644 --- a/app-text/hnb/hnb-1.9.17.ebuild +++ b/app-text/hnb/hnb-1.9.17.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.17.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.17.ebuild,v 1.5 2004/03/12 08:46:46 mr_bones_ Exp $ -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/" @@ -14,15 +13,11 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="" src_compile() { - make || die - } src_install() { - dodoc README doc/hnbrc doman doc/hnb.1 dobin src/hnb - } diff --git a/app-text/hnb/hnb-1.9.8.ebuild b/app-text/hnb/hnb-1.9.8.ebuild index f93c2ed89e3c..52bab284079c 100644 --- a/app-text/hnb/hnb-1.9.8.ebuild +++ b/app-text/hnb/hnb-1.9.8.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.8.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.8.ebuild,v 1.5 2004/03/12 08:46:46 mr_bones_ Exp $ -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/" @@ -14,15 +13,11 @@ KEYWORDS="~x86 ~ppc ~sparc" DEPEND="" src_compile() { - make || die - } src_install() { - dodoc README doc/hnbrc doman doc/hnb.1 dobin src/hnb - } |