Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
Date: Sun, 16 Oct 2016 10:04:48
Message-Id: 1476612122.797e4aa50ec71eb17a48c9ef81b2f2c0c0216cc5.pacho@gentoo
1 commit: 797e4aa50ec71eb17a48c9ef81b2f2c0c0216cc5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 16 10:02:02 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 16 10:02:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e4aa5
7
8 app-i18n/ibus-table: Drop old
9
10 Package-Manager: portage-2.3.1
11
12 app-i18n/ibus-table/Manifest | 1 -
13 .../ibus-table/ibus-table-1.2.0.20100111.ebuild | 46 ----------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
17 index 15bb4a2..67c6fd5 100644
18 --- a/app-i18n/ibus-table/Manifest
19 +++ b/app-i18n/ibus-table/Manifest
20 @@ -1,2 +1 @@
21 -DIST ibus-table-1.2.0.20100111.tar.gz 419886 SHA256 0ae9e4628059978bbfd51af89fed66ce2ee0841f40e2b6ecd2cd1e10f7368044 SHA512 201baeaa74c5488783c2a99f3192a258113324e18fc9e8e8214be74c433b1ed6fc87faeda7f987df16a707b8733c9855322ec5c4404738d9fdfec53a3aec254a WHIRLPOOL acaf643cd315cadb3bd033a20a83474da51a68d24ca155c61b9ab9185eeb7937226c28f069d12eedcc89edf86d550fb929f29e4ba0ee39ca90a2431e005df8d3
22 DIST ibus-table-1.5.0.tar.gz 432844 SHA256 6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184 SHA512 2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e WHIRLPOOL cec2ad28dd8fa936738e7e2ae1ffa3c0e96a6d5c6cf88c74a98ed0900c31464ba405c6e4449977936733dc28f3c7768f22bb216fca2a583f1679a7bcb596c39d
23
24 diff --git a/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild b/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild
25 deleted file mode 100644
26 index 27df917..00000000
27 --- a/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild
28 +++ /dev/null
29 @@ -1,46 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="3"
35 -PYTHON_DEPEND="2:2.5"
36 -PYTHON_USE_WITH="sqlite"
37 -inherit python
38 -
39 -DESCRIPTION="The Table Engine for IBus Framework"
40 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
41 -SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2 LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="nls"
47 -
48 -RDEPEND=">=app-i18n/ibus-1.2
49 - nls? ( virtual/libintl )"
50 -DEPEND="${RDEPEND}
51 - nls? ( >=sys-devel/gettext-0.16.1 )
52 - virtual/pkgconfig"
53 -
54 -src_prepare() {
55 - mv py-compile py-compile.orig || die
56 - ln -s "$(type -P true)" py-compile || die
57 -}
58 -
59 -src_configure() {
60 - econf $(use_enable nls) --disable-additional
61 -}
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" install || die
65 -
66 - dodoc AUTHORS ChangeLog NEWS README || die
67 -}
68 -
69 -pkg_postinst() {
70 - python_mod_optimize /usr/share/${PN}/engine
71 -}
72 -
73 -pkg_postrm() {
74 - python_mod_cleanup /usr/share/${PN}/engine
75 -}