diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-26 16:14:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-26 16:14:34 +0000 |
commit | c88dd6c3c81bd701932d45b05b711ee87f9fbe25 (patch) | |
tree | 87a25405a2b31404c4d94c917a6d9e228063dec7 /dev-perl | |
parent | Stabilized wrong version (diff) | |
download | historical-c88dd6c3c81bd701932d45b05b711ee87f9fbe25.tar.gz historical-c88dd6c3c81bd701932d45b05b711ee87f9fbe25.tar.bz2 historical-c88dd6c3c81bd701932d45b05b711ee87f9fbe25.zip |
Disable tests
Package-Manager: portage-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" |