summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-20 19:23:06 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-20 19:23:06 +0000
commita8732bf599271ecc803fcfb1af63884d00b1a53e (patch)
treebfc5b07073e765e78f64131551f1cf831021ce0a /app-i18n/imsettings
parentRemove old. (diff)
downloadgentoo-2-a8732bf599271ecc803fcfb1af63884d00b1a53e.tar.gz
gentoo-2-a8732bf599271ecc803fcfb1af63884d00b1a53e.tar.bz2
gentoo-2-a8732bf599271ecc803fcfb1af63884d00b1a53e.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n/imsettings')
-rw-r--r--app-i18n/imsettings/ChangeLog8
-rw-r--r--app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch25
-rw-r--r--app-i18n/imsettings/files/imsettings-1.2.8.1-glib32.patch12
-rw-r--r--app-i18n/imsettings/imsettings-1.2.4.ebuild68
-rw-r--r--app-i18n/imsettings/imsettings-1.2.5.ebuild68
-rw-r--r--app-i18n/imsettings/imsettings-1.2.6.ebuild68
-rw-r--r--app-i18n/imsettings/imsettings-1.2.8.1.ebuild69
7 files changed, 7 insertions, 311 deletions
diff --git a/app-i18n/imsettings/ChangeLog b/app-i18n/imsettings/ChangeLog
index 93710eb5b694..188733d01f89 100644
--- a/app-i18n/imsettings/ChangeLog
+++ b/app-i18n/imsettings/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/imsettings
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/ChangeLog,v 1.18 2015/02/07 13:41:34 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/ChangeLog,v 1.19 2015/04/20 19:23:06 mrueg Exp $
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org>
+ -files/imsettings-1.2.2-gtk.patch, -files/imsettings-1.2.8.1-glib32.patch,
+ -imsettings-1.2.4.ebuild, -imsettings-1.2.5.ebuild, -imsettings-1.2.6.ebuild,
+ -imsettings-1.2.8.1.ebuild:
+ Remove old.
07 Feb 2015; Naohiro Aota <naota@gentoo.org> imsettings-1.5.0.ebuild:
Fix SRC_URI and libgxim dependency. #521840
diff --git a/app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch b/app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch
deleted file mode 100644
index 3320065d9d97..000000000000
--- a/app-i18n/imsettings/files/imsettings-1.2.2-gtk.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3f316f5f4da4de8591141e4949c041cc7662666b Mon Sep 17 00:00:00 2001
-From: Akira TAGOH <akira@tagoh.org>
-Date: Thu, 28 Apr 2011 17:48:59 +0900
-Subject: [PATCH 1/3] fix a typo
-
----
- data/xinput.sh.in.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/data/xinput.sh.in.in b/data/xinput.sh.in.in
-index 2ad3f6b..39b3951 100755
---- a/data/xinput.sh.in.in
-+++ b/data/xinput.sh.in.in
-@@ -45,7 +45,7 @@ function is_gtk_supported() {
- [ -n "$IMSETTINGS_DISABLE_DESKTOP_CHECK" ] && return 0
- case "$DESKTOP_SESSION" in
- *gnome|openbox)
-- if check_imsettings_capability gconf && check_imsettings_capability gsettings; then
-+ if check_imsettings_capability gconf || check_imsettings_capability gsettings; then
- return 0
- fi
- ;;
---
-1.7.5.rc3
-
diff --git a/app-i18n/imsettings/files/imsettings-1.2.8.1-glib32.patch b/app-i18n/imsettings/files/imsettings-1.2.8.1-glib32.patch
deleted file mode 100644
index 2cebb6d9b960..000000000000
--- a/app-i18n/imsettings/files/imsettings-1.2.8.1-glib32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/rhbz_599924.c b/tests/rhbz_599924.c
-index 6741fd3..531043f 100644
---- a/tests/rhbz_599924.c
-+++ b/tests/rhbz_599924.c
-@@ -27,7 +27,6 @@
-
- #include <unistd.h>
- #include <glib.h>
--#include <glib/gthread.h>
- #include "imsettings-info.h"
- #include "main.h"
-
diff --git a/app-i18n/imsettings/imsettings-1.2.4.ebuild b/app-i18n/imsettings/imsettings-1.2.4.ebuild
deleted file mode 100644
index b284c0cda6ab..000000000000
--- a/app-i18n/imsettings/imsettings-1.2.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/imsettings-1.2.4.ebuild,v 1.5 2013/03/02 19:27:25 hwoarang Exp $
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="http://tagoh.github.com/imsettings/"
-SRC_URI="http://imsettings.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc 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.3.1
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- qt4? ( dev-qt/qtcore:4 )
- xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-src_prepare() {
- # Prevent automagic linking to libxfconf-0.
- if ! use xfconf; then
- sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
- fi
- if ! use qt4; then
- sed -i -e 's:QtCore:dIsAbLe&:' configure || die
- fi
- epatch "${FILESDIR}"/${PN}-1.2.8.1-glib32.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-
- fperms 0755 /usr/libexec/xinputinfo.sh || die
- fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
- ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
- fi
-}
diff --git a/app-i18n/imsettings/imsettings-1.2.5.ebuild b/app-i18n/imsettings/imsettings-1.2.5.ebuild
deleted file mode 100644
index 358819d27aa1..000000000000
--- a/app-i18n/imsettings/imsettings-1.2.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/imsettings-1.2.5.ebuild,v 1.5 2013/03/02 19:27:25 hwoarang Exp $
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="http://tagoh.github.com/imsettings/"
-SRC_URI="http://imsettings.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc 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.3.1
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- qt4? ( dev-qt/qtcore:4 )
- xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-src_prepare() {
- # Prevent automagic linking to libxfconf-0.
- if ! use xfconf; then
- sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
- fi
- if ! use qt4; then
- sed -i -e 's:QtCore:dIsAbLe&:' configure || die
- fi
- epatch "${FILESDIR}"/${PN}-1.2.8.1-glib32.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-
- fperms 0755 /usr/libexec/xinputinfo.sh || die
- fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
- ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
- fi
-}
diff --git a/app-i18n/imsettings/imsettings-1.2.6.ebuild b/app-i18n/imsettings/imsettings-1.2.6.ebuild
deleted file mode 100644
index 296a653dcb69..000000000000
--- a/app-i18n/imsettings/imsettings-1.2.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/imsettings-1.2.6.ebuild,v 1.5 2013/03/02 19:27:25 hwoarang Exp $
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="http://tagoh.github.com/imsettings/"
-SRC_URI="http://imsettings.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc 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.3.1
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- qt4? ( dev-qt/qtcore:4 )
- xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-src_prepare() {
- # Prevent automagic linking to libxfconf-0.
- if ! use xfconf; then
- sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
- fi
- if ! use qt4; then
- sed -i -e 's:QtCore:dIsAbLe&:' configure || die
- fi
- epatch "${FILESDIR}"/${PN}-1.2.8.1-glib32.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-
- fperms 0755 /usr/libexec/xinputinfo.sh || die
- fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
- ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
- fi
-}
diff --git a/app-i18n/imsettings/imsettings-1.2.8.1.ebuild b/app-i18n/imsettings/imsettings-1.2.8.1.ebuild
deleted file mode 100644
index 591a10649455..000000000000
--- a/app-i18n/imsettings/imsettings-1.2.8.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/imsettings-1.2.8.1.ebuild,v 1.3 2013/03/02 19:27:25 hwoarang Exp $
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="http://tagoh.github.com/imsettings/"
-SRC_URI="http://imsettings.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc 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.3.1
- >=x11-libs/libnotify-0.7
- x11-libs/libX11
- 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"
-
-src_prepare() {
- # Prevent automagic linking to libxfconf-0.
- if ! use xfconf; then
- sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
- fi
- if ! use qt4; then
- sed -i -e 's:QtCore:dIsAbLe&:' configure || die
- fi
- epatch "${FILESDIR}"/${PN}-1.2.8.1-glib32.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-
- fperms 0755 /usr/libexec/xinputinfo.sh || die
- fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
- ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
- fi
-}