summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
commit031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch)
treeee1b081d58989215ab12530f6cd38e58277a1649 /dev-db
parentRemove masked for removal packages (diff)
downloadgentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip
Remove masked for removal packages
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/flamerobin/Manifest1
-rw-r--r--dev-db/flamerobin/files/flamerobin-0.9.2-gcc46.patch503
-rw-r--r--dev-db/flamerobin/flamerobin-0.9.2.ebuild46
-rw-r--r--dev-db/flamerobin/metadata.xml12
4 files changed, 0 insertions, 562 deletions
diff --git a/dev-db/flamerobin/Manifest b/dev-db/flamerobin/Manifest
deleted file mode 100644
index 83abf8e284c3..000000000000
--- a/dev-db/flamerobin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flamerobin-0.9.2-src.tar.gz 901908 SHA256 b674a1de1c632c834e904a17e576498850e7b81cc5c4d42e8cafd8a6dd020c90 SHA512 76eeecae759ab7aec817a4775fe185f982f6f50f5dec850b1fbb00b56239807867fe36568592e313315c0f02364c1986d9691e84d5fced2aedd85571d239f2be WHIRLPOOL 224481502e893be06236f685c71f15848f9aab372a6adbb91db9f95fc5978f76fe2879c823b3f6ff64cea4bff5269df34475978a7602a47a43bb5146f5182b9a
diff --git a/dev-db/flamerobin/files/flamerobin-0.9.2-gcc46.patch b/dev-db/flamerobin/files/flamerobin-0.9.2-gcc46.patch
deleted file mode 100644
index 0701a0fa5906..000000000000
--- a/dev-db/flamerobin/files/flamerobin-0.9.2-gcc46.patch
+++ /dev/null
@@ -1,503 +0,0 @@
-Index: src/databasehandler.cpp
-===================================================================
---- src/databasehandler.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/databasehandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -46,6 +46,7 @@
- class DatabaseInfoHandler: public URIHandler
- {
- public:
-+ DatabaseInfoHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/RestoreFrame.cpp
-===================================================================
---- src/gui/RestoreFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/RestoreFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -258,7 +258,7 @@
- sizerFilename->Add(styleguide().getBrowseButtonMargin(), 0);
- sizerFilename->Add(button_browse, 0, wxALIGN_CENTER_VERTICAL);
-
-- wxGridSizer* sizerChecks = new wxGridSizer(2, 2,
-+ wxGridSizer* sizerChecks = new wxGridSizer(3, 2,
- styleguide().getCheckboxSpacing(),
- styleguide().getUnrelatedControlMargin(wxHORIZONTAL));
- sizerChecks->Add(checkbox_replace, 0, wxEXPAND);
-Index: src/gui/ReorderFieldsDialog.cpp
-===================================================================
---- src/gui/ReorderFieldsDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/ReorderFieldsDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -215,6 +215,7 @@
- class ReorderFieldsHandler: public URIHandler
- {
- public:
-+ ReorderFieldsHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/FieldPropertiesDialog.cpp
-===================================================================
---- src/gui/FieldPropertiesDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/FieldPropertiesDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -690,7 +690,7 @@
- + wxT(" IF (NEW.") + fNameSql + wxT(" IS NULL) THEN\n")
- + wxT(" NEW.") + fNameSql + wxT(" = GEN_ID(")
- + generator.getQuoted() + wxT(", 1);\n")
-- + wxT(" ELSE\n BEGIN\n tmp = GEN_ID(") +
-+ + wxT(" ELSE\n BEGIN\n tmp = GEN_ID(")
- + generator.getQuoted() + wxT(", 0);\n if (tmp < new.")
- + fNameSql + wxT(") then\n tmp = GEN_ID(")
- + generator.getQuoted() + wxT(", new.") + fNameSql
-@@ -816,6 +816,7 @@
- class ColumnPropertiesHandler: public URIHandler
- {
- public:
-+ ColumnPropertiesHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/controls/DBHTreeControl.cpp
-===================================================================
---- src/gui/controls/DBHTreeControl.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/controls/DBHTreeControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -261,6 +261,8 @@
- id = ART_View; break;
- case ntViews:
- id = ART_Views; break;
-+ default:
-+ break;
- }
- return getImageIndex(id);
- }
-Index: src/gui/controls/TextControl.cpp
-===================================================================
---- src/gui/controls/TextControl.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/controls/TextControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -40,8 +40,8 @@
-
- #include "gui/controls/TextControl.h"
- //-----------------------------------------------------------------------------
--TextControl::TextControl(wxWindow *parent, wxWindowID id, long style)
-- : wxStyledTextCtrl(parent, id, wxDefaultPosition, wxDefaultSize, style)
-+TextControl::TextControl(wxWindow *parent, wxWindowID id)
-+ : wxStyledTextCtrl(parent, id)
- {
- SetWrapMode(wxSTC_WRAP_WORD);
- // wxStyledTextCtrl uses black on white initially -> use system defaults
-Index: src/gui/controls/LogTextControl.cpp
-===================================================================
---- src/gui/controls/LogTextControl.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/controls/LogTextControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -40,8 +40,8 @@
-
- #include "gui/controls/LogTextControl.h"
- //-----------------------------------------------------------------------------
--LogTextControl::LogTextControl(wxWindow *parent, wxWindowID id, long style)
-- : TextControl(parent, id, style)
-+LogTextControl::LogTextControl(wxWindow *parent, wxWindowID id)
-+ : TextControl(parent, id)
- {
- setDefaultStyles();
- }
-Index: src/gui/controls/TextControl.h
-===================================================================
---- src/gui/controls/TextControl.h (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/controls/TextControl.h (.../rel_0_9_2-1/src) (révision 2085)
-@@ -61,8 +61,7 @@
-
- DECLARE_EVENT_TABLE()
- public:
-- TextControl(wxWindow *parent, wxWindowID id = wxID_ANY,
-- long style = wxSUNKEN_BORDER);
-+ TextControl(wxWindow *parent, wxWindowID id = wxID_ANY);
- };
- //-----------------------------------------------------------------------------
- #endif
-Index: src/gui/controls/LogTextControl.h
-===================================================================
---- src/gui/controls/LogTextControl.h (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/controls/LogTextControl.h (.../rel_0_9_2-1/src) (révision 2085)
-@@ -38,8 +38,7 @@
- enum LogStyle { logStyleDefault, logStyleImportant, logStyleError };
- void addStyledText(const wxString& message, LogStyle style);
- public:
-- LogTextControl(wxWindow *parent, wxWindowID id = wxID_ANY,
-- long style = wxSUNKEN_BORDER);
-+ LogTextControl(wxWindow *parent, wxWindowID id = wxID_ANY);
-
- void logErrorMsg(const wxString& message);
- void logImportantMsg(const wxString& message);
-Index: src/gui/UserDialog.cpp
-===================================================================
---- src/gui/UserDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/UserDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -222,6 +222,7 @@
- class UserPropertiesHandler: public URIHandler
- {
- public:
-+ UserPropertiesHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -300,6 +301,7 @@
- class DropUserHandler: public URIHandler
- {
- public:
-+ DropUserHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/CreateIndexDialog.cpp
-===================================================================
---- src/gui/CreateIndexDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/CreateIndexDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -209,6 +209,7 @@
- class TableIndicesHandler: public URIHandler
- {
- public:
-+ TableIndicesHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/BackupFrame.cpp
-===================================================================
---- src/gui/BackupFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/BackupFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -241,7 +241,7 @@
- sizerFilename->Add(styleguide().getBrowseButtonMargin(), 0);
- sizerFilename->Add(button_browse, 0, wxALIGN_CENTER_VERTICAL);
-
-- wxGridSizer* sizerChecks = new wxGridSizer(2, 2,
-+ wxGridSizer* sizerChecks = new wxGridSizer(3, 2,
- styleguide().getCheckboxSpacing(),
- styleguide().getUnrelatedControlMargin(wxHORIZONTAL));
- sizerChecks->Add(checkbox_checksum, 0, wxEXPAND);
-Index: src/gui/PrivilegesDialog.cpp
-===================================================================
---- src/gui/PrivilegesDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/PrivilegesDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -583,6 +583,7 @@
- class ManagePrivilegesHandler: public URIHandler
- {
- public:
-+ ManagePrivilegesHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/gui/MainFrame.cpp
-===================================================================
---- src/gui/MainFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/MainFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -380,6 +380,7 @@
- EVT_MENU(Cmds::Menu_Reconnect, MainFrame::OnMenuReconnect)
- EVT_UPDATE_UI(Cmds::Menu_Reconnect, MainFrame::OnMenuUpdateIfDatabaseConnected)
- EVT_MENU(Cmds::Menu_RecreateDatabase, MainFrame::OnMenuRecreateDatabase)
-+ EVT_UPDATE_UI(Cmds::Menu_RecreateDatabase, MainFrame::OnMenuUpdateIfDatabaseConnected)
- EVT_MENU(Cmds::Menu_DropDatabase, MainFrame::OnMenuDropDatabase)
- EVT_UPDATE_UI(Cmds::Menu_DropDatabase, MainFrame::OnMenuUpdateIfDatabaseConnected)
- EVT_MENU(Cmds::Menu_Query, MainFrame::OnMenuQuery)
-@@ -540,8 +541,10 @@
- }
- //-----------------------------------------------------------------------------
- //! handle double-click on item (or press Enter)
--void MainFrame::OnTreeItemActivate(wxTreeEvent& WXUNUSED(event))
-+void MainFrame::OnTreeItemActivate(wxTreeEvent& event)
- {
-+ event.Skip();
-+
- wxTreeItemId item = treeMainM->GetSelection();
- if (!item.IsOk())
- return;
-Index: src/gui/TriggerWizardDialog.cpp
-===================================================================
---- src/gui/TriggerWizardDialog.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/TriggerWizardDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -178,6 +178,7 @@
- class CreateTriggerHandler: public URIHandler
- {
- public:
-+ CreateTriggerHandler() {};
- bool handleURI(URI& uri);
- private:
- static const CreateTriggerHandler handlerInstance;
-Index: src/gui/EventWatcherFrame.cpp
-===================================================================
---- src/gui/EventWatcherFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/EventWatcherFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -55,15 +55,13 @@
- class EventLogControl: public LogTextControl
- {
- public:
-- EventLogControl(wxWindow* parent, wxWindowID id = wxID_ANY,
-- long style = wxSUNKEN_BORDER);
-+ EventLogControl(wxWindow* parent, wxWindowID id = wxID_ANY);
- void logAction(const wxString& action);
- void logEvent(const wxString& name, int count);
- };
- //-----------------------------------------------------------------------------
--EventLogControl::EventLogControl(wxWindow* parent, wxWindowID id,
-- long style)
-- : LogTextControl(parent, id, style)
-+EventLogControl::EventLogControl(wxWindow* parent, wxWindowID id)
-+ : LogTextControl(parent, id)
- {
- }
- //-----------------------------------------------------------------------------
-Index: src/gui/MetadataItemPropertiesFrame.cpp
-===================================================================
---- src/gui/MetadataItemPropertiesFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/MetadataItemPropertiesFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -360,6 +360,8 @@
- case ntDatabase:
- case ntRole:
- pages.push_back(wxT("DDL"));
-+ default:
-+ break;
- };
- wxString page = loadEntireFile(config().getHtmlTemplatesPath()
- + wxT("header.html"));
-@@ -1290,6 +1292,7 @@
- class PageHandler: public URIHandler
- {
- public:
-+ PageHandler() {};
- bool handleURI(URI& uri);
- private:
- static const PageHandler handlerInstance; // singleton; registers itself on creation.
-@@ -1327,6 +1330,7 @@
- class PropertiesHandler: public URIHandler
- {
- public:
-+ PropertiesHandler() {};
- bool handleURI(URI& uri);
- private:
- static const PropertiesHandler handlerInstance; // singleton; registers itself on creation.
-Index: src/gui/ExecuteSqlFrame.cpp
-===================================================================
---- src/gui/ExecuteSqlFrame.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/gui/ExecuteSqlFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -2749,6 +2749,7 @@
- class DropColumnHandler: public URIHandler
- {
- public:
-+ DropColumnHandler() {};
- bool handleURI(URI& uri);
- private:
- static const DropColumnHandler handlerInstance;
-@@ -2806,6 +2807,7 @@
- class DropColumnsHandler: public URIHandler
- {
- public:
-+ DropColumnsHandler() {};
- bool handleURI(URI& uri);
- private:
- static const DropColumnsHandler handlerInstance;
-@@ -2842,6 +2844,7 @@
- class DropObjectHandler: public URIHandler
- {
- public:
-+ DropObjectHandler() {};
- bool handleURI(URI& uri);
- private:
- static const DropObjectHandler handlerInstance;
-@@ -2878,6 +2881,7 @@
- class EditDDLHandler: public URIHandler
- {
- public:
-+ EditDDLHandler() {};
- bool handleURI(URI& uri);
- private:
- static const EditDDLHandler handlerInstance;
-@@ -2919,6 +2923,7 @@
- class EditProcedureHandler: public URIHandler
- {
- public:
-+ EditProcedureHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -2947,6 +2952,7 @@
- class AlterViewHandler: public URIHandler
- {
- public:
-+ AlterViewHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -2973,6 +2979,7 @@
- class EditTriggerHandler: public URIHandler
- {
- public:
-+ EditTriggerHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -2999,6 +3006,7 @@
- class EditGeneratorValueHandler: public URIHandler
- {
- public:
-+ EditGeneratorValueHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -3041,6 +3049,7 @@
- class EditExceptionHandler: public URIHandler
- {
- public:
-+ EditExceptionHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -3067,6 +3076,7 @@
- class IndexActionHandler: public URIHandler
- {
- public:
-+ IndexActionHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-@@ -3113,6 +3123,7 @@
- class ActivateTriggersHandler: public URIHandler
- {
- public:
-+ ActivateTriggersHandler() {};
- bool handleURI(URI& uri);
- private:
- static const ActivateTriggersHandler handlerInstance;
-@@ -3160,6 +3171,7 @@
- class ActivateTriggerHandler: public URIHandler
- {
- public:
-+ ActivateTriggerHandler() {};
- bool handleURI(URI& uri);
- private:
- static const ActivateTriggerHandler handlerInstance;
-Index: src/images.cpp
-===================================================================
---- src/images.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/images.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -68,6 +68,8 @@
- return wxArtProvider::GetIcon(ART_Trigger, wxART_OTHER, sz);
- case ntView:
- return wxArtProvider::GetIcon(ART_View, wxART_OTHER, sz);
-+ default:
-+ break;
- }
- return wxArtProvider::GetIcon(ART_FlameRobin, wxART_OTHER, sz);
- }
-Index: src/objectdescriptionhandler.cpp
-===================================================================
---- src/objectdescriptionhandler.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/objectdescriptionhandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -46,6 +46,7 @@
- class ObjectDescriptionHandler: public URIHandler
- {
- public:
-+ ObjectDescriptionHandler() {};
- bool handleURI(URI& uri);
- private:
- // singleton; registers itself on creation.
-Index: src/addconstrainthandler.cpp
-===================================================================
---- src/addconstrainthandler.cpp (.../rel_0_9_2/src) (révision 2085)
-+++ src/addconstrainthandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
-@@ -1,5 +1,5 @@
- /*
-- Copyright (c) 2004-2009 The FlameRobin Development Team
-+ Copyright (c) 2004-2011 The FlameRobin Development Team
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
-@@ -51,6 +51,8 @@
- class AddConstraintHandler: public URIHandler
- {
- public:
-+ AddConstraintHandler() {};
-+
- bool handleURI(URI& uri);
- private:
- static const AddConstraintHandler handlerInstance; // singleton; registers itself on creation.
diff --git a/dev-db/flamerobin/flamerobin-0.9.2.ebuild b/dev-db/flamerobin/flamerobin-0.9.2.ebuild
deleted file mode 100644
index 7e92ac8b3949..000000000000
--- a/dev-db/flamerobin/flamerobin-0.9.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-WX_GTK_VER="2.8"
-inherit eutils wxwidgets
-
-DESCRIPTION="A database administration tool for Firebird DBMS"
-HOMEPAGE="http://www.flamerobin.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="MIT IBPP-1.1 LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="x11-libs/wxGTK:2.8[X]
- dev-db/firebird"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}-src"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-gcc46.patch"
-}
-
-src_configure() {
- # temp hack since configure is not executable
- chmod +x configure
-
- local myconf
- myconf="${myconf} \
- --disable-shared \
- --disable-debug \
- --with-wx=yes \
- --with-wx-config=${WX_CONFIG}"
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc devdocs/* docs/* docs-src/*
-}
diff --git a/dev-db/flamerobin/metadata.xml b/dev-db/flamerobin/metadata.xml
deleted file mode 100644
index 6b8b207f2403..000000000000
--- a/dev-db/flamerobin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <longdescription>
- FlameRobin is a database administration tool for Firebird DBMS.
- FlameRobin is lightweight (small footprint, fast execution) and
- dependent only on other Open Source software
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">flamerobin</remote-id>
- </upstream>
-</pkgmetadata>