summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2005-05-30 23:36:29 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2005-05-30 23:36:29 +0000
commit11156f5cda1a1c8131fe2d926b9688355a5ab410 (patch)
tree919951cf7786a5a1fab03f7689552844ec75b562 /app-text/htmlinc
parentfix digests again (and now finally) (diff)
downloadgentoo-2-11156f5cda1a1c8131fe2d926b9688355a5ab410.tar.gz
gentoo-2-11156f5cda1a1c8131fe2d926b9688355a5ab410.tar.bz2
gentoo-2-11156f5cda1a1c8131fe2d926b9688355a5ab410.zip
mark ~ppc and install README file
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/htmlinc')
-rw-r--r--app-text/htmlinc/ChangeLog9
-rw-r--r--app-text/htmlinc/Manifest4
-rw-r--r--app-text/htmlinc/files/digest-htmlinc-1.0_beta1-r11
-rw-r--r--app-text/htmlinc/htmlinc-1.0_beta1-r1.ebuild31
4 files changed, 43 insertions, 2 deletions
diff --git a/app-text/htmlinc/ChangeLog b/app-text/htmlinc/ChangeLog
index fe3f6f842e7c..024892123598 100644
--- a/app-text/htmlinc/ChangeLog
+++ b/app-text/htmlinc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/htmlinc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.10 2005/01/01 16:20:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.11 2005/05/30 23:36:29 wormo Exp $
+
+*htmlinc-1.0_beta1-r1 (30 May 2005)
+
+ 30 May 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ +htmlinc-1.0_beta1-r1.ebuild:
+ mark ~ppc
+ add README file
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
htmlinc-1.0_beta1.ebuild:
diff --git a/app-text/htmlinc/Manifest b/app-text/htmlinc/Manifest
index 6965d44ea2b3..fbc6b5eb19ee 100644
--- a/app-text/htmlinc/Manifest
+++ b/app-text/htmlinc/Manifest
@@ -1,4 +1,6 @@
-MD5 0c77aaa47a5532e43c8f8daf452ab41e ChangeLog 870
+MD5 2c614c019c1a13d29df5c42a71f61145 ChangeLog 1030
+MD5 92eb9fc3f7cf0f1a0d1def0867b6c088 htmlinc-1.0_beta1-r1.ebuild 667
MD5 0fb4012c37a2135b0f05308bd0277009 htmlinc-1.0_beta1.ebuild 646
MD5 1987c5074e9ade268654c3d872e5e99c files/digest-htmlinc-1.0_beta1 58
MD5 a090e8e4585f069da8d32a89a9ac77ab files/htmlinc-gcc3-gentoo.patch 3601
+MD5 1987c5074e9ade268654c3d872e5e99c files/digest-htmlinc-1.0_beta1-r1 58
diff --git a/app-text/htmlinc/files/digest-htmlinc-1.0_beta1-r1 b/app-text/htmlinc/files/digest-htmlinc-1.0_beta1-r1
new file mode 100644
index 000000000000..3a0a58e9a9b6
--- /dev/null
+++ b/app-text/htmlinc/files/digest-htmlinc-1.0_beta1-r1
@@ -0,0 +1 @@
+MD5 6bb12435a865b3f408c4dc396b3122c6 htmlinc.tar.gz 17042
diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r1.ebuild
new file mode 100644
index 000000000000..ed07f713fa30
--- /dev/null
+++ b/app-text/htmlinc/htmlinc-1.0_beta1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1-r1.ebuild,v 1.1 2005/05/30 23:36:29 wormo Exp $
+
+inherit eutils
+
+DESCRIPTION="HTML Include System by Ulli Meybohm"
+HOMEPAGE="http://www.meybohm.de/"
+SRC_URI="http://meybohm.de/files/${PN}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
+
+DEPEND="virtual/libc"
+S=${WORKDIR}/htmlinc
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/htmlinc-gcc3-gentoo.patch
+}
+
+src_compile() {
+ emake CFLAGS="${CXXFLAGS} -Wall" || die
+}
+
+src_install() {
+ dobin htmlinc
+ dodoc README
+}