diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | 7d1d37dc9b919a276844cffcb10ad48f535dab14 (patch) | |
tree | 3372fa00d4361d25be03dbc9154b64131514f177 /dev-util/huc | |
parent | repoman'd (diff) | |
download | historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.gz historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.bz2 historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.zip |
repoman'd
Diffstat (limited to 'dev-util/huc')
-rw-r--r-- | dev-util/huc/huc-0.1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/huc/huc-0.1.ebuild b/dev-util/huc/huc-0.1.ebuild index 883245eb8e5a..25eafe897062 100644 --- a/dev-util/huc/huc-0.1.ebuild +++ b/dev-util/huc/huc-0.1.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.4 2002/07/23 11:22:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML umlaut conversion tool" -SRC_URI="http://www.int21.de/huc/huc-0.1.tar.bz2" +SRC_URI="http://www.int21.de/huc/${P}.tar.bz2" HOMEPAGE="http://www.int21.de/huc/" -DEPEND="" -LICENCE="GPL" + SLOT="0" -RDEPEND="" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { @@ -21,4 +23,3 @@ src_install () dobin huc dodoc README COPYING } - |