From 00b93581d10c48a8e88bab699a8c2a8c5bf37fde Mon Sep 17 00:00:00 2001
From: Till Maas <opensou...@till.name>
Date: Wed, 7 Oct 2015 23:09:47 +0200
Subject: 2015-10-07: Retired orphaned package, because it was not built.

---
 .gitignore                      |  1 -
 dead.package                    |  2 ++
 perl-Algorithm-FastPermute.spec | 72 -----------------------------------------
 sources                         |  1 -
 4 files changed, 2 insertions(+), 74 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-Algorithm-FastPermute.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 429011a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Algorithm-FastPermute-0.999.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..b49b6d4
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-10-07: Retired orphaned package, because it was not built.
+
diff --git a/perl-Algorithm-FastPermute.spec b/perl-Algorithm-FastPermute.spec
deleted file mode 100644
index 1d07e13..0000000
--- a/perl-Algorithm-FastPermute.spec
+++ /dev/null
@@ -1,72 +0,0 @@
-%define short_name     Algorithm-FastPermute
-
-Name:          perl-%{short_name}           
-Version:       0.999
-Release:       4%{?dist}
-Summary:       Rapid generation of permutations
-
-Group:         Development/Libraries
-License:       GPL+ or Artistic
-URL:           http://search.cpan.org/dist/%{short_name}/
-Source0:       
http://www.cpan.org/authors/id/R/RO/ROBIN/%{short_name}-%{version}.tar.gz
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: perl(ExtUtils::MakeMaker)
-Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-%description
-Algorithm::FastPermute generates all the permutations of an array. You pass
-a block of code, which will be executed for each permutation. The array
-will be changed in place, and then changed back again before "permute"
-returns. During the execution of the callback, the array is read-only and
-you'll get an error if you try to change its length.
-
-
-%prep
-%setup -q -n %{short_name}-%{version}
-
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
-
-%check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc Changes README perms.pl
-%dir %{perl_vendorarch}/Algorithm
-%{perl_vendorarch}/Algorithm/FastPermute.pm
-%{perl_vendorarch}/auto/*
-%{_mandir}/man3/*.3*
-%exclude %{perl_vendorarch}/Algorithm/perms.pl
-
-%changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.999-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.999-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Apr 04 2008 Milos Jakubicek <xja...@fi.muni.cz> - 0.999-2
-- License changed to "GPL+ or Artistic".
-
-* Sat Mar 08 2008 Milos Jakubicek <xja...@fi.muni.cz> - 0.999-1
-- Initial release based on SRPM from Marius Feraru (reb00t.com).
-- Modified according to the default perl spec file template.
diff --git a/sources b/sources
deleted file mode 100644
index 473b874..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-83a11265ddc65a669d6c899d3941e537  Algorithm-FastPermute-0.999.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Algorithm-FastPermute.git/commit/?h=el6&id=00b93581d10c48a8e88bab699a8c2a8c5bf37fde
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to