summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-06 11:54:35 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-07 22:05:30 +0200
commit33971e4c8f9a870d8e801ab2f251696d300bce4a (patch)
treec07abda6e5ed8ba75af79c4521501b2f2cf82a12
parentxfce-base/libxfce4ui: Drop old (diff)
downloadgentoo-33971e4c8f9a870d8e801ab2f251696d300bce4a.tar.gz
gentoo-33971e4c8f9a870d8e801ab2f251696d300bce4a.tar.bz2
gentoo-33971e4c8f9a870d8e801ab2f251696d300bce4a.zip
app-i18n/imsettings: Drop old
-rw-r--r--app-i18n/imsettings/Manifest1
-rw-r--r--app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch29
-rw-r--r--app-i18n/imsettings/imsettings-1.5.0.ebuild77
3 files changed, 0 insertions, 107 deletions
diff --git a/app-i18n/imsettings/Manifest b/app-i18n/imsettings/Manifest
index 684dc0aaa9e7..be2aa02593f6 100644
--- a/app-i18n/imsettings/Manifest
+++ b/app-i18n/imsettings/Manifest
@@ -1,2 +1 @@
-DIST imsettings-1.5.0.tar.bz2 567488 SHA256 06a9d82718104fb9b86ded11bc73afaf7dd858b138eb24d8264c6a4877db161e SHA512 0743264fc09c9998d93fd92195946936141f17a943783b40906d0e269db691c7559e05158217f7a3b46b18cd29004338b94ca9958d52185c630e26cd7dfca08d WHIRLPOOL 21e96e5b9aeb80189a9aa6650d86d0cf1a72287a246eb43c0e54af94d1d5dc37e47c5760e17b36c0c3f222367520f81a50150fc3e4a4449e3ed284d237e91d06
DIST imsettings-1.6.8.tar.bz2 593942 SHA256 2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba SHA512 a15a4824529b16f61653fdf3e149656c7a2ca1384579c755cec6650414499c3d24ac15178971d961f327c5fd8acd7892b9b4f9c60608166c281c11ab3f2b25b0 WHIRLPOOL c39cb54b9be8424dc1d9eceae12f793847585638f29a52282427c3c07ee1bd3e5ed9d67ff73727b055499c3963e106024eb9f164b32ebcf553b2dfccf1114a6d
diff --git a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch b/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
deleted file mode 100644
index be7350f9401f..000000000000
--- a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 75e1ec9cea4bb9f108c0637a4b62cabfa500ed61 Mon Sep 17 00:00:00 2001
-From: Akira TAGOH <akira@tagoh.org>
-Date: Wed, 3 Apr 2013 19:37:15 +0900
-Subject: [PATCH] Fix a build issue with the latest gobject-introspection
-
----
- imsettings/Makefile.am | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/imsettings/Makefile.am b/imsettings/Makefile.am
-index 574480a..8e5999a 100644
---- a/imsettings/Makefile.am
-+++ b/imsettings/Makefile.am
-@@ -117,9 +117,11 @@ IMSettings_1_3_gir_INCLUDES = \
- GObject-2.0 \
- Gio-2.0 \
- $(NULL)
-+IMSettings_1_3_gir_SCANNERFLAGS = \
-+ --symbol-prefix=imsettings \
-+ $(NULL)
- IMSettings_1_3_gir_CFLAGS = \
- $(INCLUDES) \
-- --symbol-prefix=imsettings \
- $(NULL)
- IMSettings_1_3_gir_LIBS = libimsettings.la
- IMSettings_1_3_gir_FILES = $(introspection_sources)
---
-1.8.5.2
-
diff --git a/app-i18n/imsettings/imsettings-1.5.0.ebuild b/app-i18n/imsettings/imsettings-1.5.0.ebuild
deleted file mode 100644
index dc7d47cdd130..000000000000
--- a/app-i18n/imsettings/imsettings-1.5.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="https://tagoh.github.com/imsettings/"
-SRC_URI="https://bitbucket.org/tagoh/imsettings/downloads/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gconf gtk3 qt4 static-libs xfconf"
-
-# X11 connections are required for test.
-RESTRICT="test"
-
-RDEPEND=">=dev-libs/check-0.9.4
- >=dev-libs/glib-2.26
- sys-apps/dbus
- >=x11-libs/gtk+-2.12:2
- >=x11-libs/libgxim-0.4.0
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- gconf? ( gnome-base/gconf )
- gtk3? ( x11-libs/gtk+:3 )
- qt4? ( dev-qt/qtcore:4 )
- xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool
- doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- # Prevent automagic linking to libxfconf-0.
- if ! use gconf; then
- sed -i -e 's:gconf-2.0:dIsAbLe&:' configure || die
- fi
- if ! use gtk3; then
- sed -i -e 's:gtk+-3.0:dIsAbLe&:' configure || die
- fi
- if ! use qt4; then
- sed -i -e 's:QtCore:dIsAbLe&:' configure || die
- fi
- if ! use xfconf; then
- sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
- fi
- epatch "${FILESDIR}"/${P}-gir-scanner.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-
- fperms 0755 /usr/libexec/xinputinfo.sh
- fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}"
-}
-
-pkg_postinst() {
- if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
- ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
- fi
-}