public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/htp: ChangeLog htp-1.16.ebuild
@ 2008-09-10  8:33 Gunnar Wrobel (wrobel)
  0 siblings, 0 replies; only message in thread
From: Gunnar Wrobel (wrobel) @ 2008-09-10  8:33 UTC (permalink / raw
  To: gentoo-commits

wrobel      08/09/10 08:33:39

  Modified:             ChangeLog
  Added:                htp-1.16.ebuild
  Log:
  Added htp-1.16 (#233678).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  app-text/htp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Feb 2007 01:04:38 -0000	1.7
+++ ChangeLog	10 Sep 2008 08:33:39 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/htp
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.7 2007/02/09 01:04:38 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.8 2008/09/10 08:33:39 wrobel Exp $
+
+*htp-1.16 (10 Sep 2008)
+
+  10 Sep 2008; wrobel@gentoo.org +files/easteregg.patch, +htp-1.16.ebuild:
+  Added htp-1.16 (#233678).
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



1.1                  app-text/htp/htp-1.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/htp-1.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/htp-1.16.ebuild?rev=1.1&content-type=text/plain

Index: htp-1.16.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htp/htp-1.16.ebuild,v 1.1 2008/09/10 08:33:39 wrobel Exp $

inherit distutils eutils

DESCRIPTION="An HTML preprocessor"
HOMEPAGE="http://htp.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="Clarified-Artistic"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
IUSE=""

DEPEND="virtual/libc"
RDEPEND="virtual/libc"

# HTP does not use autoconf, have to set options defined in Makefile.config

src_unpack() {
	unpack ${A} || die
	cd "${S}"
	# Patch to remove meta-generator tag with "ego-gratifying Easter egg":
	epatch "${FILESDIR}/easteregg.patch"
}

src_compile() {
	emake CCOPT="-c ${CFLAGS}" || die
}

src_install() {
	make DESTDIR="${D}" prefix="${D}/usr" pkgdocdir="${D}/usr/share/doc/${PF}" \
		install || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-10  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10  8:33 [gentoo-commits] gentoo-x86 commit in app-text/htp: ChangeLog htp-1.16.ebuild Gunnar Wrobel (wrobel)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox