diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 21:05:45 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 21:05:45 +0000 |
commit | d5cfc1dd71a620e0fd9ba6cfa6894e200ab53910 (patch) | |
tree | 7260fa1dad00a22090d83f4e718c967bf83ceb62 /app-text | |
parent | added slime dependency atom to versions greater than 2.0 (diff) | |
download | gentoo-2-d5cfc1dd71a620e0fd9ba6cfa6894e200ab53910.tar.gz gentoo-2-d5cfc1dd71a620e0fd9ba6cfa6894e200ab53910.tar.bz2 gentoo-2-d5cfc1dd71a620e0fd9ba6cfa6894e200ab53910.zip |
Fix failing tests, bug 139414
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
5 files changed, 17 insertions, 5 deletions
diff --git a/app-text/poppler-bindings/ChangeLog b/app-text/poppler-bindings/ChangeLog index ad5d87330557..291eb5d7be44 100644 --- a/app-text/poppler-bindings/ChangeLog +++ b/app-text/poppler-bindings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/poppler-bindings # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.63 2007/02/03 13:44:35 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.64 2007/04/07 21:05:45 genstef Exp $ + + 07 Apr 2007; Stefan Schweizer <genstef@gentoo.org> + poppler-bindings-0.5.3.ebuild, poppler-bindings-0.5.4.ebuild: + Fix failing tests, bug 139414 03 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> poppler-bindings-0.5.3.ebuild: diff --git a/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.3 b/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.3 index be8336be3bad..651ecc49487c 100644 --- a/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.3 +++ b/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.3 @@ -1,3 +1,6 @@ MD5 d06207536555f5711e7bc61711c1b8a0 poppler-0.5.3.tar.gz 1049900 RMD160 3456de23955fc4001842c76d32deba308bd7f968 poppler-0.5.3.tar.gz 1049900 SHA256 5cfabff39670610fa8f5c33da7b9b0ae89d445445be6d6c245cdce8bf3f24190 poppler-0.5.3.tar.gz 1049900 +MD5 8bcabf33284b5435540e85c61916d136 poppler-test-0.5.3.tar.gz 1794929 +RMD160 a26e98259d94934dc4f0386e781cb3465c2bf788 poppler-test-0.5.3.tar.gz 1794929 +SHA256 02ed7736bde82a3f70440b947bfe43bb87efbea653dfebac53f47af390c1b5ec poppler-test-0.5.3.tar.gz 1794929 diff --git a/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.4 b/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.4 index 3cf1476067e6..22868ae68be0 100644 --- a/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.4 +++ b/app-text/poppler-bindings/files/digest-poppler-bindings-0.5.4 @@ -1,3 +1,6 @@ MD5 053fdfd70533ecce1a06353fa945f061 poppler-0.5.4.tar.gz 1062401 RMD160 f28c89b03388757067505df3c60a1d878626b0dd poppler-0.5.4.tar.gz 1062401 SHA256 ca0f880a4ff07391e99b443f0e7c9860241df6a6aaa327b9d811b358d94a29c9 poppler-0.5.4.tar.gz 1062401 +MD5 8bcabf33284b5435540e85c61916d136 poppler-test-0.5.3.tar.gz 1794929 +RMD160 a26e98259d94934dc4f0386e781cb3465c2bf788 poppler-test-0.5.3.tar.gz 1794929 +SHA256 02ed7736bde82a3f70440b947bfe43bb87efbea653dfebac53f47af390c1b5ec poppler-test-0.5.3.tar.gz 1794929 diff --git a/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild b/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild index 0bbf69e2a55a..00e0f2624805 100644 --- a/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild +++ b/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild,v 1.17 2007/02/03 13:44:35 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.3.ebuild,v 1.18 2007/04/07 21:05:45 genstef Exp $ inherit autotools eutils multilib MY_P=${P/-bindings/} DESCRIPTION="Poppler bindings are rendering bindings for GUI toolkits for poppler" HOMEPAGE="http://poppler.freedesktop.org" -SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz" +SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz + http://mural.uv.es/abraham/poppler-test-0.5.3.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild b/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild index b4904f5dd068..829fca0b9e0d 100644 --- a/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild +++ b/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild,v 1.9 2007/01/18 22:43:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.4.ebuild,v 1.10 2007/04/07 21:05:45 genstef Exp $ inherit autotools eutils multilib MY_P=${P/-bindings/} DESCRIPTION="rendering bindings for GUI toolkits for poppler" HOMEPAGE="http://poppler.freedesktop.org/" -SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz" +SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz + http://mural.uv.es/abraham/poppler-test-0.5.3.tar.gz" LICENSE="GPL-2" SLOT="0" |