Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nabi/
Date: Wed, 29 Aug 2018 13:02:08
Message-Id: 1535547714.1ba31a05dcf11e1f78441840ae51f6ada344b5e3.hattya@gentoo
1 commit: 1ba31a05dcf11e1f78441840ae51f6ada344b5e3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 12:51:39 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 13:01:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba31a05
7
8 app-i18n/nabi: drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/nabi/Manifest | 1 -
13 app-i18n/nabi/nabi-0.99.11.ebuild | 52 ---------------------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
17 index 26b89a9582b..31cbfb51c44 100644
18 --- a/app-i18n/nabi/Manifest
19 +++ b/app-i18n/nabi/Manifest
20 @@ -1,2 +1 @@
21 -DIST nabi-0.99.11.tar.gz 840845 BLAKE2B f1119fa1a2b079b54d9b275347d25b26eaebcd262eaf8ca8071838e1509deceb4df4b0908a354616195ba11bd2e1d994b917cbc965385bd6d9292c1bf1c24dd0 SHA512 0cc2a1e04241a13207226db6c2db811b32ca0cc41c28905122126d6193d6a83c575960aca0f4da0574e399a11b96e7b8c250b6f6245cc8ff3de37c2ea761b834
22 DIST nabi-1.0.0.tar.gz 926638 BLAKE2B 4757d09846c6e450b6ecf07188f32fc31f13f5e1235a2f31679d6a70f39dabeea2aac36db16bf98b2cbc7155b9ccca1008cb1423b4bdbcba25117cb0cfa69c68 SHA512 afd621f3ba2743db429625cdf468abad97c20d91af90f01dea14a75d4a4bc7ea3770b37387acf7da8306b92cb3fbb51d74930459f7e42d137062f01d737ede94
23
24 diff --git a/app-i18n/nabi/nabi-0.99.11.ebuild b/app-i18n/nabi/nabi-0.99.11.ebuild
25 deleted file mode 100644
26 index 0c6dd59203a..00000000000
27 --- a/app-i18n/nabi/nabi-0.99.11.ebuild
28 +++ /dev/null
29 @@ -1,52 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -DESCRIPTION="Simple Hanguk X Input Method"
36 -HOMEPAGE="https://code.google.com/p/nabi/"
37 -SRC_URI="https://nabi.googlecode.com/files/${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -IUSE="debug nls"
42 -KEYWORDS="~amd64 ~ppc ~x86"
43 -
44 -RDEPEND=">=app-i18n/libhangul-0.1.0
45 - dev-libs/glib:2
46 - x11-libs/gdk-pixbuf:2
47 - >=x11-libs/gtk+-2.4:2
48 - x11-libs/libICE
49 - x11-libs/libSM
50 - x11-libs/libX11
51 - x11-libs/pango
52 - virtual/libintl"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 - sys-devel/gettext"
56 -
57 -DOCS=( AUTHORS ChangeLog ChangeLog.0 NEWS README TODO )
58 -
59 -src_configure() {
60 - local myconf=
61 -
62 - # Broken configure: --disable-debug also enables debug
63 - use debug && \
64 - myconf="${myconf} --enable-debug"
65 -
66 - econf ${myconf}
67 -}
68 -
69 -src_install() {
70 - default
71 -
72 - insinto /etc/X11/xinit/xinput.d
73 - sed -e "s:@EPREFIX@:${EPREFIX}:g" "${FILESDIR}/xinput-${PN}" | newins - "${PN}.conf"
74 -}
75 -
76 -pkg_postinst() {
77 - elog "You MUST add environment variable..."
78 - elog
79 - elog "export XMODIFIERS=\"@im=nabi\""
80 - elog
81 -}