Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-input-pad/
Date: Fri, 02 Oct 2015 00:31:16
Message-Id: 1443745849.8007a55588859854408083a0211909e2567fd026.mrueg@gentoo
1 commit: 8007a55588859854408083a0211909e2567fd026
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 00:30:49 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 00:30:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8007a555
7
8 app-i18n/scim-input-pad: Remove old
9
10 Package-Manager: portage-2.2.22
11
12 app-i18n/scim-input-pad/Manifest | 1 -
13 .../scim-input-pad/scim-input-pad-0.1.1.ebuild | 49 ----------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/app-i18n/scim-input-pad/Manifest b/app-i18n/scim-input-pad/Manifest
17 index ea5a8bf..cb37df3 100644
18 --- a/app-i18n/scim-input-pad/Manifest
19 +++ b/app-i18n/scim-input-pad/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST scim-input-pad-0.1.1.tar.gz 562010 SHA256 f59cea4b42e7e95956415fdb53ae1874244b9b892b7939237654748e48a1669c SHA512 da9b26fb01392b1727f1b192c4f849ca89f92a7b214a4ff5c44a8cd57c3b9d01a04a5ff590144c16cd8b14c9cbff493d78fd76b23b866974770cab20e862a5e0 WHIRLPOOL 09f7851b077da99ca0065450814d7f903fe20b819a66ef9cf82a2d0e40c32ce3fdf0f3e4a93590a5939ea169de09efebdad3e5adf825546bebf3ba3d72919eec
22 DIST scim-input-pad-0.1.3.1.tar.gz 591478 SHA256 a561c3a256cb045f19c0bc2249b3d36a36df6800fa3479390ce1e693d6caae68 SHA512 864a254814c0afa04c10143a6b0de4a927ff8612e01bed3776d09a910cfb12899c17245a89a0386f4fac59ebdaae9e6fb9dc9ff5981f72dbec952a9da52a413d WHIRLPOOL a516fdd4a8b569d7ced15d3df39cff05ac1d37804164622176eb254bed952b069660c3a986867e63e0bcb8cc13d988c63ef57b359b1ed1f27eaf9966e323442d
23 DIST scim-input-pad-0.1.3.tar.gz 1362611 SHA256 d2457dcaa9099c553bb1b9878a7f9b9075d520635196b760e9ee4c89f0f2fe75 SHA512 2a7f52c92feb5f882827f8a7240da6dc347be0f34c5b378ee8c26aba39b925d56caff3145ef237c4e0604d65179b755124b8b40c507666b2f76d12715de1103c WHIRLPOOL 5c0dc0cc004ae3276f6311d26a961ff9166b817e01261f2ca9e8f6e692c6864d3b4a71137d68feb132eff54f44227a7ddd97f956128ac709dbd83e8f76abb8c6
24
25 diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild
26 deleted file mode 100644
27 index 301cd2e..0000000
28 --- a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="1"
36 -
37 -DESCRIPTION="Input pad for SCIM used to input symbols and special characters"
38 -HOMEPAGE="http://www.scim-im.org/"
39 -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="x86"
44 -IUSE="nls"
45 -
46 -RDEPEND=">=app-i18n/scim-1.2.0
47 - >=x11-libs/gtk+-2.6.0:2"
48 -
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_compile() {
53 - econf $(use_enable nls) || die "Error: econf failed!"
54 - emake || die "Error: emake failed!"
55 -}
56 -
57 -src_install() {
58 - emake DESTDIR="${D}" install || die "Error: install failed!"
59 - dodoc ChangeLog README TODO
60 -}
61 -
62 -pkg_postinst() {
63 -
64 - elog
65 - elog "The SCIM input pad should be startable from the SCIM (and Skim)"
66 - elog "systray icon right click menu. You will have to restart SCIM"
67 - elog "(or Skim) in order for the menu entry to appear (you may simply"
68 - elog "restart your X server). If you want to use it immediately, just"
69 - elog "start the SCIM input pad, using the 'scim-input-pad' command."
70 - elog
71 - elog "To use, select the text zone you wish to write in, and just"
72 - elog "click on the wanted character in the right multilevel tabbed"
73 - elog "table, from the SCIM Input Pad interface."
74 - elog
75 - elog "To add new characters to the tables, see the documentation"
76 - elog "(README file in /usr/share/doc/${PF})."
77 - elog
78 -
79 -}