summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
commitda78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch)
tree7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/huc
parentrepoman'd (diff)
downloadgentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz
gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2
gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip
repoman'd
Diffstat (limited to 'dev-util/huc')
-rw-r--r--dev-util/huc/huc-0.1.ebuild15
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
}
-