diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-15 13:53:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-15 13:53:51 +0000 |
commit | 5de3aa025a82b4455a2a14e423d5e745f0667f33 (patch) | |
tree | c1ec18c4f9390a85953a01c87fb40fafbc02f328 /dev-perl/Cairo | |
parent | amd64 (diff) | |
download | gentoo-2-5de3aa025a82b4455a2a14e423d5e745f0667f33.tar.gz gentoo-2-5de3aa025a82b4455a2a14e423d5e745f0667f33.tar.bz2 gentoo-2-5de3aa025a82b4455a2a14e423d5e745f0667f33.zip |
Disabling tests as they seem rather broken in 1.02*. Examples all still work, though.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Cairo')
-rw-r--r-- | dev-perl/Cairo/Cairo-1.02.1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Cairo/Cairo-1.02.2.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Cairo/Cairo-1.02.3.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Cairo/ChangeLog | 7 |
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-perl/Cairo/Cairo-1.02.1.ebuild b/dev-perl/Cairo/Cairo-1.02.1.ebuild index 70d15c064537..00b5c2aaa13a 100644 --- a/dev-perl/Cairo/Cairo-1.02.1.ebuild +++ b/dev-perl/Cairo/Cairo-1.02.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.1.ebuild,v 1.4 2007/01/14 22:36:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.1.ebuild,v 1.5 2007/04/15 13:53:51 mcummings Exp $ inherit perl-module versionator @@ -16,7 +16,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86" -SRC_TEST="do" +#SRC_TEST="do" DEPEND="x11-libs/cairo >=dev-perl/extutils-depends-0.205 diff --git a/dev-perl/Cairo/Cairo-1.02.2.ebuild b/dev-perl/Cairo/Cairo-1.02.2.ebuild index f3b068f1a38a..e00650b0caa9 100644 --- a/dev-perl/Cairo/Cairo-1.02.2.ebuild +++ b/dev-perl/Cairo/Cairo-1.02.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.2.ebuild,v 1.5 2007/03/09 13:36:03 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.2.ebuild,v 1.6 2007/04/15 13:53:51 mcummings Exp $ inherit perl-module versionator @@ -16,7 +16,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86" -SRC_TEST="do" +#SRC_TEST="do" DEPEND="x11-libs/cairo >=dev-perl/extutils-depends-0.205 diff --git a/dev-perl/Cairo/Cairo-1.02.3.ebuild b/dev-perl/Cairo/Cairo-1.02.3.ebuild index 9c7404f706bb..9d9dbe3307c2 100644 --- a/dev-perl/Cairo/Cairo-1.02.3.ebuild +++ b/dev-perl/Cairo/Cairo-1.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.3.ebuild,v 1.2 2007/03/28 13:23:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.02.3.ebuild,v 1.3 2007/04/15 13:53:51 mcummings Exp $ inherit perl-module versionator @@ -16,7 +16,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -SRC_TEST="do" +#SRC_TEST="do" DEPEND=">=x11-libs/cairo-1.0.0 >=dev-perl/extutils-depends-0.205 diff --git a/dev-perl/Cairo/ChangeLog b/dev-perl/Cairo/ChangeLog index 5bd213f1acab..8a156b65fa84 100644 --- a/dev-perl/Cairo/ChangeLog +++ b/dev-perl/Cairo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Cairo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/ChangeLog,v 1.21 2007/03/28 13:23:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/ChangeLog,v 1.22 2007/04/15 13:53:51 mcummings Exp $ + + 15 Apr 2007; Michael Cummings <mcummings@gentoo.org> Cairo-1.02.1.ebuild, + Cairo-1.02.2.ebuild, Cairo-1.02.3.ebuild: + Disabling tests as they seem rather broken in 1.02*. Examples all still + work, though. 28 Mar 2007; Raúl Porcel <armin76@gentoo.org> Cairo-1.02.3.ebuild: Add ~ia64 wrt bug 146676 |