diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2002-06-23 23:34:28 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2002-06-23 23:34:28 +0000 |
commit | fb47954df7d4c1b91d65a329b82928a50b80bbf6 (patch) | |
tree | 275416648495a876999713093804d590a2321a9d /app-text/htmlinc | |
parent | New openmosix-sources from openmosix people (diff) | |
download | historical-fb47954df7d4c1b91d65a329b82928a50b80bbf6.tar.gz historical-fb47954df7d4c1b91d65a329b82928a50b80bbf6.tar.bz2 historical-fb47954df7d4c1b91d65a329b82928a50b80bbf6.zip |
New ebuild. Bug #2953
Diffstat (limited to 'app-text/htmlinc')
-rw-r--r-- | app-text/htmlinc/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/htmlinc/files/digest-htmlinc-1.0_beta1 | 1 | ||||
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 18 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-text/htmlinc/ChangeLog b/app-text/htmlinc/ChangeLog new file mode 100644 index 000000000000..f5d3e343c820 --- /dev/null +++ b/app-text/htmlinc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/htmlinc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.1 2002/06/23 23:34:28 carpaski Exp $ + +*htmlinc-1.0_beta1 (22 Jun 2002) + + 22 Jun 2002; Nicholas Jones <carpaski@gentoo.org> : + + o Initial submission for Hanno Boeck <hanno@gmx.de>
\ No newline at end of file diff --git a/app-text/htmlinc/files/digest-htmlinc-1.0_beta1 b/app-text/htmlinc/files/digest-htmlinc-1.0_beta1 new file mode 100644 index 000000000000..3a0a58e9a9b6 --- /dev/null +++ b/app-text/htmlinc/files/digest-htmlinc-1.0_beta1 @@ -0,0 +1 @@ +MD5 6bb12435a865b3f408c4dc396b3122c6 htmlinc.tar.gz 17042 diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild new file mode 100644 index 000000000000..2379b9930943 --- /dev/null +++ b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.1 2002/06/23 23:34:28 carpaski Exp $ + +DESCRIPTION="HTML Include System by Ulli Meybohm" +HOMEPAGE="http://www.meybohm.de/" +LICENSE="GPL" +DEPEND="" +SRC_URI="http://meybohm.de/files/htmlinc.tar.gz" +S=${WORKDIR}/htmlinc + +src_compile() { + emake CFLAGS="${CXXFLAGS} -Wall" || die +} + +src_install () { + dobin htmlinc +} |