diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-10-02 02:30:49 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-10-02 02:30:49 +0200 |
commit | 8007a55588859854408083a0211909e2567fd026 (patch) | |
tree | aaceee7f0f83ef947b9647a6dd92db7445aee362 /app-i18n/scim-input-pad | |
parent | dev-python/ctypesgen: Remove old (diff) | |
download | gentoo-8007a55588859854408083a0211909e2567fd026.tar.gz gentoo-8007a55588859854408083a0211909e2567fd026.tar.bz2 gentoo-8007a55588859854408083a0211909e2567fd026.zip |
app-i18n/scim-input-pad: Remove old
Package-Manager: portage-2.2.22
Diffstat (limited to 'app-i18n/scim-input-pad')
-rw-r--r-- | app-i18n/scim-input-pad/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/app-i18n/scim-input-pad/Manifest b/app-i18n/scim-input-pad/Manifest index ea5a8bf7fed7..cb37df3c3ecc 100644 --- a/app-i18n/scim-input-pad/Manifest +++ b/app-i18n/scim-input-pad/Manifest @@ -1,3 +1,2 @@ -DIST scim-input-pad-0.1.1.tar.gz 562010 SHA256 f59cea4b42e7e95956415fdb53ae1874244b9b892b7939237654748e48a1669c SHA512 da9b26fb01392b1727f1b192c4f849ca89f92a7b214a4ff5c44a8cd57c3b9d01a04a5ff590144c16cd8b14c9cbff493d78fd76b23b866974770cab20e862a5e0 WHIRLPOOL 09f7851b077da99ca0065450814d7f903fe20b819a66ef9cf82a2d0e40c32ce3fdf0f3e4a93590a5939ea169de09efebdad3e5adf825546bebf3ba3d72919eec DIST scim-input-pad-0.1.3.1.tar.gz 591478 SHA256 a561c3a256cb045f19c0bc2249b3d36a36df6800fa3479390ce1e693d6caae68 SHA512 864a254814c0afa04c10143a6b0de4a927ff8612e01bed3776d09a910cfb12899c17245a89a0386f4fac59ebdaae9e6fb9dc9ff5981f72dbec952a9da52a413d WHIRLPOOL a516fdd4a8b569d7ced15d3df39cff05ac1d37804164622176eb254bed952b069660c3a986867e63e0bcb8cc13d988c63ef57b359b1ed1f27eaf9966e323442d DIST scim-input-pad-0.1.3.tar.gz 1362611 SHA256 d2457dcaa9099c553bb1b9878a7f9b9075d520635196b760e9ee4c89f0f2fe75 SHA512 2a7f52c92feb5f882827f8a7240da6dc347be0f34c5b378ee8c26aba39b925d56caff3145ef237c4e0604d65179b755124b8b40c507666b2f76d12715de1103c WHIRLPOOL 5c0dc0cc004ae3276f6311d26a961ff9166b817e01261f2ca9e8f6e692c6864d3b4a71137d68feb132eff54f44227a7ddd97f956128ac709dbd83e8f76abb8c6 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 deleted file mode 100644 index 301cd2eb5d3d..000000000000 --- a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="1" - -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="x86" -IUSE="nls" - -RDEPEND=">=app-i18n/scim-1.2.0 - >=x11-libs/gtk+-2.6.0:2" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - econf $(use_enable nls) || die "Error: econf failed!" - emake || die "Error: emake failed!" -} - -src_install() { - emake DESTDIR="${D}" install || die "Error: install failed!" - dodoc ChangeLog README TODO -} - -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 /usr/share/doc/${PF})." - elog - -} |