diff options
author | 2016-09-29 22:30:27 +0200 | |
---|---|---|
committer | 2016-09-29 22:30:53 +0200 | |
commit | 86b8afbfaa1e93c836431e9b251ba2bf1bac9197 (patch) | |
tree | af78f1ddbc85c9306bcbc42e8548cc655ff23182 /app-editors | |
parent | dev-scheme/gauche-gtk: remove unused patch. (diff) | |
download | gentoo-86b8afbfaa1e93c836431e9b251ba2bf1bac9197.tar.gz gentoo-86b8afbfaa1e93c836431e9b251ba2bf1bac9197.tar.bz2 gentoo-86b8afbfaa1e93c836431e9b251ba2bf1bac9197.zip |
Remove some masked for removal packages
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gobby/Manifest | 2 | ||||
-rw-r--r-- | app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch | 222 | ||||
-rw-r--r-- | app-editors/gobby/files/gobby-0.4.94-missing-icon.patch | 44 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.4.13-r1.ebuild | 42 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.4.13.ebuild | 39 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.4.94.ebuild | 58 | ||||
-rw-r--r-- | app-editors/gobby/metadata.xml | 6 |
7 files changed, 0 insertions, 413 deletions
diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest deleted file mode 100644 index 3a2167dc2e52..000000000000 --- a/app-editors/gobby/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gobby-0.4.13.tar.gz 507676 SHA256 8cbd89ffbe3e056160a8d76e11d641f3b045793e35897546f98d2de368001871 SHA512 15017de52c8e627b2c1999b68e53862ca6387b83c1486c5bf7c98e9abba5ea73c9f001077518458883d82c1af0f756da50428a8707fd05260715df13ed0cc978 WHIRLPOOL 6b4826cd838d4841cc59a0d05e77f27906ba85f27e6ebeac87b8c5aa9739aceb3b369803194ed732be7066505cbcf0762fdedd9f2b2f3991fadaf01dc2416403 -DIST gobby-0.4.94.tar.gz 645815 SHA256 b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00 SHA512 62089e4f21c3eb6d822b7e240f694473b3f5b1585ddc3e42593503d68f8058645b04be137eb70a59c841b766f69791cbdfcfd82be1c9d126fca0ffd49ee7fe07 WHIRLPOOL 519d8b3ff8dacb3749a157c2fd641b33122751fe28ad0bc35ea5bb0cb6096dbbb89072799d14a1c2ee53a029a8f3f12b496052f27ffccc87cfa9ae6fc011dd02 diff --git a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch b/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch deleted file mode 100644 index e1fda8b7a149..000000000000 --- a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch +++ /dev/null @@ -1,222 +0,0 @@ -From 5932bfb4cf653b0588872fd6f8cc106b248ad964 Mon Sep 17 00:00:00 2001 -From: Armin Burgmeier <armin@arbur.net> -Date: Sun, 29 Apr 2012 14:43:06 +0200 -Subject: [PATCH] Fix build against recent gtkmm3 versions - -2012-04-29 Armin Burgmeier <armin@arbur.net> - - * code/commands/autosave-commands.cpp: - * code/commands/folder-commands.cpp: - * code/commands/user-join-commands.cpp: - * code/core/filechooser.cpp: - * code/core/folder.cpp: - * code/core/header.cpp: - * code/core/preferences.cpp: - * code/core/statusbar.cpp: - * code/core/textsessionview.cpp: - * code/dialogs/initial-dialog.cpp: - * code/dialogs/preferences-dialog.cpp: - * code/operations/operation-open.cpp: - * code/operations/operation-open.hpp: - * code/operations/operation-save.hpp: Add some missing glibmm includes - that are no longer pulled in by gtkmm since recent gtkmm3 versions. ---- - ChangeLog | 18 ++++++++++++++++++ - code/commands/autosave-commands.cpp | 2 ++ - code/commands/folder-commands.cpp | 2 ++ - code/commands/user-join-commands.cpp | 2 ++ - code/core/filechooser.cpp | 2 ++ - code/core/folder.cpp | 2 ++ - code/core/header.cpp | 1 + - code/core/preferences.cpp | 4 ++++ - code/core/statusbar.cpp | 1 + - code/core/textsessionview.cpp | 3 +++ - code/dialogs/initial-dialog.cpp | 1 + - code/dialogs/preferences-dialog.cpp | 1 + - code/operations/operation-open.cpp | 2 ++ - code/operations/operation-open.hpp | 1 + - code/operations/operation-save.hpp | 1 + - 15 files changed, 43 insertions(+) - -diff --git a/code/commands/autosave-commands.cpp b/code/commands/autosave-commands.cpp -index 0759b0d..827ffaf 100644 ---- a/code/commands/autosave-commands.cpp -+++ b/code/commands/autosave-commands.cpp -@@ -23,6 +23,8 @@ - - #include "core/sessionuserview.hpp" - -+#include <glibmm/main.h> -+ - #include <ctime> - - class Gobby::AutosaveCommands::Info -diff --git a/code/commands/folder-commands.cpp b/code/commands/folder-commands.cpp -index 92b7d71..8cc2bee 100644 ---- a/code/commands/folder-commands.cpp -+++ b/code/commands/folder-commands.cpp -@@ -20,6 +20,8 @@ - #include "commands/folder-commands.hpp" - #include "core/sessionuserview.hpp" - -+#include <glibmm/main.h> -+ - #include <libinftextgtk/inf-text-gtk-buffer.h> - - // TODO: Make this work with non-text documents also... maybe split & -diff --git a/code/commands/user-join-commands.cpp b/code/commands/user-join-commands.cpp -index ebb0810..89ffdf2 100644 ---- a/code/commands/user-join-commands.cpp -+++ b/code/commands/user-join-commands.cpp -@@ -20,6 +20,8 @@ - #include "commands/user-join-commands.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> -+ - #include <libinfinity/common/inf-error.h> - - namespace -diff --git a/code/core/filechooser.cpp b/code/core/filechooser.cpp -index fbd7a67..23b85cf 100644 ---- a/code/core/filechooser.cpp -+++ b/code/core/filechooser.cpp -@@ -19,6 +19,8 @@ - - #include "core/filechooser.hpp" - -+#include <glibmm/miscutils.h> -+#include <glibmm/convert.h> - #include <gtkmm/stock.h> - - Gobby::FileChooser::Dialog::Dialog(Gobby::FileChooser& chooser, -diff --git a/code/core/folder.cpp b/code/core/folder.cpp -index f9ebadc..7c84206 100644 ---- a/code/core/folder.cpp -+++ b/code/core/folder.cpp -@@ -24,6 +24,8 @@ - #include "core/texttablabel.hpp" - #include "util/file.hpp" - -+#include <glibmm/miscutils.h> -+ - #include <gdk/gdkkeysyms.h> - #include <stdexcept> - #include <iostream> // For std::cerr -diff --git a/code/core/header.cpp b/code/core/header.cpp -index d5d0c94..8f7f9f4 100644 ---- a/code/core/header.cpp -+++ b/code/core/header.cpp -@@ -22,6 +22,7 @@ - #include "util/i18n.hpp" - #include "features.hpp" // For PLATFORM_OSX_NATIVE - -+#include <glibmm/markup.h> - #include <gtkmm/stock.h> - - #ifdef PLATFORM_OSX_NATIVE -diff --git a/code/core/preferences.cpp b/code/core/preferences.cpp -index 9b8bfb3..a2952c6 100644 ---- a/code/core/preferences.cpp -+++ b/code/core/preferences.cpp -@@ -20,6 +20,10 @@ - #include "features.hpp" - #include "core/preferences.hpp" - -+#include <glibmm/miscutils.h> -+#include <glibmm/fileutils.h> -+#include <glibmm/random.h> -+ - // TODO: Support direct enum config storage via context specialization for - // enums. - Gobby::Preferences::User::User(Config::ParentEntry& entry): -diff --git a/code/core/statusbar.cpp b/code/core/statusbar.cpp -index 9b302b8..0a06a33 100644 ---- a/code/core/statusbar.cpp -+++ b/code/core/statusbar.cpp -@@ -21,6 +21,7 @@ - #include "util/gtk-compat.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> - #include <gtkmm/frame.h> - #include <gtkmm/stock.h> - -diff --git a/code/core/textsessionview.cpp b/code/core/textsessionview.cpp -index 2246957..45eae14 100644 ---- a/code/core/textsessionview.cpp -+++ b/code/core/textsessionview.cpp -@@ -21,6 +21,9 @@ - #include "util/i18n.hpp" - #include "util/color.hpp" - -+#include <glibmm/main.h> -+#include <glibmm/markup.h> -+#include <glibmm/pattern.h> - #include <gtkmm/scrolledwindow.h> - #include <gtkmm/textiter.h> - -diff --git a/code/dialogs/initial-dialog.cpp b/code/dialogs/initial-dialog.cpp -index 031bc2c..494c859 100644 ---- a/code/dialogs/initial-dialog.cpp -+++ b/code/dialogs/initial-dialog.cpp -@@ -24,6 +24,7 @@ - #include "util/gtk-compat.hpp" - #include "features.hpp" - -+#include <glibmm/markup.h> - #include <gtkmm/stock.h> - #include <gtkmm/alignment.h> - -diff --git a/code/dialogs/preferences-dialog.cpp b/code/dialogs/preferences-dialog.cpp -index d0af7a0..be3690a 100644 ---- a/code/dialogs/preferences-dialog.cpp -+++ b/code/dialogs/preferences-dialog.cpp -@@ -22,6 +22,7 @@ - #include "util/i18n.hpp" - #include "util/gtk-compat.hpp" - -+#include <glibmm/markup.h> - #include <gtkmm/messagedialog.h> - #include <gtkmm/scrolledwindow.h> - #include <gtkmm/stock.h> -diff --git a/code/operations/operation-open.cpp b/code/operations/operation-open.cpp -index 80b795f..26c53fd 100644 ---- a/code/operations/operation-open.cpp -+++ b/code/operations/operation-open.cpp -@@ -22,6 +22,8 @@ - #include "core/noteplugin.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> -+ - #include <libinftextgtk/inf-text-gtk-buffer.h> - #include <gtksourceview/gtksourcebuffer.h> - -diff --git a/code/operations/operation-open.hpp b/code/operations/operation-open.hpp -index 3e0e6f5..acf63ed 100644 ---- a/code/operations/operation-open.hpp -+++ b/code/operations/operation-open.hpp -@@ -26,6 +26,7 @@ - - #include <giomm/file.h> - #include <giomm/inputstream.h> -+#include <glibmm/convert.h> - - namespace Gobby - { -diff --git a/code/operations/operation-save.hpp b/code/operations/operation-save.hpp -index f7f2eb7..8fed55d 100644 ---- a/code/operations/operation-save.hpp -+++ b/code/operations/operation-save.hpp -@@ -25,6 +25,7 @@ - - #include <giomm/file.h> - #include <giomm/outputstream.h> -+#include <glibmm/convert.h> - - #include <ctime> - --- -1.7.10 - diff --git a/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch b/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch deleted file mode 100644 index db167df6f6b9..000000000000 --- a/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch +++ /dev/null @@ -1,44 +0,0 @@ -From ba98f5e531f915637c535e0a0f90e4cd87ac4f74 Mon Sep 17 00:00:00 2001 -From: Philipp Kern <pkern@debian.org> -Date: Sun, 18 Mar 2012 19:01:44 +0100 -Subject: [PATCH 2/2] code/util/gtk-compat.hpp: fix render_icon with missing - icons and Gtk3 - -2012-03-18 Philipp Kern <phil@0x539.de> - - * code/util/gtk-compat.hpp: Fix the call of - gtk-widget-render-icon-pixbuf, which is allowed to return NULL if - the stock icon does not exist. Guard it with MISSING_IMAGE. ---- - ChangeLog | 6 ++++++ - code/util/gtk-compat.hpp | 7 ++++++- - 2 files changed, 12 insertions(+), 1 deletions(-) - -diff --git a/code/util/gtk-compat.hpp b/code/util/gtk-compat.hpp -index 1de7383..73332ab 100644 ---- a/code/util/gtk-compat.hpp -+++ b/code/util/gtk-compat.hpp -@@ -27,6 +27,7 @@ - # define USE_GTKMM3 - #endif - -+#include <gtkmm/stock.h> - #include <gtkmm/combobox.h> - #include <gtkmm/notebook.h> - #ifndef USE_GTKMM3 -@@ -122,7 +123,11 @@ inline Glib::RefPtr<Gdk::Pixbuf> render_icon(Gtk::Widget& widget, - Gtk::IconSize size) - { - #ifdef USE_GTKMM3 -- return widget.render_icon_pixbuf(stock_id, size); -+ Glib::RefPtr<Gdk::Pixbuf> pixbuf = widget.render_icon_pixbuf(stock_id, size); -+ if(!pixbuf) // icon not found -+ pixbuf = widget.render_icon_pixbuf(Gtk::Stock::MISSING_IMAGE, size); -+ g_assert(pixbuf); -+ return pixbuf; - #else - return widget.render_icon(stock_id, size); - #endif --- -1.7.9.1 - diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild deleted file mode 100644 index f8ef4e990665..000000000000 --- a/app-editors/gobby/gobby-0.4.13-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils flag-o-matic - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="gnome zeroconf" - -RDEPEND=" - dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-libs/libsigc++:2 - >=net-libs/obby-0.4.6[zeroconf?] - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:2.0 - gnome? ( gnome-base/gnome-vfs ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -# There's only one test and it needs X -RESTRICT="test" - -src_configure() { - append-cxxflags -std=c++11 - econf \ - --with-gtksourceview2 \ - $(use_with gnome) -} - -src_install() { - default - domenu contrib/gobby.desktop -} diff --git a/app-editors/gobby/gobby-0.4.13.ebuild b/app-editors/gobby/gobby-0.4.13.ebuild deleted file mode 100644 index 5ada8e9de361..000000000000 --- a/app-editors/gobby/gobby-0.4.13.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="avahi gnome" - -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-libs/libsigc++:2 - >=net-libs/obby-0.4.6[avahi?] - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:2.0 - gnome? ( gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# There's only one test and it needs X -RESTRICT="test" - -src_configure() { - econf \ - --with-gtksourceview2 \ - $(use_with gnome) -} - -src_install() { - default - domenu contrib/gobby.desktop -} diff --git a/app-editors/gobby/gobby-0.4.94.ebuild b/app-editors/gobby/gobby-0.4.94.ebuild deleted file mode 100644 index d0bc9f666332..000000000000 --- a/app-editors/gobby/gobby-0.4.94.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils gnome2-utils toolchain-funcs - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0.5" -KEYWORDS="~amd64 ~x86" -IUSE="avahi doc nls" - -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/libsigc++:2 - >=net-libs/libinfinity-0.4[gtk,avahi?] - x11-libs/gtk+:3 - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:3.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( - app-text/gnome-doc-utils - app-text/scrollkeeper - ) - nls? ( >=sys-devel/gettext-0.12.1 )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-missing-icon.patch \ - "${FILESDIR}"/${P}-gtkmm3.patch -} - -src_configure() { - econf $(use_enable nls) \ - --with-gtk3 -} - -src_install() { - emake DESTDIR="${D}" install || die - domenu contrib/gobby-0.5.desktop - doicon gobby-0.5.xpm -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-editors/gobby/metadata.xml b/app-editors/gobby/metadata.xml deleted file mode 100644 index 08d92657791f..000000000000 --- a/app-editors/gobby/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>Multiuser text editor.</longdescription> -</pkgmetadata> |