From 933ed80ab9b645de54b16eeb7410c0a54f47574f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 18 Aug 2022 08:34:08 +0100 Subject: gentoo auto-resync : 18:08:2022 - 08:34:07 --- app-i18n/scim-input-pad/Manifest | 2 - .../scim-input-pad/scim-input-pad-0.1.3.ebuild | 60 ---------------------- 2 files changed, 62 deletions(-) delete mode 100644 app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild (limited to 'app-i18n/scim-input-pad') diff --git a/app-i18n/scim-input-pad/Manifest b/app-i18n/scim-input-pad/Manifest index cea714bfc2a9..1f339d8aa790 100644 --- a/app-i18n/scim-input-pad/Manifest +++ b/app-i18n/scim-input-pad/Manifest @@ -1,5 +1,3 @@ DIST scim-input-pad-0.1.3.1.tar.gz 591478 BLAKE2B a89a4d5717f89125e9ae3a9f360e8746cd5eb8a41646e886aa3f9c341f9dbd3e36453ea071896002ae182476cccfb8114323ec6e2b363f7d1ca151e697f510bb SHA512 864a254814c0afa04c10143a6b0de4a927ff8612e01bed3776d09a910cfb12899c17245a89a0386f4fac59ebdaae9e6fb9dc9ff5981f72dbec952a9da52a413d -DIST scim-input-pad-0.1.3.tar.gz 1362611 BLAKE2B a9defe7b70a11b39a405c8e490030bc31b8372b3a7636f7215d5d5a4e1920aff38a810ab5d02ce0d987cd8280b09483e7a77a670de6f26d305ee47d87c1c6c8d SHA512 2a7f52c92feb5f882827f8a7240da6dc347be0f34c5b378ee8c26aba39b925d56caff3145ef237c4e0604d65179b755124b8b40c507666b2f76d12715de1103c EBUILD scim-input-pad-0.1.3.1.ebuild 1427 BLAKE2B f5723e1a9b37e0ec37af7f5712df49b0a9c61e6ef472a5f249e6405751b5198de898f9f1e4646543e4aa541c06882d7481f013fcd6af1cacf8e4d35d8bd53dad SHA512 cea453fce630c5b46b46da0b0d9d5df5676d35ae8394864b3818dcfc6a23bf8f3e832810bb9a675a53593193aee21d019ec0a28553a907fb8de4615622dd2a04 -EBUILD scim-input-pad-0.1.3.ebuild 1427 BLAKE2B f1db14112a30a6e772e4477513860771c590e2798c67bfacff36860df014283de4941468f77d62ad7678474868cc777a6e36787c71c2fd30614ecdae8b80c6f4 SHA512 14c83ef4df7c9cace3839f186f5324bd965c0421c93f81ce4dd1031879718d9cd4c6e08e5a2b5614326e96491e673140a3682bb2698e3bde17ac23becf7995c4 MISC metadata.xml 1731 BLAKE2B aca015101d6521616a6e40f7169ac546b03e318e6bb49dc1ba6843a0343d8ddc73476784553e581ac9314795ce3dbbbca145252f45fcb45df430415e395e3914 SHA512 e0eaba4dbae865174a76bca6961de73cf4e86c55dc2a26971bd7fd5a95833cbd18e8dfa6a8da6aef9988505522d1ee45dac29c6c72a2d917c107a3b3dc0bd227 diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild deleted file mode 100644 index 0cbb2a9701e8..000000000000 --- a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Input pad for SCIM used to input symbols and special characters" -HOMEPAGE="http://www.scim-im.org/" -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=" - >=app-i18n/scim-1.2.0 - >=x11-libs/gtk+-2.6.0:2" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/intltool-0.33 - virtual/pkgconfig" - -src_prepare() { - default - - rm m4/intltool.m4 || die - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable nls) -} - -src_install() { - default - - # no static archives - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - elog - elog "The SCIM input pad should be startable from the SCIM (and Skim)" - elog "systray icon right click menu. You will have to restart SCIM" - elog "(or Skim) in order for the menu entry to appear (you may simply" - elog "restart your X server). If you want to use it immediately, just" - elog "start the SCIM input pad, using the 'scim-input-pad' command." - elog - elog "To use, select the text zone you wish to write in, and just" - elog "click on the wanted character in the right multilevel tabbed" - elog "table, from the SCIM Input Pad interface." - elog - elog "To add new characters to the tables, see the documentation" - elog "(README file in ${EROOT}/usr/share/doc/${PF})." - elog -} -- cgit v1.2.3