diff options
author | 2009-08-26 16:14:34 +0000 | |
---|---|---|
committer | 2009-08-26 16:14:34 +0000 | |
commit | 2d9951a97e54100f2697f9f8f774ab8daffc1c1c (patch) | |
tree | 6cb6d0ec87b229f8eb0006839d9a8fe33a01621d /dev-perl | |
parent | Stabilized wrong version (diff) | |
download | gentoo-2-2d9951a97e54100f2697f9f8f774ab8daffc1c1c.tar.gz gentoo-2-2d9951a97e54100f2697f9f8f774ab8daffc1c1c.tar.bz2 gentoo-2-2d9951a97e54100f2697f9f8f774ab8daffc1c1c.zip |
Disable tests
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog index 827300a069b4..8a996c9f086e 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog +++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-Ex-Simple-List -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.9 2006/08/06 18:14:45 mcummings Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.10 2009/08/26 16:14:34 tove Exp $ + + 26 Aug 2009; Torsten Veller <tove@gentoo.org> + Gtk2-Ex-Simple-List-0.50.ebuild: + Disable tests 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Gtk2-Ex-Simple-List-0.50.ebuild: diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild index 29710b068913..cc3aaaa8cbf8 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.11 2007/07/10 23:33:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.12 2009/08/26 16:14:34 tove Exp $ +MODULE_AUTHOR=RMCFARLA inherit perl-module DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="amd64 ia64 sparc x86" IUSE="" -SRC_TEST="do" DEPEND=">=x11-libs/gtk+-2 dev-lang/perl" -RDEPEND=">=dev-perl/gtk2-perl-1.060 - >=dev-perl/glib-perl-1.062" +RDEPEND="${DEPEND} + >=dev-perl/gtk2-perl-1.060 + >=dev-perl/glib-perl-1.062" + +# needs X +SRC_TEST="no" |