till pushed to clc-intercal (f22). "2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 18:15:47 UTC 2015


>From e11215aff50ef380c2e9595eebadbef09602a26e Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 20:15:36 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e4bb575..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-CLC-INTERCAL-1.-94.-2.tar.gz
diff --git a/clc-intercal-guess-charset.patch b/clc-intercal-guess-charset.patch
deleted file mode 100644
index 0b2dd31..0000000
--- a/clc-intercal-guess-charset.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/INTERCAL/Sick.pm.orig CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/INTERCAL/Sick.pm
---- CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/INTERCAL/Sick.pm.orig	2008-03-29 11:09:06.000000000 -0600
-+++ CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/INTERCAL/Sick.pm	2013-08-02 13:55:41.952276530 -0600
-@@ -709,7 +709,7 @@ sub _guess_charset {
- 	    my $count = 0;
- 	    while ((my $line = $fh->write_binary(4096)) ne '') {
- 		    my $cl = &$cnv($line);
--		    $count++ while $line =~ /DO|PLEASE/ig;
-+		    $count++ while $cl =~ /DO|PLEASE/ig;
- 	    }
- 	    $counts{$name} = $count;
- 	};
diff --git a/clc-intercal-perl-5-12.patch b/clc-intercal-perl-5-12.patch
deleted file mode 100644
index cc9d82b..0000000
--- a/clc-intercal-perl-5-12.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc.orig CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc
---- CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc.orig	2008-03-29 18:12:29.000000000 +0100
-+++ CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc	2010-05-28 16:02:12.000000000 +0200
-@@ -627,6 +627,7 @@ sub find_objects {
-     my %of = ();
-     my $code = sub {
- 	my ($name, $file, $type, $object) = @_;
-+	defined $type or return;
- 	exists $object_types{uc($type)} or return;
- 	my $ot = $object_types{uc($type)};
- 	defined $ot or return;
diff --git a/clc-intercal-tests.patch b/clc-intercal-tests.patch
deleted file mode 100644
index 80de78b..0000000
--- a/clc-intercal-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/t/05bytecode-statements.t.orig CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/t/05bytecode-statements.t
---- CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/t/05bytecode-statements.t.orig	2008-03-29 11:10:09.000000000 -0600
-+++ CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-Base-1.-94.-2/t/05bytecode-statements.t	2013-08-02 14:50:57.091113272 -0600
-@@ -444,7 +444,7 @@ my @all_tests = (
-      'DO GIVE UP', [], [BC_GUP],
-      'DO COME FROM (69)', [], [BC_CFL, BC(69)],
-      'DO READ OUT #10', [], [BC_ROU, BC(1), BC(10)]],
--    ['MULTIPLE COME FROM - THREADED', undef, '', [1, "II\n", "III\n", "X\n"], undef, undef,
-+    ['MULTIPLE COME FROM - THREADED', undef, '', [1, "II\n", "V\n", "X\n"], undef, undef,
-      'DO %CF <- #1', [], [BC_STO, BC(1), reg_code('%CF')],
-      '(69) DO .1 <- #2', [BC_LAB, BC(69)], [BC_STO, BC(2), BC_SPO, BC(1)],
-      'DO GIVE UP', [], [BC_GUP],
-@@ -452,7 +452,7 @@ my @all_tests = (
-      'DO READ OUT .1', [], [BC_ROU, BC(1), BC_SPO, BC(1)],
-      'DO GIVE UP', [], [BC_GUP],
-      'DO COME FROM (69)', [], [BC_CFL, BC(69)],
--     'DO READ OUT .�1', [], [BC_ROU, BC(1), BC_SWB, BC_SPO, BC(1)],
-+     'DO READ OUT #5', [], [BC_ROU, BC(1), BC(5)],
-      'DO GIVE UP', [], [BC_GUP],
-      'DO COME FROM (69)', [], [BC_CFL, BC(69)],
-      'DO READ OUT #10', [], [BC_ROU, BC(1), BC(10)]],
diff --git a/clc-intercal.spec b/clc-intercal.spec
deleted file mode 100644
index 4e2bd57..0000000
--- a/clc-intercal.spec
+++ /dev/null
@@ -1,178 +0,0 @@
-%define         perversion      1.-94.-2
-Name:           clc-intercal
-Version:        0
-Release:        0.18.%(echo %{perversion}|sed -e's/-/_/g')%{?dist}
-Summary:        Compiler for the INTERCAL language
-License:        BSD
-Group:          Development/Libraries
-URL:            http://clc.intercal.org.uk/
-Source0:        http://overload.intercal.org.uk/clc/CLC-INTERCAL-%{perversion}/CLC-INTERCAL-%{perversion}.tar.gz
-# under perl-5.12, uc warns when passed undef
-# (and patch doesn't work in build)
-Source1:        %{name}-perl-5-12.patch
-# fix a charset detection bug
-Source2:        %{name}-guess-charset.patch
-# fix a badly written test
-Source3:        %{name}-tests.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Curses)
-BuildRequires:  perl(Gtk2)
-BuildRequires:  perl(version)
-
-%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{perversion}}
-
-%{?filter_setup:
-%filter_from_provides /^perl(MY)/d
-%?perl_default_filter
-}
-%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(MY\\)
-
-%description
-This package provides a Perl-based compiler for the INTERCAL programming
-language, usable either from the command line or as a Perl module.
-
-CLC-INTERCAL is designed to be almost compatible with the original (Princeton
-1972) compiler. It also implements several extensions to the original language,
-including support for object orientation, operator overloading and quantum
-computing. 
-
-%package        UI-X
-Summary:        Graphical user interface to CLC-INTERCAL
-Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-%description    UI-X
-This package installs a graphical user interface to CLC-INTERCAL.
-
-At present, only the INTERCAL calculator, "intercalc", uses this interface,
-although a future release of "sick" will be able to use it as well.
-
-
-%prep
-%setup -q -n CLC-INTERCAL-%{perversion}
-
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-patch -s -p1 --fuzz=0 <%{SOURCE1}
-patch -s -p1 --fuzz=0 <%{SOURCE2}
-patch -s -p1 --fuzz=0 <%{SOURCE3}
-# parallel build fails - don't use -j
-make
-
-%install
-rm -rf %{buildroot}
-
-make install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} %{buildroot}/*
-find %{buildroot} -type f -name \*.pm | xargs chmod 644
-
-# manually install documentation
-mkdir -p %{buildroot}%{_pkgdocdir}
-cp -p CLC-INTERCAL-Base-%{perversion}/{Changes,COPYING,MISSING,README,WISHLIST} \
-  %{buildroot}%{_pkgdocdir}
-for pkg in Docs ICALC INET UI-Curses UI-Line UI-X; do
-  cp -p CLC-INTERCAL-${pkg}-%{perversion}/Changes \
-    %{buildroot}%{_pkgdocdir}/Changes-${pkg}
-  cp -p CLC-INTERCAL-${pkg}-%{perversion}/README \
-    %{buildroot}%{_pkgdocdir}/README-${pkg}
-done
-cp -ap CLC-INTERCAL-Docs-%{perversion}/doc/{examples,html,INTERNET} \
-  %{buildroot}%{_pkgdocdir}
-
-# convert "bookworm" and "change" characters to utf-8 friendly versions
-for doc in $(find %{buildroot}%{_pkgdocdir}/{examples,INTERNET} -type f); do
-  sed -i -e 's/\o245/V\o010-/g' -e 's/\o242/c\o010\//g' $doc
-done
-
-%check
-make test
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%docdir %{_pkgdocdir}
-%{_pkgdocdir}
-%{perl_vendorlib}/*
-%{_bindir}/*
-%{_mandir}/man1/*
-%{_mandir}/man3/*
-# These are in UI-X sub-package.
-%exclude %{_pkgdocdir}/*-UI-X
-%exclude %{perl_vendorlib}/Language/INTERCAL/Interface/X.pm
-# Installation helper, not required for runtime, but has a dependency on
-# ExtUtils::MakeMaker. Exclude it to avoid dependency bloat.
-%exclude %{perl_vendorlib}/Language/INTERCAL/InstallModule.pm
-
-%files UI-X
-%defattr(-,root,root,-)
-%{_pkgdocdir}/*-UI-X
-%{perl_vendorlib}/Language/INTERCAL/Interface/X.pm
-
-
-%changelog
-* Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0-0.18.1._94._2
-- Perl 5.20 rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.17.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 10 2013 Iain Arnell <iarnell at gmail.com> 0-0.16.1._94._2
-- use _pkgdocdir macro to install docs to unperversioned location
-
-* Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 0-0.15.1._94._2
-- Perl 5.18 rebuild
-
-* Fri Aug 02 2013 Iain Arnell <iarnell at gmail.com> 0-0.14.1._94._2
-- Patch to fix a badly written test
-
-* Fri Aug 02 2013 Iain Arnell <iarnell at gmail.com> 0-0.13.1._94._2
-- Patch to fix a character set detection bug revealed under Perl 5.18
-
-* Mon Jul 22 2013 Petr Pisar <ppisar at redhat.com> - 0-0.12.1._94._2
-- Perl 5.18 rebuild
-
-* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.11.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.10.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Jun 14 2012 Petr Pisar <ppisar at redhat.com> - 0-0.9.1._94._2
-- Perl 5.16 rebuild
-
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.8.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Wed Jul 27 2011 Iain Arnell <iarnell at gmail.com> 0-0.7.1._94._2
-- update filtering for rpm 4.9
-- exclude InstallModule.pm to avoid dependency bloat
-
-* Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0-0.6.1._94._2
-- Perl mass rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.5.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri May 28 2010 Iain Arnell <iarnell at gmail.com> 0-0.4.1._94._2
-- tiny tweaklet for perl-5.12
-- use perl_default_filter
-
-* Mon Dec 14 2009 Iain Arnell <iarnell at gmail.com> 0-0.3.1._94._2
-- update Source0 url (upstream has moved)
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.2.1._94._2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Jan 29 2009 Iain Arnell <iarnell at gmail.com> 0-0.0.1._94._2
-- pre-pre-escape 1.-94.-2
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9263c07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/sources b/sources
deleted file mode 100644
index e640f5d..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-e8e7128ac07a37abd7a51d00b74f36a0  CLC-INTERCAL-1.-94.-2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/clc-intercal.git/commit/?h=f22&id=e11215aff50ef380c2e9595eebadbef09602a26e


More information about the scm-commits mailing list