summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-02 20:07:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-02 20:12:06 +0200
commit2f027053d6776b4d60968d6db6f7010266b2d829 (patch)
tree516f7f14a70bccef4614c65aae3760eb69bb6751 /gnome-extra
parentdev-cpp/gnome-vfsmm: remove last-rited package, bug 649000 (diff)
downloadgentoo-2f027053d6776b4d60968d6db6f7010266b2d829.tar.gz
gentoo-2f027053d6776b4d60968d6db6f7010266b2d829.tar.bz2
gentoo-2f027053d6776b4d60968d6db6f7010266b2d829.zip
gnome-extra/assogiate: Remove last-rited package, bug 649000
Closes: https://bugs.gentoo.org/649000 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/assogiate/Manifest1
-rw-r--r--gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild50
-rw-r--r--gnome-extra/assogiate/files/assogiate-0.2.1-desktop.patch19
-rw-r--r--gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch17
-rw-r--r--gnome-extra/assogiate/files/assogiate-0.2.1-glib-2.32.patch57
-rw-r--r--gnome-extra/assogiate/files/assogiate-0.2.1-typedialog.patch26
-rw-r--r--gnome-extra/assogiate/metadata.xml8
7 files changed, 0 insertions, 178 deletions
diff --git a/gnome-extra/assogiate/Manifest b/gnome-extra/assogiate/Manifest
deleted file mode 100644
index f3b3960455e1..000000000000
--- a/gnome-extra/assogiate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST assogiate-0.2.1.tar.bz2 369446 BLAKE2B 5b2e656eb9b1f77b73e4b736c748c45aac0be6102cc497139e8f11df38caa7874a02fd04e064e057465c2309876e9ea3a6fa5bff7164c4f3c59933f5b9b6cbb0 SHA512 d54148a13c07e6d9526c67f6522ed450e4afa86074972ae195e2fab2080a68c25f7030be21fcc8aab67aaea9b4e2f70993a402bf91e513ca93b83955b9fba8ac
diff --git a/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild b/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
deleted file mode 100644
index 4737a2b52173..000000000000
--- a/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils flag-o-matic gnome2
-
-DESCRIPTION="assoGiate is an editor of the file types database for GNOME"
-HOMEPAGE="http://www.kdau.com/projects/assogiate"
-SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.8:2
- >=dev-cpp/glibmm-2.46:2
- >=dev-cpp/gtkmm-2.24.4-r3:2.4
- >=dev-cpp/libxmlpp-2.40:2.6
- >=dev-cpp/gnome-vfsmm-2.26.0-r1
-"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- dev-util/intltool
- virtual/pkgconfig
-"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- # Fix desktop file
- epatch "${FILESDIR}"/${P}-desktop.patch
-
- # Fix compilation, bug #374911
- epatch "${FILESDIR}"/${P}-typedialog.patch
-
- # Fix building with glib-2.32, bug #417765
- epatch "${FILESDIR}"/${P}-glib-2.32.patch
-
- # Fix building with gcc-4.7
- epatch "${FILESDIR}"/${P}-gcc-4.7.patch
-
- eautoreconf
- gnome2_src_prepare
-
- append-cxxflags -std=c++11
-}
diff --git a/gnome-extra/assogiate/files/assogiate-0.2.1-desktop.patch b/gnome-extra/assogiate/files/assogiate-0.2.1-desktop.patch
deleted file mode 100644
index 3944938611de..000000000000
--- a/gnome-extra/assogiate/files/assogiate-0.2.1-desktop.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Update assogiate desktop file
-Author: Vincent Legout <vincent@legout.info>
-
-Index: assogiate/data/assogiate.desktop.in
-===================================================================
---- assogiate.orig/data/assogiate.desktop.in 2011-05-02 20:46:29.322670186 +0200
-+++ assogiate/data/assogiate.desktop.in 2011-05-02 20:46:47.835433235 +0200
-@@ -1,9 +1,9 @@
- [Desktop Entry]
--Encoding=UTF-8
- _Name=File Types Editor
- _Comment=Modify the detection and display of file types
- Exec=assogiate
- Icon=assogiate
- Terminal=false
- Type=Application
--Categories=GNOME;GTK;System;FileTools;
-+Categories=GNOME;GTK;System;FileTools;X-GNOME-PersonalSettings;
-+OnlyShowIn=GNOME;
diff --git a/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch b/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch
deleted file mode 100644
index 33d13bd067d5..000000000000
--- a/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix ftbfs with gcc-4.7
-Author: Vincent Legout <vlegout@debian.org>
-Last-Update: 2012-04-04
-Bug-Debian: http://bugs.debian.org/667104
-
-Index: assogiate/libassogiate/mime-package.cc
-===================================================================
---- assogiate.orig/libassogiate/mime-package.cc 2012-03-25 10:47:26.524889975 +0200
-+++ assogiate/libassogiate/mime-package.cc 2012-04-04 18:54:11.675024484 +0200
-@@ -31,6 +31,7 @@
- #include <libxml/tree.h>
- #include <libxml++/parsers/domparser.h>
- #include <libgnomevfsmm/init.h>
-+#include <unistd.h>
-
- /******************************************************************************/
- /* Globals */
diff --git a/gnome-extra/assogiate/files/assogiate-0.2.1-glib-2.32.patch b/gnome-extra/assogiate/files/assogiate-0.2.1-glib-2.32.patch
deleted file mode 100644
index 0bcecc31e5ab..000000000000
--- a/gnome-extra/assogiate/files/assogiate-0.2.1-glib-2.32.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-Description: Include glib.h instead of individual headers
-Author: Vincent Legout <vlegout@debian.org>
-Bug-Debian: http://bugs.debian.org/665507
-
-Index: assogiate/libassogiate/mime-database.cc
-===================================================================
---- assogiate.orig/libassogiate/mime-database.cc 2012-03-25 10:43:34.000000000 +0200
-+++ assogiate/libassogiate/mime-database.cc 2012-03-25 10:47:00.072890551 +0200
-@@ -23,7 +23,7 @@
- #include "private.hh"
- #include "mime-database.hh"
-
--#include <glib/gutils.h>
-+#include <glib.h>
- #include <glibmm/miscutils.h>
-
- /******************************************************************************/
-Index: assogiate/libassogiate/mime-type.cc
-===================================================================
---- assogiate.orig/libassogiate/mime-type.cc 2012-03-25 10:43:34.000000000 +0200
-+++ assogiate/libassogiate/mime-type.cc 2012-03-25 10:47:00.072890551 +0200
-@@ -23,7 +23,7 @@
- #include "private.hh"
- #include "mime-type.hh"
-
--#include <glib/gutils.h>
-+#include <glib.h>
- #include <gtkmm/icontheme.h>
- #include <libxml++/nodes/element.h>
- #include <libxml++/nodes/textnode.h>
-Index: assogiate/libassogiate/misc/extras.cc
-===================================================================
---- assogiate.orig/libassogiate/misc/extras.cc 2012-03-25 10:43:34.000000000 +0200
-+++ assogiate/libassogiate/misc/extras.cc 2012-03-25 10:47:00.092890549 +0200
-@@ -24,7 +24,7 @@
-
- #include <algorithm>
- #include <stdexcept>
--#include <glib/gmem.h>
-+#include <glib.h>
- #include <glibmm/utility.h>
-
- /******************************************************************************/
-Index: assogiate/src/main.cc
-===================================================================
---- assogiate.orig/src/main.cc 2012-03-25 10:43:34.396895145 +0200
-+++ assogiate/src/main.cc 2012-03-25 10:47:07.628890386 +0200
-@@ -28,8 +28,7 @@
- #include <clocale>
- #include <iostream>
- #include <locale>
--#include <glib/goption.h>
--#include <glib/gutils.h>
-+#include <glib.h>
- #include <glibmm/optionentry.h>
- #include <gtk/gtkaboutdialog.h>
- #include <gtk/gtkversion.h>
diff --git a/gnome-extra/assogiate/files/assogiate-0.2.1-typedialog.patch b/gnome-extra/assogiate/files/assogiate-0.2.1-typedialog.patch
deleted file mode 100644
index 188c69be7cad..000000000000
--- a/gnome-extra/assogiate/files/assogiate-0.2.1-typedialog.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix ftbfs
-Author: Vincent Legout <vincent@legout.info>
-Bug-Debian: http://bugs.debian.org/624924
-
-Index: assogiate/src/type-dialog.cc
-===================================================================
---- assogiate.orig/src/type-dialog.cc 2011-05-09 16:51:09.951622099 +0200
-+++ assogiate/src/type-dialog.cc 2011-05-09 16:51:53.293459257 +0200
-@@ -144,7 +144,7 @@
- general_upper->pack_start(*Gtk::manage(general_info), true, true);
-
- if (renameable) {
-- Gtk::ComboBox *cb = new Gtk::ComboBox(CategoriesStore::get_selector());
-+ Gtk::ComboBox *cb = new Gtk::ComboBox(CategoriesStore::get_selector(), false);
- cb->signal_changed().connect
- (sigc::mem_fun(*this, &TypeDialog::on_category_changed));
- m_category_widget = cb;
-@@ -622,7 +622,7 @@
- } else {
- AddItemDialog adder(this, _("Add File Contents Rule"));
-
-- Gtk::ComboBox type(MagicTypesStore::get());
-+ Gtk::ComboBox type(MagicTypesStore::get(), false);
- type.pack_start(MagicTypesColumns::get().name);
- adder.add_item(_("_Type:"), type, true);
-
diff --git a/gnome-extra/assogiate/metadata.xml b/gnome-extra/assogiate/metadata.xml
deleted file mode 100644
index 39980802b1da..000000000000
--- a/gnome-extra/assogiate/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>