From 47802ee4fcaa6682be161bbdf2cc938f95d29f82 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 14 Mar 2004 12:24:39 +0000 Subject: Don't assign default to S; header fix --- dev-libs/libhtmlparse/ChangeLog | 8 ++++++-- dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild | 6 ++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-libs/libhtmlparse') diff --git a/dev-libs/libhtmlparse/ChangeLog b/dev-libs/libhtmlparse/ChangeLog index 340a1c7f806d..325e8791374f 100644 --- a/dev-libs/libhtmlparse/ChangeLog +++ b/dev-libs/libhtmlparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libhtmlparse -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/ChangeLog,v 1.2 2003/02/12 06:05:59 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/ChangeLog,v 1.3 2004/03/14 12:22:07 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett + libhtmlparse-0.1.12.ebuild: + Don't assign default to S; header fix *libhtmlparse-0.1.12 (01 Jan 2003) diff --git a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild b/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild index d404418f2b2f..def618415b68 100644 --- a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild +++ b/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild,v 1.2 2003/02/13 10:43:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild,v 1.3 2004/03/14 12:22:07 mr_bones_ Exp $ DESCRIPTION="libhtmlparse is a HTML parsing library. It takes HTML tags, text, etc and calls callbacks you define for each type of token in the document." HOMEPAGE="http://msalem.translator.cx/libhtmlparse.html" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/glibc" -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ -- cgit v1.2.3-65-gdbad