diff options
author | 2010-11-19 02:09:40 +0000 | |
---|---|---|
committer | 2010-11-19 02:09:40 +0000 | |
commit | aaab939c4b401ecf3e7dc18f373d18dc61ac75f1 (patch) | |
tree | 4355ecfca2e2a9a91aa9620d961096d0b52fe409 /app-text/htmlrecode | |
parent | Cleanup old version (diff) | |
download | historical-aaab939c4b401ecf3e7dc18f373d18dc61ac75f1.tar.gz historical-aaab939c4b401ecf3e7dc18f373d18dc61ac75f1.tar.bz2 historical-aaab939c4b401ecf3e7dc18f373d18dc61ac75f1.zip |
app-text/htmlrecode: Support user's CXXFLAGS (bug #240135) and LDFLAGS (bug #336551)
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'app-text/htmlrecode')
-rw-r--r-- | app-text/htmlrecode/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/htmlrecode/Manifest | 3 | ||||
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.3.0-r1.ebuild | 47 |
3 files changed, 57 insertions, 3 deletions
diff --git a/app-text/htmlrecode/ChangeLog b/app-text/htmlrecode/ChangeLog index 4394563adb21..c0748cdf4f28 100644 --- a/app-text/htmlrecode/ChangeLog +++ b/app-text/htmlrecode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/htmlrecode -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.8 2009/09/23 16:35:46 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.9 2010/11/19 02:09:40 sping Exp $ + +*htmlrecode-1.3.0-r1 (19 Nov 2010) + + 19 Nov 2010; Sebastian Pipping <sping@gentoo.org> + +htmlrecode-1.3.0-r1.ebuild: + Support user's CXXFLAGS (bug #240135) and LDFLAGS (bug #336551) 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> htmlrecode-1.2.0.ebuild, htmlrecode-1.3.0.ebuild: diff --git a/app-text/htmlrecode/Manifest b/app-text/htmlrecode/Manifest index 7d9be0f9b34a..2594c52c156d 100644 --- a/app-text/htmlrecode/Manifest +++ b/app-text/htmlrecode/Manifest @@ -2,6 +2,7 @@ AUX htmlrecode-1.3.0-misc-fixes.patch 4916 RMD160 add94aa77530fb087bb926c09d4311 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 789 RMD160 0e096b3bdf9f665cfe588816bb59b1bc9480fd64 SHA1 474385174f47383785d0569d49dbb01fd3ef0709 SHA256 78c4bf6526c6d43aa251bf5d3574ca786a41a555c98b10d314767e3848d53aec +EBUILD htmlrecode-1.3.0-r1.ebuild 1037 RMD160 de155d70264896ad41d8d9f462ee770ed641ff6b SHA1 b388b5431df8103f0161b3f294fd56bd6d704894 SHA256 4c2aa917cb6a5ee262a2347ab1fc2720ce53c69d5b8a9624975f75b1e8f81475 EBUILD htmlrecode-1.3.0.ebuild 865 RMD160 0e7fbae71d56504b37eb53ce046d74e8f3a65cb0 SHA1 f0869a4ffd030fb090c04e1939bf8f5c1c1cf699 SHA256 191adfc81c7ec0a863e6f6b391f9f37afc01fdd8027d3b88af14e5e82455df33 -MISC ChangeLog 1225 RMD160 5eb6f2101374b4edce8d6b5e24e60f76291e5999 SHA1 a674dce9c63903339cb27b225fceec01189ea0a4 SHA256 178e8a34c94456eb52914ac75572f1ecf3476eb3064cbfe30e61c5b60d197e94 +MISC ChangeLog 1409 RMD160 48867cf2beadab98ccfb2d3cbf2299fc383f5fa1 SHA1 c368e3ed4df70aa5aaf5dcfa70f063bbc5332501 SHA256 946cfe4b8f3341175c7d3a724f1a2d79bc3d53b2285ae0501839af42f20380b9 MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3 diff --git a/app-text/htmlrecode/htmlrecode-1.3.0-r1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.0-r1.ebuild new file mode 100644 index 000000000000..e69d0d5d846d --- /dev/null +++ b/app-text/htmlrecode/htmlrecode-1.3.0-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/11/19 02:09:40 sping 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=">=sys-apps/sed-4" +RDEPEND="" + +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 + + for i in {,argh/}Makefile.sets ; do + einfo "Patching compile flags in \${S}/$i ..." + echo "CXXFLAGS=${CXXFLAGS}" >> "${i}" + echo "LDFLAGS=${LDFLAGS}" >> "${i}" + done +} + +src_compile() { + emake -C argh libargh.a || die + emake htmlrecode || die +} + +src_install() { + dobin htmlrecode || die + dodoc README.html +} |