Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/im-canna/files/, app-i18n/im-canna/, profiles/
Date: Sat, 17 Jul 2021 11:26:48
Message-Id: 1626521122.43d97c406425e6c5a3a85d200e4722c7eb2f7e8e.soap@gentoo
1 commit: 43d97c406425e6c5a3a85d200e4722c7eb2f7e8e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 11:25:22 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 11:25:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d97c40
7
8 app-i18n/im-canna: treeclean
9
10 Closes: https://bugs.gentoo.org/796878
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-i18n/im-canna/Manifest | 1 -
14 app-i18n/im-canna/files/im-canna-gentoo.patch | 35 ----------------------
15 app-i18n/im-canna/im-canna-0.3.2.2-r1.ebuild | 42 ---------------------------
16 app-i18n/im-canna/metadata.xml | 8 -----
17 profiles/package.mask | 1 -
18 5 files changed, 87 deletions(-)
19
20 diff --git a/app-i18n/im-canna/Manifest b/app-i18n/im-canna/Manifest
21 deleted file mode 100644
22 index 224e02e8301..00000000000
23 --- a/app-i18n/im-canna/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST im-canna-0.3.2.2.tar.gz 314633 BLAKE2B 971ab1d00645a0bd977a156abd6a1d3ad767505b5bd45792332a399685388b53b08e3133bc435adb7a7e27125fb1ad2d538f78af2420679c6d6d17878251b2ac SHA512 6ec4253038ca97e3e6319c024e4d11ca5418bf478280c4b19b81a9c628310a06bcd4ec35334d3a2bbdff0245bdfa660c1cdfd949ddd6b768d3b73d78648edc81
27
28 diff --git a/app-i18n/im-canna/files/im-canna-gentoo.patch b/app-i18n/im-canna/files/im-canna-gentoo.patch
29 deleted file mode 100644
30 index 959e8697eb8..00000000000
31 --- a/app-i18n/im-canna/files/im-canna-gentoo.patch
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 ---- a/Makefile.am
35 -+++ b/Makefile.am
36 -@@ -1,4 +1,4 @@
37 --moduledir = ${libdir}/gtk-2.0/2.4.0/immodules
38 -+moduledir = ${libdir}/gtk-2.0/${GTK_BINARY_VERSION}/immodules
39 - ## Makefile.am for gtk+/modules/input
40 - if PLATFORM_WIN32
41 - no_undefined = -no-undefined
42 -@@ -6,11 +6,11 @@
43 -
44 - SUBDIRS = po
45 -
46 --INCLUDES = @GTK_DEP_CFLAGS@ -I/usr/include/canna -DIM_LOCALEDIR=\"${datadir}/locale\"
47 -+INCLUDES = @GTK_DEP_CFLAGS@ -DIM_LOCALEDIR=\"${datadir}/locale\"
48 -
49 - DEPS =
50 -
51 --LDADDS = @GTK_DEP_LIBS@ -lcanna
52 -+LDADDS = @GTK_DEP_LIBS@
53 -
54 - EXTRA_DIST= \
55 - im-canna.spec \
56 ---- a/configure.in
57 -+++ b/configure.in
58 -@@ -21,8 +21,10 @@
59 -
60 - GTK_DEP_CFLAGS=`pkg-config gtk+-2.0 --cflags`
61 - GTK_DEP_LIBS=`pkg-config gtk+-2.0 --libs`
62 -+GTK_BINARY_VERSION=`pkg-config gtk+-2.0 --variable=gtk_binary_version`
63 - AC_SUBST(GTK_DEP_CFLAGS)
64 - AC_SUBST(GTK_DEP_LIBS)
65 -+AC_SUBST(GTK_BINARY_VERSION)
66 -
67 - LT_RELEASE=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION
68 - LT_CURRENT=2
69
70 diff --git a/app-i18n/im-canna/im-canna-0.3.2.2-r1.ebuild b/app-i18n/im-canna/im-canna-0.3.2.2-r1.ebuild
71 deleted file mode 100644
72 index f731d1bad99..00000000000
73 --- a/app-i18n/im-canna/im-canna-0.3.2.2-r1.ebuild
74 +++ /dev/null
75 @@ -1,42 +0,0 @@
76 -# Copyright 1999-2021 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI="6"
80 -
81 -inherit autotools gnome2-utils
82 -
83 -DESCRIPTION="Japanese Canna input method module for GTK+2"
84 -HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/"
85 -SRC_URI="http://bonobo.gnome.gr.jp/~nakai/immodule/${P}.tar.gz"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ppc x86"
90 -
91 -RDEPEND="app-i18n/canna
92 - x11-libs/gtk+:2"
93 -DEPEND="${RDEPEND}
94 - sys-devel/gettext
95 - virtual/pkgconfig"
96 -
97 -PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
98 -
99 -src_prepare() {
100 - default
101 -
102 - mv configure.{in,ac} || die
103 - eautoreconf
104 -}
105 -
106 -src_install() {
107 - default
108 - find "${ED}" -name '*.la' -delete || die
109 -}
110 -
111 -pkg_postinst() {
112 - gnome2_query_immodules_gtk2
113 -}
114 -
115 -pkg_postrm() {
116 - gnome2_query_immodules_gtk2
117 -}
118
119 diff --git a/app-i18n/im-canna/metadata.xml b/app-i18n/im-canna/metadata.xml
120 deleted file mode 100644
121 index e1a49f49888..00000000000
122 --- a/app-i18n/im-canna/metadata.xml
123 +++ /dev/null
124 @@ -1,8 +0,0 @@
125 -<?xml version="1.0" encoding="UTF-8"?>
126 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
127 -<pkgmetadata>
128 - <maintainer type="project">
129 - <email>cjk@g.o</email>
130 - <name>Cjk</name>
131 - </maintainer>
132 -</pkgmetadata>
133
134 diff --git a/profiles/package.mask b/profiles/package.mask
135 index 5275b0a5512..4c5dfc34753 100644
136 --- a/profiles/package.mask
137 +++ b/profiles/package.mask
138 @@ -307,7 +307,6 @@ app-dicts/canna-2ch
139 app-emacs/yc
140 app-i18n/canna
141 app-i18n/canfep
142 -app-i18n/im-canna
143
144 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-06-20)
145 # no consumer, removal in 30 days