summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Jones <ashmodai@gentoo.org>2002-05-22 20:26:24 +0000
committerMike Jones <ashmodai@gentoo.org>2002-05-22 20:26:24 +0000
commit1eb2b9c7a64b75e72cafdf6a2a0a3ff005ab5047 (patch)
treebd41c017f3e2c7052a11fac8fbb6dedeee9f76f5 /dev-util/huc
parentInitial ebuild. Closes bug #1124. (diff)
downloadhistorical-1eb2b9c7a64b75e72cafdf6a2a0a3ff005ab5047.tar.gz
historical-1eb2b9c7a64b75e72cafdf6a2a0a3ff005ab5047.tar.bz2
historical-1eb2b9c7a64b75e72cafdf6a2a0a3ff005ab5047.zip
Initial release of package.
Diffstat (limited to 'dev-util/huc')
-rw-r--r--dev-util/huc/ChangeLog14
-rw-r--r--dev-util/huc/files/digest-huc-0.11
-rw-r--r--dev-util/huc/huc-0.1.ebuild25
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-util/huc/ChangeLog b/dev-util/huc/ChangeLog
new file mode 100644
index 000000000000..195c12c233f2
--- /dev/null
+++ b/dev-util/huc/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for dev-util/huc
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v 1.1 2002/05/22 20:26:24 ashmodai Exp $
+
+*huc-0.1 (22 May 2002)
+
+ 5 May 2002; Mike Jones <ashmodai@gentoo.org> ChangeLog, huc-0.1.ebuild:
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
+
diff --git a/dev-util/huc/files/digest-huc-0.1 b/dev-util/huc/files/digest-huc-0.1
new file mode 100644
index 000000000000..04d4192d1f63
--- /dev/null
+++ b/dev-util/huc/files/digest-huc-0.1
@@ -0,0 +1 @@
+MD5 fef786ffabd8d7862e4a366bca46becb huc-0.1.tar.bz2 8367
diff --git a/dev-util/huc/huc-0.1.ebuild b/dev-util/huc/huc-0.1.ebuild
new file mode 100644
index 000000000000..3c43daa40c6d
--- /dev/null
+++ b/dev-util/huc/huc-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Mike Jones <ashmodai@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.1 2002/05/22 20:26:24 ashmodai Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="HTML umlaut conversion tool"
+SRC_URI="http://www.int21.de/huc/huc-0.1.tar.bz2"
+HOMEPAGE="http://www.int21.de/huc/"
+DEPEND=""
+LICENCE="GPL"
+SLOT="0"
+RDEPEND=""
+
+src_compile()
+{
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install ()
+{
+ dobin huc
+ dodoc README COPYING
+}
+