app-i18n/imsettings: drop old
authorAkinori Hattori <hattya@gentoo.org>
Sun, 23 Jul 2017 14:04:27 +0000 (23:04 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sun, 23 Jul 2017 14:04:27 +0000 (23:04 +0900)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/imsettings/Manifest
app-i18n/imsettings/imsettings-1.6.8.ebuild [deleted file]
app-i18n/imsettings/metadata.xml

index 9085198e87701a7f26d9d5e3061680161575d875..18019fd697e891a48fedbb12ce1757ff90b6a729 100644 (file)
@@ -1,2 +1 @@
-DIST imsettings-1.6.8.tar.bz2 593942 SHA256 2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba SHA512 a15a4824529b16f61653fdf3e149656c7a2ca1384579c755cec6650414499c3d24ac15178971d961f327c5fd8acd7892b9b4f9c60608166c281c11ab3f2b25b0 WHIRLPOOL c39cb54b9be8424dc1d9eceae12f793847585638f29a52282427c3c07ee1bd3e5ed9d67ff73727b055499c3963e106024eb9f164b32ebcf553b2dfccf1114a6d
 DIST imsettings-1.7.2.tar.bz2 595754 SHA256 41addf0458f760212b6b6100835066e16deb3a8a50eb005a0fc17fbac0a2ae66 SHA512 b28d67705d3d6a0ec95babaca616f750b73cdac5e01ed61e25a6527fd7f816a14654cd7233eca56d7427b9395e7ad75757b95cd7bd55c56bbdc145a3f8bfe1f0 WHIRLPOOL 018baea019f67bd19744facd981d5b6154de9ee19fa0565d9d7d11c6de02cfc1e3027424326700078eed979012e51b685abaaac0ae49a773bb9f088197ba6766
diff --git a/app-i18n/imsettings/imsettings-1.6.8.ebuild b/app-i18n/imsettings/imsettings-1.6.8.ebuild
deleted file mode 100644 (file)
index f260957..0000000
+++ /dev/null
@@ -1,75 +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.bitbucket.org/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.32
-       sys-apps/dbus
-       >=x11-libs/gtk+-2.12:2
-       >=x11-libs/libgxim-0.5.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:use_qt="yes":use_qt="no":' configure || die
-       fi
-       if ! use xfconf; then
-               sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
-       fi
-}
-
-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
-}
index f3d313f59e1ac493f5f9ee30e0282b28da0bafdb..094115428fb1c04b32f0f207c178747ff9aefcf3 100644 (file)
@@ -10,7 +10,6 @@
     <flag name="gtk2">
       Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3
      </flag>
-    <flag name="gtk3">Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag>
     <flag name="xfconf">Enable support for <pkg>xfce-base/xfconf</pkg></flag>
   </use>
   <upstream>