summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libindicate/Manifest1
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-fix-aclocal.patch7
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-fix-introspection.patch97
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-fix-out-of-source-build.patch51
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch12
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch45
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-examples.patch11
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch44
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch8
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.91-fix-python-version.patch26
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.91-optional-mono.patch43
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.91-optional-python.patch51
-rw-r--r--dev-libs/libindicate/libindicate-0.4.91-r2.ebuild101
-rw-r--r--dev-libs/libindicate/metadata.xml12
14 files changed, 0 insertions, 509 deletions
diff --git a/dev-libs/libindicate/Manifest b/dev-libs/libindicate/Manifest
deleted file mode 100644
index 7f0db41060c..00000000000
--- a/dev-libs/libindicate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libindicate-0.4.91.tar.gz 501873 RMD160 c7e3e7ddad51c8225c900c6ea7a89e1259a3b186 SHA1 dc2b9a6a987e9a8e82daa5940d83142f379369e8 SHA256 c80538a2423e9b9f1d22877b6b722f37914a7c747e694424735b9fc255f50d58
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-fix-aclocal.patch b/dev-libs/libindicate/files/libindicate-0.4.4-fix-aclocal.patch
deleted file mode 100644
index d7184a39ec3..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-fix-aclocal.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- Makefile.am.orig 2010-09-20 23:12:10.442903362 +0200
-+++ Makefile.am 2010-09-20 23:12:20.591583239 +0200
-@@ -1,3 +1,4 @@
-+ACLOCAL_AMFLAGS = -I m4
-
- SUBDIRS = \
- libindicate \
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-fix-introspection.patch b/dev-libs/libindicate/files/libindicate-0.4.4-fix-introspection.patch
deleted file mode 100644
index e3f17518f50..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-fix-introspection.patch
+++ /dev/null
@@ -1,97 +0,0 @@
---- /dev/null 1970-01-01 01:00:00.000000000 +0100
-+++ m4//introspection.m4 2010-09-20 23:33:07.134254070 +0200
-@@ -0,0 +1,94 @@
-+dnl -*- mode: autoconf -*-
-+dnl Copyright 2009 Johan Dahlin
-+dnl
-+dnl This file is free software; the author(s) gives unlimited
-+dnl permission to copy and/or distribute it, with or without
-+dnl modifications, as long as this notice is preserved.
-+dnl
-+
-+# serial 1
-+
-+m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
-+[
-+ AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
-+ AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
-+ AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
-+
-+ dnl enable/disable introspection
-+ m4_if([$2], [require],
-+ [dnl
-+ enable_introspection=yes
-+ ],[dnl
-+ AC_ARG_ENABLE(introspection,
-+ AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
-+ [Enable introspection for this build]),,
-+ [enable_introspection=auto])
-+ ])dnl
-+
-+ AC_MSG_CHECKING([for gobject-introspection])
-+
-+ dnl presence/version checking
-+ AS_CASE([$enable_introspection],
-+ [no], [dnl
-+ found_introspection="no (disabled, use --enable-introspection to enable)"
-+ ],dnl
-+ [yes],[dnl
-+ PKG_CHECK_EXISTS([gobject-introspection-1.0],,
-+ AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
-+ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
-+ found_introspection=yes,
-+ AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
-+ ],dnl
-+ [auto],[dnl
-+ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
-+ ],dnl
-+ [dnl
-+ AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])
-+ ])dnl
-+
-+ AC_MSG_RESULT([$found_introspection])
-+
-+ INTROSPECTION_SCANNER=
-+ INTROSPECTION_COMPILER=
-+ INTROSPECTION_GENERATE=
-+ INTROSPECTION_GIRDIR=
-+ INTROSPECTION_TYPELIBDIR=
-+ if test "x$found_introspection" = "xyes"; then
-+ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
-+ INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
-+ INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
-+ INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-+ INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-+ INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
-+ INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
-+ INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
-+ fi
-+ AC_SUBST(INTROSPECTION_SCANNER)
-+ AC_SUBST(INTROSPECTION_COMPILER)
-+ AC_SUBST(INTROSPECTION_GENERATE)
-+ AC_SUBST(INTROSPECTION_GIRDIR)
-+ AC_SUBST(INTROSPECTION_TYPELIBDIR)
-+ AC_SUBST(INTROSPECTION_CFLAGS)
-+ AC_SUBST(INTROSPECTION_LIBS)
-+ AC_SUBST(INTROSPECTION_MAKEFILE)
-+
-+ AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-+])
-+
-+
-+dnl Usage:
-+dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
-+
-+AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
-+[
-+ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
-+])
-+
-+dnl Usage:
-+dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
-+
-+
-+AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
-+[
-+ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
-+])
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-fix-out-of-source-build.patch b/dev-libs/libindicate/files/libindicate-0.4.4-fix-out-of-source-build.patch
deleted file mode 100644
index a87440e605b..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-fix-out-of-source-build.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- examples/Makefile.am.orig 2010-09-20 23:42:07.380545155 +0200
-+++ examples/Makefile.am 2010-09-20 23:43:31.231899979 +0200
-@@ -18,7 +18,7 @@
- $(LIBINDICATE_CFLAGS)
-
- indicate_and_crash_LDADD = \
-- ../libindicate/libindicate.la \
-+ $(top_srcdir)/libindicate/libindicate.la \
- $(LIBINDICATE_LIBS)
-
- indicate_alot_SOURCES = \
-@@ -30,7 +30,7 @@
- $(LIBINDICATE_CFLAGS)
-
- indicate_alot_LDADD = \
-- ../libindicate/libindicate.la \
-+ $(top_srcdir)/libindicate/libindicate.la \
- $(LIBINDICATE_LIBS)
-
- listen_and_print_SOURCES = \
-@@ -43,8 +43,8 @@
- $(LIBINDICATEGTK_CFLAGS)
-
- listen_and_print_LDADD = \
-- ../libindicate/libindicate.la \
-- ../libindicate-gtk/libindicate-gtk.la \
-+ $(top_srcdir)/libindicate/libindicate.la \
-+ $(top_srcdir)/libindicate-gtk/libindicate-gtk.la \
- $(LIBINDICATE_LIBS) \
- $(LIBINDICATEGTK_LIBS)
-
-@@ -58,8 +58,8 @@
- $(LIBINDICATEGTK_CFLAGS)
-
- im_client_LDADD = \
-- ../libindicate/libindicate.la \
-- ../libindicate-gtk/libindicate-gtk.la \
-+ $(top_srcdir)/libindicate/libindicate.la \
-+ $(top_srcdir)/libindicate-gtk/libindicate-gtk.la \
- $(LIBINDICATE_LIBS) \
- $(LIBINDICATEGTK_LIBS)
-
-@@ -72,7 +72,7 @@
- $(LIBINDICATE_CFLAGS)
-
- show_hide_server_LDADD = \
-- ../libindicate/libindicate.la \
-+ $(top_srcdir)/libindicate/libindicate.la \
- $(LIBINDICATE_LIBS)
-
- python_examples = \
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch b/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch
deleted file mode 100644
index 1554b4c14bb..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- bindings/mono/indicate/Makefile.am.orig 2011-01-30 00:14:17.670042664 +0100
-+++ bindings/mono/indicate/Makefile.am 2011-01-30 00:14:40.204346425 +0100
-@@ -61,7 +61,8 @@
- -e "s|PROP_MENU|menu|" \
- -e "s|PROP_DESKTOP|Desktop|" \
- -e "s|PROP_DESKTOP|desktop|" \
-- $< > $@
-+ $< > $@.tmp
-+ mv $@.tmp $@
-
- api_includes = $(GTK_SHARP_CFLAGS)
-
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch
deleted file mode 100644
index 13c09f90fc8..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- configure.ac.orig 2010-09-20 23:15:36.692289201 +0200
-+++ configure.ac 2010-09-20 23:26:30.159014141 +0200
-@@ -171,8 +171,18 @@
- # GTK Doc
- ###########################
-
-+AC_ARG_ENABLE([doc],
-+ AC_HELP_STRING([--disable-doc], [Disable doc generation]),
-+ [enable_doc=$enableval], [enable_doc=auto])
-+AM_CONDITIONAL([WANT_DOC], [test "x$enable_doc" != "xno"])
-+
- GTK_DOC_CHECK([1.4])
-+AS_IF([test "x$enable_doc" != "xno"],[
- GNOME_DOC_INIT
-+],[
-+# The initialisation is still needed for certain conditionals to be defined, just make it not output any error
-+GNOME_DOC_INIT(,,[:])
-+])
- GNOME_COMPILE_WARNINGS
-
- ##############################
-@@ -271,2 +281,7 @@
-- GObject Introspection: $enable_introspection
--])
-+ GObject Introspection: $enable_introspection
-+])
-+
-+AM_COND_IF([HAVE_GNOME_DOC_UTILS],
-+ [AC_MSG_NOTICE([ Documentation: yes])],
-+ [AC_MSG_NOTICE([ Documentation: no])]
-+)
---- Makefile.am.orig 2010-09-20 23:12:10.442903362 +0200
-+++ Makefile.am 2010-09-20 23:27:12.557785756 +0200
-@@ -1,2 +1,6 @@
-
-+if WANT_DOC
-+DOC_SUBDIR = docs
-+endif
-+
- SUBDIRS = \
-@@ -8,3 +12,3 @@
- tests \
-- docs
-+ $(DOC_SUBDIR)
-
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-examples.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-examples.patch
deleted file mode 100644
index 8e2e0364404..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-examples.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/Makefile.am.orig 2010-09-20 23:42:07.380545155 +0200
-+++ examples/Makefile.am 2010-09-20 23:57:17.405792954 +0200
-@@ -2,7 +2,7 @@
- CSFILES = IndicatorMonoExample.cs
- CLEANFILES = $(ASSEMBLY)
-
--libexec_PROGRAMS = \
-+EXTRA_PROGRAMS = \
- indicate-and-crash \
- indicate-alot \
- listen-and-print \
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch
deleted file mode 100644
index 2c5b2592a3b..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- configure.ac.orig 2010-09-20 23:15:36.692289201 +0200
-+++ configure.ac 2010-09-20 23:17:50.380918143 +0200
-@@ -66,3 +66,9 @@
-
-+AC_ARG_ENABLE([gtk],
-+ AC_HELP_STRING([--disable-gtk], [Disable libindicate-gtk library]),
-+ [enable_gtk=$enableval], [enable_gtk=auto])
-+AM_CONDITIONAL([WANT_LIBINDICATEGTK], [test "x$enable_gtk" != "xno"])
-+
-+AS_IF([test "x$enable_gtk" != "xno"],[
- GDK_PIXBUF_REQUIRED_VERSION=2.12
-
-@@ -74,4 +80,7 @@
-- dbus-glib-1 >= $DBUS_REQUIRED_VERSION)
-+ dbus-glib-1 >= $DBUS_REQUIRED_VERSION,
-+ [have_gtk=yes]
-+)
- AC_SUBST(LIBINDICATEGTK_CFLAGS)
- AC_SUBST(LIBINDICATEGTK_LIBS)
-+])
-
-@@ -271,2 +280,7 @@
-- GObject Introspection: $enable_introspection
--])
-+ GObject Introspection: $enable_introspection
-+])
-+
-+AS_IF([test "x$have_gtk" = "xyes"],
-+ [AC_MSG_NOTICE([ Gtk: yes])],
-+ [AC_MSG_NOTICE([ Gtk: no])]
-+)
---- Makefile.am.orig 2010-09-20 23:12:10.442903362 +0200
-+++ Makefile.am 2010-09-20 23:17:35.141406450 +0200
-@@ -1,5 +1,9 @@
-
-+if WANT_LIBINDICATEGTK
-+LIBINDICATEGTK_SUBDIR = libindicate-gtk
-+endif
-+
- SUBDIRS = \
- libindicate \
-- libindicate-gtk \
-+ $(LIBINDICATEGTK_SUBDIR) \
- bindings \
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
deleted file mode 100644
index 97cb78ce3c4..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- examples/Makefile.am.orig 2010-09-20 23:42:07.380545155 +0200
-+++ examples/Makefile.am 2010-09-20 23:44:49.173431396 +0200
-@@ -97,5 +97,3 @@
- $(ASSEMBLY): $(CSFILES) Makefile.am
- $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(srcdir)/$(CSFILES)
- chmod a+x indicator-mono-example
--
--all: $(ASSEMBLY)
diff --git a/dev-libs/libindicate/files/libindicate-0.4.91-fix-python-version.patch b/dev-libs/libindicate/files/libindicate-0.4.91-fix-python-version.patch
deleted file mode 100644
index c08f982ac7a..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.91-fix-python-version.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.ac.orig 2011-01-29 21:38:44.667942630 +0100
-+++ configure.ac 2011-01-29 21:42:03.892863493 +0100
-@@ -153,15 +153,16 @@
--AM_PATH_PYTHON(2.3.5)
--AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
--
-+PYTHON_REQUIRED=2.3.5
- PYGTK_REQUIRED=2.14.0
- PYGOBJECT_REQUIRED=0.22
-
--PKG_CHECK_MODULES(INDICATE_PYTHON, [pygtk-2.0 >= $PYGTK_REQUIRED
-- pygobject-2.0 >= $PYGOBJECT_REQUIRED],
-- [have_python=yes]
-+AM_PATH_PYTHON([$PYTHON_REQUIRED])
-+AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
-+
-+PKG_CHECK_MODULES([INDICATE_PYTHON], [python-$PYTHON_VERSION >= $PYTHON_REQUIRED
-+ pygtk-2.0 >= $PYGTK_REQUIRED
-+ pygobject-2.0 >= $PYGOBJECT_REQUIRED],
-+ [have_python=yes]
- )
-
--INDICATE_PYTHON_LIBS+=$(python$PYTHON_VERSION-config --libs)
- # libpyglib-2.0-python* doesn't have a pkgconfig unfortunately
- INDICATE_PYTHON_LIBS+=" -lpyglib-2.0-python$PYTHON_VERSION"
-
diff --git a/dev-libs/libindicate/files/libindicate-0.4.91-optional-mono.patch b/dev-libs/libindicate/files/libindicate-0.4.91-optional-mono.patch
deleted file mode 100644
index d663389db9b..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.91-optional-mono.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- configure.ac.orig 2011-01-29 21:02:19.646030407 +0100
-+++ configure.ac 2011-01-29 21:12:00.156516831 +0100
-@@ -91,6 +91,12 @@
- # Check for Mono support
- ###########################
-
-+AC_ARG_ENABLE([mono],
-+ AC_HELP_STRING([--disable-mono], [Disable Mono bindings generation]),
-+ [enable_mono=$enableval], [enable_mono=auto])
-+AM_CONDITIONAL([WANT_MONO], [test "x$enable_mono" != "xno"])
-+
-+AS_IF([test "x$enable_mono" != "xno"],[
- MONO_REQUIRED_VERSION=1.0
- PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
-
-@@ -141,6 +147,7 @@
- AC_SUBST(GAPI_CODEGEN)
- AC_PATH_PROG(GAPI_FIXUP, gapi2-fixup, no)
- AC_SUBST(GAPI_FIXUP)
-+])
-
- ###########################
- # Check for Python support
-@@ -273,2 +280,7 @@
-- GObject Introspection: $enable_introspection
--])
-+ GObject Introspection: $enable_introspection
-+])
-+
-+AS_IF([test "x$has_mono" = "xtrue"],
-+ [AC_MSG_NOTICE([ Mono bindings: yes])],
-+ [AC_MSG_NOTICE([ Mono bindings: no])]
-+)
---- bindings/Makefile.am.orig 2011-01-29 21:10:05.095991987 +0100
-+++ bindings/Makefile.am 2011-01-29 21:11:06.349142195 +0100
-@@ -1,2 +1,6 @@
-+if WANT_MONO
-+MONO_SUBDIR = mono
-+endif
-+
--SUBDIRS = mono python
-+SUBDIRS = $(MONO_SUBDIR) python
-
diff --git a/dev-libs/libindicate/files/libindicate-0.4.91-optional-python.patch b/dev-libs/libindicate/files/libindicate-0.4.91-optional-python.patch
deleted file mode 100644
index 43d42fbd22f..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.91-optional-python.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.ac.orig 2011-01-29 21:51:17.724952231 +0100
-+++ configure.ac 2011-01-29 21:52:29.969745013 +0100
-@@ -146,4 +146,14 @@
- # Check for Python support
- ###########################
-
-+AC_ARG_ENABLE([python],
-+ AC_HELP_STRING([--disable-python], [Disable Python bindings generation]),
-+ [enable_python=$enableval], [enable_python=auto])
-+AM_CONDITIONAL([WANT_PYTHON], [test "x$enable_python" != "xno"])
-+
-+AS_IF([test "x$enable_python" != "xno"],[
-+ AS_IF([test "x$have_gtk" != "xyes"],[
-+ AC_MSG_ERROR([Python bindings require GTK support, please --enable-gtk])
-+ ])
-+
- AM_PATH_PYTHON(2.3.5)
-@@ -156,2 +166,4 @@
-- pygobject-2.0 >= $PYGOBJECT_REQUIRED])
-+ pygobject-2.0 >= $PYGOBJECT_REQUIRED],
-+ [have_python=yes]
-+)
-
-@@ -171,6 +183,7 @@
- PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
- AC_SUBST(PYGTK_CODEGEN)
- AC_MSG_RESULT($PYGTK_CODEGEN)
-+])
-
- ###########################
- # GTK Doc
-@@ -271,2 +284,7 @@
-- GObject Introspection: $enable_introspection
--])
-+ GObject Introspection: $enable_introspection
-+])
-+
-+AS_IF([test "x$have_python" = "xyes"],
-+ [AC_MSG_NOTICE([ Python bindings: yes])],
-+ [AC_MSG_NOTICE([ Python bindings: no])]
-+)
---- bindings/Makefile.am.orig 2011-01-29 21:53:17.826282713 +0100
-+++ bindings/Makefile.am 2011-01-29 21:53:52.951209371 +0100
-@@ -1,2 +1,6 @@
-+if WANT_PYTHON
-+PYTHON_SUBDIR = python
-+endif
-+
--SUBDIRS = mono python
-+SUBDIRS = mono $(PYTHON_SUBDIR)
-
diff --git a/dev-libs/libindicate/libindicate-0.4.91-r2.ebuild b/dev-libs/libindicate/libindicate-0.4.91-r2.ebuild
deleted file mode 100644
index 7315c30d5c0..00000000000
--- a/dev-libs/libindicate/libindicate-0.4.91-r2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit autotools eutils versionator
-
-MY_MAJOR_VERSION="$(get_version_component_range 1-2)"
-if version_is_at_least "${MY_MAJOR_VERSION}.50" ; then
- MY_MAJOR_VERSION="$(get_major_version).$(($(get_version_component_range 2)+1))"
-fi
-
-BROKEN_MONO="0.4.91"
-
-DESCRIPTION="Library to raise flags on DBus for other components of the desktop to pick up and visualize"
-HOMEPAGE="https://launchpad.net/libindicate/"
-SRC_URI="http://launchpad.net/${PN}/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gtk +introspection mono python"
-
-RESTRICT="test"
-
-# For the dependency on dev-libs/libdbusmenu see launchpad-bug #552667
-RDEPEND="dev-libs/glib:2[introspection=]
- dev-libs/dbus-glib
- >=dev-libs/libdbusmenu-0.3.90[introspection=]
- dev-libs/libxml2:2
- x11-libs/gtk+:2
- python? ( dev-python/pygtk )
- mono? (
- dev-dotnet/gtk-sharp
- dev-dotnet/gtk-sharp-gapi
- )"
-DEPEND="${RDEPEND}
- doc? ( dev-util/gtk-doc )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
- dev-util/gtk-doc-am
- dev-util/pkgconfig"
-
-REQUIRED_USE="python? ( gtk )"
-DOCS=( AUTHORS )
-
-if has "${PV}" ${BROKEN_MONO}; then
- # Mono bindings are broken in this version, forbid
- REQUIRED_USE+=" !mono"
-fi
-
-src_prepare() {
- # Make python optional, launchpad-bug #643921
- epatch "${FILESDIR}/${P}-optional-python.patch"
- # Restore SUBDIRS to make optional-mono apply
- sed -i bindings/Makefile.am \
- -e 's/^SUBDIRS =.*/SUBDIRS = mono python/'
- # Make mono optional, launchpad-bug #643922
- epatch "${FILESDIR}/${P}-optional-mono.patch"
- # Make SUBDIRS empty, after applying optional-python and optional-mono
- sed -i bindings/Makefile.am \
- -e 's/^SUBDIRS =.*/SUBDIRS = $(MONO_SUBDIR) $(PYTHON_SUBDIR)/'
- # Make gtk optional, launchpad-bug #431311
- epatch "${FILESDIR}/${PN}-0.4.4-optional-gtk.patch"
- # Make doc optional, launchpad-bug #643911
- epatch "${FILESDIR}/${PN}-0.4.4-optional-doc.patch"
- # Do not compile mono-example by default, launchpad-bug #643912
- epatch "${FILESDIR}/${PN}-0.4.4-optional-mono-example.patch"
- # Do not compile examples by default, launchpad-bug #643917
- epatch "${FILESDIR}/${PN}-0.4.4-optional-examples.patch"
- # Fix trouble with autoreconf and m4 directory, launchpad-bug #683552
- epatch "${FILESDIR}/${PN}-0.4.4-fix-aclocal.patch"
- # Fixup undeclared HAVE_INTROSPECTION, launchpad-bug #552537
- epatch "${FILESDIR}/${PN}-0.4.4-fix-introspection.patch"
- # Fix out-of-source builds, launchpad-bug #643913
- epatch "${FILESDIR}/${PN}-0.4.4-fix-out-of-source-build.patch"
- # Fix python version detection, launchpad-bug #594992
- epatch "${FILESDIR}/${P}-fix-python-version.patch"
- # Fix parallel-make for mono bindings, launchpad-bug #709954
- epatch "${FILESDIR}/${PN}-0.4.4-mono-parallel-make.patch"
- # Drop -Werror in a release
- sed -e 's:-Werror::g' -i libindicate/Makefile.am libindicate-gtk/Makefile.am || die "sed failed"
- eautoreconf
-}
-
-src_configure() {
- # gobject-instrospection is a nightmare in this package, it's fixable for libindicate
- # and not for libindicate-gtk, disable it until its fixed on upstream
- econf \
- --disable-dependency-tracking \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable doc) \
- $(use_enable introspection) \
- $(use_enable mono) \
- $(use_enable python) \
- ${conf}
-}
-
-src_test() {
- emake check
-}
diff --git a/dev-libs/libindicate/metadata.xml b/dev-libs/libindicate/metadata.xml
deleted file mode 100644
index 1e3638548b9..00000000000
--- a/dev-libs/libindicate/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>
- <herd>kde</herd>
- <maintainer>
- <email>mrpouet@gentoo.org</email>
- <name>Romain Perier</name>
- </maintainer>
- <use>
- <flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
- </use>
-</pkgmetadata>