diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2016-02-14 14:04:41 +0100 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-14 14:04:41 +0100 |
| commit | 4e3a102de1b4216681ac6456db5d7c30a2f079c7 (patch) | |
| tree | c9bbb4cdbdce1c4602283bfdba6219482caf9b8a | |
| parent | 9cee17d0d2cf71cc6326141b3ee28b5256537153 (diff) | |
| download | gentoo-4e3a102de1b4216681ac6456db5d7c30a2f079c7.tar.gz gentoo-4e3a102de1b4216681ac6456db5d7c30a2f079c7.tar.bz2 gentoo-4e3a102de1b4216681ac6456db5d7c30a2f079c7.zip | |
Remove masked for removal packages
75 files changed, 0 insertions, 3413 deletions
diff --git a/app-office/passepartout/Manifest b/app-office/passepartout/Manifest deleted file mode 100644 index e6772ed0a03f..000000000000 --- a/app-office/passepartout/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST passepartout-0.7.0.tar.bz2 369232 SHA256 709890fb1530217e2678b710e996e9e3ee41c969088193711f119fc456f67d0b SHA512 41b8ed3905ee5332a89bc8512a5481bc52bdf58871254137e48150ad0d00a561aa9483d2accd41672f34bc37bea645f2a5ad40435cfd45490c3ff5542032ab8f WHIRLPOOL 2da483041be06eb2d8f268bd291d8105a0840c4e73ee61abb36fd4394310657e673979092b155718a8dc48c74b645529774e27a265f683daa73a8fa7752693ec diff --git a/app-office/passepartout/files/passepartout-0.6-extra_qual.patch b/app-office/passepartout/files/passepartout-0.6-extra_qual.patch deleted file mode 100644 index a9d33929c1b0..000000000000 --- a/app-office/passepartout/files/passepartout-0.6-extra_qual.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -NurdpB passepartout-0.6/src/pptout/document/group.h passepartout-0.6-patched/src/pptout/document/group.h ---- passepartout-0.6/src/pptout/document/group.h 2004-10-02 16:18:45.000000000 -0500 -+++ passepartout-0.6-patched/src/pptout/document/group.h 2007-03-21 19:00:13.000000000 -0500 -@@ -30,7 +30,7 @@ public: - void set_flow_around(bool); - bool get_flow_around() const; - Boundary get_obstacle_boundary() const; -- BoundaryVect Group::obstacle_list() const; -+ BoundaryVect obstacle_list() const; - - void add(Pagent* obj); - Pagent* ungroup(Pagent* obj); -@@ -55,7 +55,7 @@ public: - /** Raised on direct changes to the group (i.e. new / ungrouped member) */ - SigC::Signal1<void, Pagent*> group_changed_signal; - private: -- Boundary Group::get_untransformed_box() const; -+ Boundary get_untransformed_box() const; - - ChildVec childs; - }; -diff -NurdpB passepartout-0.6/src/pptout/propertiesdialog.h passepartout-0.6-patched/src/pptout/propertiesdialog.h ---- passepartout-0.6/src/pptout/propertiesdialog.h 2004-04-16 14:03:56.000000000 -0500 -+++ passepartout-0.6-patched/src/pptout/propertiesdialog.h 2007-03-21 19:18:26.000000000 -0500 -@@ -39,7 +39,7 @@ private: - // no destructor - ~PropertiesDialog(); - -- void PropertiesDialog::show_page_contents(GtkNotebookPage*, guint index); -+ void show_page_contents(GtkNotebookPage*, guint index); - - Gtk::Notebook book; - std::vector<PropBase*> pages; -diff -NurdpB passepartout-0.6/src/xml2ps/canvas.hh passepartout-0.6-patched/src/xml2ps/canvas.hh ---- passepartout-0.6/src/xml2ps/canvas.hh 2004-07-21 17:00:34.000000000 -0500 -+++ passepartout-0.6-patched/src/xml2ps/canvas.hh 2007-03-21 18:47:12.000000000 -0500 -@@ -52,7 +52,7 @@ namespace xml2ps { - HBox hbox(bool span, float margin_left, float margin_right, - float ascender, float descender); - -- virtual void xml2ps::Canvas::addRelObstacle -+ virtual void addRelObstacle - (const float left, const float bottom, const float right, const float top); - - // Check where the current column starts. diff --git a/app-office/passepartout/files/passepartout-0.7.0-automake-1.13.patch b/app-office/passepartout/files/passepartout-0.7.0-automake-1.13.patch deleted file mode 100644 index 4c57a85c79cd..000000000000 --- a/app-office/passepartout/files/passepartout-0.7.0-automake-1.13.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index e59f631..ca329c1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2]) - # For automake < 1.6 you need to use this line instead: - #AM_INIT_AUTOMAKE(Passepartout, 0.7-PRE) - --AM_CONFIG_HEADER(src/defines.h) -+AC_CONFIG_HEADERS([src/defines.h]) - # AC_CONFIG_HEADER(src/defines.h) - - # We're just a few binaries...not worth doing shared by default? diff --git a/app-office/passepartout/files/passepartout-0.7.0-gcc42.patch b/app-office/passepartout/files/passepartout-0.7.0-gcc42.patch deleted file mode 100644 index feda57bf3938..000000000000 --- a/app-office/passepartout/files/passepartout-0.7.0-gcc42.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urNad passepartout-0.7.0~/src/ps/misc.cc passepartout-0.7.0/src/ps/misc.cc ---- passepartout-0.7.0~/src/ps/misc.cc 2007-06-13 13:05:07.000000000 +0200 -+++ passepartout-0.7.0/src/ps/misc.cc 2007-09-14 17:49:49.000000000 +0200 -@@ -3,6 +3,8 @@ - /// - #include "misc.h" - --std::ostream& PS::operator << (std::ostream& out, const PS::Concat& c) { -- return out << '[' << c.matrix << "] concat\n"; -+namespace PS { -+ std::ostream& operator << (std::ostream& out, const Concat& c) { -+ return out << '[' << c.matrix << "] concat\n"; -+ } - } diff --git a/app-office/passepartout/files/passepartout-0.7.0-gcc43.patch b/app-office/passepartout/files/passepartout-0.7.0-gcc43.patch deleted file mode 100644 index 64703e164a47..000000000000 --- a/app-office/passepartout/files/passepartout-0.7.0-gcc43.patch +++ /dev/null @@ -1,97 +0,0 @@ ---- a/src/fonts/afm.cc -+++ b/src/fonts/afm.cc -@@ -10,6 +10,8 @@ - #include "util/warning.h" - #include "util/stringutil.h" - -+#include <limits> -+ - using std::string; - - class font::AFMetrics::GlyphData { ---- a/src/fonts/fontmanager.cc -+++ b/src/fonts/fontmanager.cc -@@ -14,6 +14,8 @@ - #include "util/filesys.h" - #include "util/warning.h" - -+#include <memory> -+ - font::FontManager* font::FontManager::_instance = 0; - // StaticMutex can, unlike regular Mutex, be created before the call - // to thread_init ---- a/src/pptout/document/rasterframe.cc -+++ b/src/pptout/document/rasterframe.cc -@@ -12,6 +12,8 @@ - #include "ps/misc.h" - #include "pptout/config.h" // Todo - -+#include <ctime> -+ - RasterFrame::RasterFrame(const ElementWrap& xml, Group *parent) - : BasicFrame(xml, parent), - association(xml.get_filename("file")), ---- a/src/ps/encode.h -+++ b/src/ps/encode.h -@@ -8,6 +8,7 @@ - #include <iostream> - #include <string> - #include <vector> -+#include <cstring> - - // Standard PostScript encoding filters - ---- a/src/ps/examinepdf.cc -+++ b/src/ps/examinepdf.cc -@@ -5,6 +5,7 @@ - #include <fstream> - #include <cassert> // Todo: other assert! - #include <iostream> -+#include <cstdlib> - - void usage() {} - ---- a/src/ps/pdf.cc -+++ b/src/ps/pdf.cc -@@ -15,6 +15,7 @@ - #include <stdexcept> - #include <glibmm/convert.h> - #include <fstream> -+#include <typeinfo> - - - namespace { ---- a/src/util/filesys.cc -+++ b/src/util/filesys.cc -@@ -14,6 +14,9 @@ - #include <sys/types.h> - #endif - -+#include <cstring> -+#include <stdlib.h> -+ - using std::string; - - ClibException::ClibException(const string& msg) ---- a/src/util/vector.h -+++ b/src/util/vector.h -@@ -5,6 +5,7 @@ - /// - #include <algorithm> // max - #include <cmath> // sqrt -+#include <ostream> - template<class C> C sqr(const C& c) { return c*c; } - - template <class C> ---- a/src/util/tempfile.cc -+++ b/src/util/tempfile.cc -@@ -8,6 +8,9 @@ - #include <stdexcept> - #include <unistd.h> - -+#include <cstring> -+#include <stdlib.h> -+ - namespace { - std::string get_tmplate(std::string base) { - base += "XXXXXX"; diff --git a/app-office/passepartout/files/passepartout-0.7.0-gcc44.patch b/app-office/passepartout/files/passepartout-0.7.0-gcc44.patch deleted file mode 100644 index 97c9badfcb20..000000000000 --- a/app-office/passepartout/files/passepartout-0.7.0-gcc44.patch +++ /dev/null @@ -1,109 +0,0 @@ -From tbm@cyrius.com Sat Nov 08 17:07:16 2008 -Received: (at submit) by bugs.debian.org; 8 Nov 2008 17:07:16 +0000 -X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 - (2007-08-08) on rietz.debian.org -X-Spam-Level: -X-Spam-Bayes: score:0.0000 Tokens: new, 59; hammy, 151; neutral, 105; spammy, - 0. spammytokens: hammytokens:0.000-+--libxml2, 0.000-+--amd64, - 0.000-+--sk:libgnom, 0.000-+--Usertags, 0.000-+--H*r:1000 -X-Spam-Status: No, scoreø.8 required0 testsL,BAYES_00,HAS_PACKAGE, - MURPHY_DRUGS_REL8,WEIRD_PORT autolearnúm - version2.3-bugs.debian.org_2005_01_02 -Return-path: <tbm@cyrius.com> -Received: from sorrow.cyrius.com ([65.19.161.204]) - by rietz.debian.org with esmtp (Exim 4.63) - (envelope-from <tbm@cyrius.com>) - id 1KyrHH-0002u6-Vy - for submit@bugs.debian.org; Sat, 08 Nov 2008 17:07:16 +0000 -Received: by sorrow.cyrius.com (Postfix, from userid 10) - id 564C8D857; Sat, 8 Nov 2008 17:07:15 +0000 (UTC) -Received: by deprecation.cyrius.com (Postfix, from userid 1000) - id 0F2C1150B58; Sat, 8 Nov 2008 18:06:54 +0100 (CET) -Date: Sat, 8 Nov 2008 18:06:53 +0100 -From: Martin Michlmayr <tbm@cyrius.com> -To: submit@bugs.debian.org -Subject: FTBFS with GCC 4.4: missing #include -Message-ID: <20081108170653.GD27323@deprecation.cyrius.com> -References: <20081108132249.5332A460DB@em64t.snowman.net> -MIME-Version: 1.0 -Content-Type: text/plain; charset-ascii -Content-Disposition: inline -Content-Transfer-Encoding: quoted-printable -In-Reply-To: <20081108132249.5332A460DB@em64t.snowman.net> -User-Agent: Mutt/1.5.18 (2008-05-17) -Delivered-To: submit@bugs.debian.org - -Package: passepartout -Version: 0.7.0-1.1 -User: debian-gcc@lists.debian.org -Usertags: ftbfs-gcc-4.4 -Tags: patch - -Your package fails to build with the upcoming GCC 4.4. Version 4.4 -has not been released yet but I'm building with a snapshot in order -to find errors and give people an advance warning. - -GCC 4.4 cleaned up some more C++ headers. You always have to #include -headers directly and cannot rely for things to be included indirectly. - -You can reproduce this problem with gcc-snapshot from unstable. - -> Automatic build of passepartout_0.7.0-1.1 on em64t by sbuild/amd64 0.53 -... -> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I/usr/include/libxml++-1.0 -I/usr/lib/libxml++-1.0/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -D_REENTRANT -I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnomecanvas-2.0 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -MT stringutil.o -MD -MP -MF ".deps/stringutil.Tpo" -c -o stringutil.o stringutil.cc; \ -> then mv -f ".deps/stringutil.Tpo" ".deps/stringutil.Po"; else rm -f ".deps/stringutil.Tpo"; exit 1; fi -> In file included from stringutil.cc:4: -> stringutil.h: In function 'C to(const std::string&)': -> stringutil.h:25: error: 'EOF' was not declared in this scope -> stringutil.cc: In function 'std::string to_roman(int)': -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> stringutil.cc:80: warning: deprecated conversion from string constant to 'char*' -> make[4]: *** [stringutil.o] Error 1 -> make[4]: Leaving directory `/build/tbm/passepartout-0.7.0/src/util' - ---- src/util/stringutil.h~ 2008-11-08 16:48:10.000000000 +0000 -+++ src/util/stringutil.h 2008-11-08 16:48:25.000000000 +0000 -@@ -4,6 +4,7 @@ - // Copyright (C) 2002 - 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING - /// - #include "typeinfo.h" -+#include <cstdio> - #include <string> - #include <sstream> - #include <stdexcept> ---- src/util/warning.cc~ 2008-11-08 16:48:33.000000000 +0000 -+++ src/util/warning.cc 2008-11-08 16:48:43.000000000 +0000 -@@ -2,6 +2,7 @@ - // Copyright (C) 2002 - 2004, Fredrik Arnerup & Rasmus Kaj, See COPYING - /// - #include "warning.h" -+#include <cstdio> - - class NullFdBuf : public std::streambuf { - public: ---- src/util/filedescriptors.cc~ 2008-11-08 16:49:15.000000000 +0000 -+++ src/util/filedescriptors.cc 2008-11-08 16:49:23.000000000 +0000 -@@ -5,6 +5,7 @@ - #include "filesys.h" - #include <fcntl.h> - #include <unistd.h> -+#include <cstdio> - - int - filedesc::move(int to, int from) { - --- -Martin Michlmayr -http://www.cyrius.com/ - - - - diff --git a/app-office/passepartout/files/passepartout-0.7.0-include-flags.patch b/app-office/passepartout/files/passepartout-0.7.0-include-flags.patch deleted file mode 100644 index ac1b116fbdef..000000000000 --- a/app-office/passepartout/files/passepartout-0.7.0-include-flags.patch +++ /dev/null @@ -1,140 +0,0 @@ -diff -Nurd -x'*~' passepartout-0.7.0.orig/src/fonts/Makefile.am passepartout-0.7.0/src/fonts/Makefile.am ---- passepartout-0.7.0.orig/src/fonts/Makefile.am 2007-06-13 07:05:06.000000000 -0400 -+++ passepartout-0.7.0/src/fonts/Makefile.am 2007-08-07 19:11:04.000000000 -0400 -@@ -5,9 +5,9 @@ - - libfonts_a_SOURCES = fontinfo.cc fontmanager.cc afm.cc freetype.cc - --libfonts_a_CXXFLAGS = -I$(top_srcdir)/src -+libfonts_a_CPPFLAGS = -I$(top_srcdir)/src - - # for Glib::ustring --libfonts_a_CXXFLAGS += $(GTKMM_CFLAGS) $(FREETYPE_CFLAGS) -+libfonts_a_CPPFLAGS += $(GTKMM_CFLAGS) $(FREETYPE_CFLAGS) - - #libfonts_a_LIBADD = $(top_srcdir)/src/util/libpptutil.a -\ No newline at end of file -diff -Nurd -x'*~' passepartout-0.7.0.orig/src/pptout/Makefile.am passepartout-0.7.0/src/pptout/Makefile.am ---- passepartout-0.7.0.orig/src/pptout/Makefile.am 2007-07-26 07:31:05.000000000 -0400 -+++ passepartout-0.7.0/src/pptout/Makefile.am 2007-08-07 19:14:51.000000000 -0400 -@@ -32,10 +32,10 @@ - $(BUILT_SOURCES) \ - $(NULL) - --passepartout_CXXFLAGS = $(XMLPP_CFLAGS) $(GTKMM_CFLAGS) $(GNOMECANVAS_CFLAGS) \ -- $(GNOM |
