Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/html2text
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.33 2008/03/27 20:59:41 jer Exp $
27 Mar 2008; Jeroen Roovers
Stable for HPPA too.
11 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
12 Mar 2007; Leonardo Boshell
Replacing text-markup herd with the new sgml herd.
02 Mar 2007;
Fix has_version syntax, bug 168892
23 Feb 2007; Alexandre Buisse
html2text-1.3.1.ebuild, html2text-1.3.2.ebuild:
Updated HOMEPAGE (bug #167973).
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
27 Apr 2006; Marien Zwart
files/digest-html2text-1.3.1, files/digest-html2text-1.3.2, Manifest:
Fixing SHA256 digest, pass four
16 Mar 2006; Martin Ehmsen
html2text-1.3.2.ebuild:
Don't install INSTALL, found by QA script.
21 Feb 2006; Alexandre Buisse
-files/html2text-gcc3.3.patch, html2text-1.3.1.ebuild:
Moved html2text-gcc3.patch to mirror as it was >20k (bug #123634).
16 Oct 2005; Fabian Groffen
+files/html2text-1.3.2-compiler.patch,
-files/html2text-1.3.2-darwin.patch, html2text-1.3.2.ebuild:
Replacing darwin patch with compiler patch as per bug #105051. Thanks to
Arnaud Launay
09 Sep 2005; Aron Griffis
Mark 1.3.2 stable on alpha
31 Aug 2005; Fabian Groffen
+files/html2text-1.3.2-darwin.patch, html2text-1.3.2.ebuild:
Made patch "1.3.2_to_1.3.2a.diff" be applied on gcc 3.3 and up (especially
4.0.0 on ppc-macos) (bug #104324)
Added a patch that allows compilation on ppc-macos, thanks to Thomas Kjosmoen
Marking ~ppc-macos
15 Jun 2005;
Stable on amd64
05 Jun 2005; Michael Hanselmann
html2text-1.3.2.ebuild:
Stable on ppc.
16 May 2005; Gustavo Zacarias
html2text-1.3.2.ebuild:
Stable on sparc
31 Mar 2005; Aron Griffis
stable on ia64
02 Nov 2004; Aron Griffis
add ~alpha and ~ia64
04 Oct 2004; Tom Gall
stable on ppc64, bug #64273
01 Jul 2004; Jeremy Huddleston
html2text-1.3.1.ebuild, html2text-1.3.2.ebuild:
virtual/glibc -> virtual/libc
08 Jun 2004; David Holm
Added to ~ppc.
*html2text-1.3.2 (06 Jun 2004)
06 Jun 2004; Mamoru KOMACHI
+html2text-1.3.2.ebuild:
Version bumped. Updated source file location for 1.3.1. Thanks to mll
01 Jun 2004; Dylan Carlson
Marked stable on amd64.
07 May 2004; Ciaran McCreesh
Stable on sparc, #50392
20 Jan 2004; Jon Portnoy
AMD64 keywords.
14 Jan 2004; Mike Gardiner
Marked stable on x86
16 Nov 2003; Mike Gardiner
Fixed html2text-gcc3.3.patch, removing the CVS header line, so that the patch
is not changed after committing to the portage tree
26 Oct 2003; Mike Gardiner
files/html2text-gcc3.3.patch:
Added a patch for building html2text with gcc-3.3.
30 Sep 2003; Jason Wever
Added ~sparc keyword.
*html2text-1.3.1 (12 Sep 2003)
12 Sep 2003; Patrick Kursawe
metadata.xml:
Initial import, ebuild by Thomas Schuetz
AUX html2text-1.3.2-compiler.patch 344 RMD160 6e3737179d4ca689a3c4753dcb640ad3105243a5 SHA1 002dfc8c2639efd6ea1ac2e4990fb2d19fc9e566 SHA256 ca28a645dd6da7e5ebe7b9ee194b5e874487638852b3d270cfe8901f9bb4bf6f
DIST html2text-1.3.2.tar.gz 131336 RMD160 10a5c4cf324302d6571abd28a8f0eebf26708750 SHA1 4ef3e6b30a2ac323693975da3ca8ce96013daa58 SHA256 15e458961ee168771d4e9fa4fd50e9b128ab40e7b530db5ce210178fa17dac44
EBUILD html2text-1.3.2.ebuild 933 RMD160 ec5cb7e65a138c01d9cc4fff27223beff61d199d SHA1 940299d916cfe43cdf7c8dbfd994eabf27c53591 SHA256 a3dcf329d7704933163e412fd5852d5fde85bfe38dc587aadc18e123da9a7519
MISC ChangeLog 4205 RMD160 09e8b51bc6b43e69683b49f7889dd81d651bc091 SHA1 c0629076291e8d6d16ede8a462c6111c465d06ff SHA256 2e45006801ba0bd9929c36953c3c598ac7d9fb2bbd6c78d91feac2caafe31867
MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.19 2008/03/27 20:59:41 jer Exp $
inherit eutils toolchain-funcs
DESCRIPTION="A HTML to text converter"
HOMEPAGE="http://www.mbayer.de/html2text/index.shtml"
SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd ${S}
if [ `gcc-major-version` -ge 4 -o \
`gcc-major-version` -ge 3 -a `gcc-minor-version` -ge 3 ];
then
epatch 1.3.2_to_1.3.2a.diff
fi
epatch ${FILESDIR}/${P}-compiler.patch
}
src_compile() {
econf || die
emake CXX="$(tc-getCXX)" || die
}
src_install() {
dobin html2text
doman html2text.1.gz
doman html2textrc.5.gz
dodoc CHANGES CREDITS KNOWN_BUGS README TODO
}