diff options
author | 2010-08-31 10:24:02 +0000 | |
---|---|---|
committer | 2010-08-31 10:24:02 +0000 | |
commit | 5333aaee628fe2c82b61e6991eb762e3d427ba47 (patch) | |
tree | 294fab088557293f6a9d8805133c420e65733918 | |
parent | Honour LDFLAGS. Fixes bug #334741. (diff) | |
download | historical-5333aaee628fe2c82b61e6991eb762e3d427ba47.tar.gz historical-5333aaee628fe2c82b61e6991eb762e3d427ba47.tar.bz2 historical-5333aaee628fe2c82b61e6991eb762e3d427ba47.zip |
Stable on amd64 wrt bug #335207
Package-Manager: portage-2.2_rc72/cvs/Linux x86_64
-rw-r--r-- | dev-python/html5lib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/html5lib/Manifest | 14 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.90.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 3548d39577fd..9715eb6dd4d7 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.5 2010/04/25 14:45:26 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.6 2010/08/31 10:24:02 hwoarang Exp $ + + 31 Aug 2010; Markos Chandras <hwoarang@gentoo.org> html5lib-0.90.ebuild: + Stable on amd64 wrt bug #335207 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> html5lib-0.90.ebuild: diff --git a/dev-python/html5lib/Manifest b/dev-python/html5lib/Manifest index 9435ce07891e..0a56b7f27100 100644 --- a/dev-python/html5lib/Manifest +++ b/dev-python/html5lib/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST html5lib-0.90.zip 99322 RMD160 ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19 SHA1 37fdf4d853f53ebd170250f7f023f55a02659378 SHA256 765e04a2c8a08db9209a46887e5244200bed0068f74fdd87fdc219a0c3a1401f -EBUILD html5lib-0.90.ebuild 891 RMD160 bf003f5c9f9b0dcc69bf4e88753eb4e0842d190e SHA1 e22d589fdaf1808dda3c92980a2ecee7fa906d13 SHA256 65062fe43281bba56beb8a82d803c610540512c9858080b045646205768d919f -MISC ChangeLog 1110 RMD160 4f239d329f703304c61ca1d1eeeb9322ecd20203 SHA1 4caf2c5e4a502f193935c9f36d4fa009bc8d1f51 SHA256 4976f1427a350440a49f77156742d03f4eeb33983b7548f23eeae26db1c272d9 +EBUILD html5lib-0.90.ebuild 890 RMD160 dff6a4a7dd602a9652fc8db548aa65d747cb8ad2 SHA1 c2f94b561cdbc4d14fddea02e6844a479058be18 SHA256 1f6d40ded6370f5a6099353d9a8de4726acc74bd1cfa189d5737e86f06537843 +MISC ChangeLog 1220 RMD160 9667b0e6a85c75a6d4c541d0dd8fed1cecb38d46 SHA1 3d89861f2437ed376491b51dfac395b5483428b6 SHA256 7e1d11c0a69d3a19f72b1abbd712570456c6bbc2e925574694831501c0f293c1 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAkx82EsACgkQ9/cejkQaxBCBBwCfXisw0HGtoYkp4+5g7efh865o +DPwAn0hQHIFJHaoFrM8++MfHi6Y0wZ7u +=1cju +-----END PGP SIGNATURE----- diff --git a/dev-python/html5lib/html5lib-0.90.ebuild b/dev-python/html5lib/html5lib-0.90.ebuild index 4fdfef9f3717..939fd3a2693b 100644 --- a/dev-python/html5lib/html5lib-0.90.ebuild +++ b/dev-python/html5lib/html5lib-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.2 2010/04/25 14:45:26 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.3 2010/08/31 10:24:02 hwoarang Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~x86 ~x86-fbsd" IUSE="examples" RDEPEND="dev-lang/python[xml]" |