diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:24:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:24:14 +0000 |
commit | b48a8df0557192186c69f655952caecd4b564d1e (patch) | |
tree | b94432ac8333a7540733e933876ae66082984317 /app-text/hnb/hnb-1.9.18.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-b48a8df0557192186c69f655952caecd4b564d1e.tar.gz gentoo-2-b48a8df0557192186c69f655952caecd4b564d1e.tar.bz2 gentoo-2-b48a8df0557192186c69f655952caecd4b564d1e.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/hnb/hnb-1.9.18.ebuild')
-rw-r--r-- | app-text/hnb/hnb-1.9.18.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-text/hnb/hnb-1.9.18.ebuild b/app-text/hnb/hnb-1.9.18.ebuild deleted file mode 100644 index 40cf18fb2f3b..000000000000 --- a/app-text/hnb/hnb-1.9.18.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 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.6 2009/07/23 22:31:07 vostorga Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A program to organize many kinds of data in one place." -SRC_URI="http://hnb.sourceforge.net/.files/${P}.tar.gz" -HOMEPAGE="http://hnb.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - emake CC=$(tc-getCC) || die -} - -src_install() { - dodoc README doc/hnbrc - doman doc/hnb.1 - dobin src/hnb -} |