From: Michael Tremer Date: Thu, 6 Oct 2011 09:42:34 +0000 (+0200) Subject: perl-Test-Simple: Remove package because this has ever been in perl itself. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b4e4adcae77b4e272bc7533312cb316983ec5d;p=ipfire-3.x.git perl-Test-Simple: Remove package because this has ever been in perl itself. --- diff --git a/perl-Test-Simple/perl-Test-Simple.nm b/perl-Test-Simple/perl-Test-Simple.nm deleted file mode 100644 index d70a35bf1..000000000 --- a/perl-Test-Simple/perl-Test-Simple.nm +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = Test-Simple -version = 0.98 -release = 1 -arch = noarch - -groups = Development/Libratries -url = http://search.cpan.org/dist/Test-Simple/ -license = GPL+ or Artistic -summary = Basic utilities for writing tests. - -description - This package provides the bulk of the core testing facilities. For more - information, see perldoc for Test::Simple, Test::More, etc. -end - -source_dl = - -build - requires - perl-core - perl-devel - perl(Test::Harness) - end - - build - perl Makefile.PL INSTALLDIRS=perl - make %{PARALLELISMFLAGS} - end - - test - make test - end -end - -packages - package perl-%{name} -end