ChangeLog

# ChangeLog for app-text/htmlrecode
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.7 2008/07/23 15:55:28 coldwind Exp $

*htmlrecode-1.3.0 (23 Jul 2008)

23 Jul 2008; Santiago M. Mola
+files/htmlrecode-1.3.0-misc-fixes.patch, +htmlrecode-1.3.0.ebuild:
Version bump, add ~amd64 keyword, fix 64bit (bug #228103) and gcc-4.3
compatibility.

12 Mar 2007; Leonardo Boshell metadata.xml:
Replacing text-markup herd with the new sgml herd.

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

16 Mar 2006; Martin Ehmsen htmlrecode-1.2.0.ebuild:
Don't install COPYING, found by QA script.

05 Sep 2004; David Holm htmlrecode-1.2.0.ebuild:
Added to ~ppc.

*htmlrecode-1.2.0 (02 Sep 2004)

02 Sep 2004; Mamoru KOMACHI +metadata.xml,
+htmlrecode-1.2.0.ebuild:
Initial import. Ebuild submitted by Joel Yliluoma ,
closing bug #28454.

Manifest

AUX htmlrecode-1.3.0-misc-fixes.patch 4916 RMD160 add94aa77530fb087bb926c09d4311b8bd51cc86 SHA1 eae2efa882c89969051ccef9cbef7fe23b1de58f SHA256 24fc86681e06a20939587dbe0b3fb585d5880dad10c09f8b563197a653790559
DIST htmlrecode-1.2.0.tar.bz2 46093 RMD160 f742567f515765b411776d5f75af743ccbb505f2 SHA1 78a84b555ad9591c3b02bdaea7f2852f70939508 SHA256 76b4c0518d30dc80123ea7b240297e278491e6f1202f80e815b92b7c41ada545
DIST htmlrecode-1.3.0.tar.bz2 47170 RMD160 95124a2f05e107928525dd0589d69bc7f72e98c5 SHA1 2dd3d0ba48a07b79c7faa593dd73f5608e64f9ca SHA256 3218ab4e639e01b34150b90a132c65732c8d999271963a3d7f6e55fe25345be6
EBUILD htmlrecode-1.2.0.ebuild 817 RMD160 5cb60d0bcaf9a1e5a89543123d254ab7d2fbc386 SHA1 0d6c5babfce2a638e08519283331fe181613fae6 SHA256 68b5eccfbf8730779cacafe68681572257e7e0e9935f41e441825a77e6fea8ac
EBUILD htmlrecode-1.3.0.ebuild 892 RMD160 2e617f0687d36beff909b8bc81dcfe20f027fe06 SHA1 7a835fff766b0b7a65a0ce84e0f57b91c4c3c89e SHA256 6259a00408e8d42819b8eba2b0ee14534dfd5889ab730af5a22713eb3795a2a3
MISC ChangeLog 1101 RMD160 da13ab49d51c8c148150b6b69596d84d1e819a8d SHA1 c872f2bbfe81b534888c8198f594a64ceba12544 SHA256 67846fd7088398c967323d290edd6f2041088f5f58ca9f536eb62e10e374abba
MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3

files

htmlrecode-1.2.0.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.5 2007/07/12 04:37:47 mr_bones_ Exp $

DESCRIPTION="Recodes HTML file using a new character set"
HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html"
SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"

KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"

DEPEND="virtual/libc
>=sys-apps/sed-4"
RDEPEND="virtual/libc"

IUSE=""

src_unpack() {
unpack ${A}
cd ${S}

sed -i \
-e "s:^\\(ARGHLINK.*-L.*\\):#\\1:" \
-e "s:^#\\(ARGHLINK=.*a\\)$:\\1:" \
Makefile

touch .depend argh/.depend
}

src_compile() {
emake -C argh libargh.a || die
emake htmlrecode || die
}

src_install() {
dobin htmlrecode
dodoc README.html
}

htmlrecode-1.3.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.3.0.ebuild,v 1.1 2008/07/23 15:55:28 coldwind Exp $

inherit eutils

DESCRIPTION="Recodes HTML file using a new character set"
HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html"
SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="virtual/libc
>=sys-apps/sed-4"
RDEPEND="virtual/libc"

src_unpack() {
unpack ${A}
cd "${S}"

epatch "${FILESDIR}"/${P}-misc-fixes.patch

sed -i \
-e "s:^\\(ARGHLINK.*-L.*\\):#\\1:" \
-e "s:^#\\(ARGHLINK=.*a\\)$:\\1:" \
Makefile

touch .depend argh/.depend
}

src_compile() {
emake -C argh libargh.a || die
emake htmlrecode || die
}

src_install() {
dobin htmlrecode || die
dodoc README.html
}

metadata.xml




sgml