app-i18n/ibus-fbterm: drop old
authorAkinori Hattori <hattya@gentoo.org>
Sat, 5 Aug 2017 13:25:41 +0000 (22:25 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 5 Aug 2017 13:25:41 +0000 (22:25 +0900)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/ibus-fbterm/Manifest
app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.1.patch [deleted file]
app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.99.patch [deleted file]
app-i18n/ibus-fbterm/ibus-fbterm-0.9.1.ebuild [deleted file]

index 0bf7976e91cee14cd323758c2a551e55cc0be997..beadb407202f2e8a2f70f44038ddc3a83dea592d 100644 (file)
@@ -1,2 +1 @@
-DIST ibus-fbterm-0.9.1.tar.gz 106808 SHA256 98437db4d5d15bbdca3e4b0a08f1bd1be544a305aa1d0f65fedb81b871da2e7c SHA512 7f5bbb0ebf5ad12f3bdccb7966cb1ff7f40f8ebfb94a5767e0382ef5eee24f22021a428ac8073e987c43f32d67cfb7922ffe63666d88dcbd56cfdbcd36f3156f WHIRLPOOL 110e38beadfd64e75b6a40b9885b8aa1dec30771aeaff5dcd4c0f7403d24faa63b6a72d6a3fe79ec3fc1eb09e0f5963dee85664d41849ce3d723e4996ef6ebff
 DIST ibus-fbterm-1.0.1.tar.gz 244979 SHA256 5b80262a02433d73ee01753789ba21a8e3e5a2deac7b506cb0ba16ecdb590a33 SHA512 6900a37444f15820cf383dd928107fd900f1677d8da5b4cc318e97b1227d412e098e8d476194da77fd4968b296729dff79a9c51d289b82e3b9a9485a05754f04 WHIRLPOOL 6ec061d7f6ff4918f009c729ada2745b4fb83ec77a831a4a740d615df3fd59d3268707a65b59477636de2b92793e04effd92e87b4f6541f64b9026c1c90c64cf
diff --git a/app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.1.patch b/app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.1.patch
deleted file mode 100644 (file)
index 08508c2..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nurap ibus-fbterm-0.9.1.orig//src/display.c ibus-fbterm-0.9.1//src/display.c
---- ibus-fbterm-0.9.1.orig//src/display.c      2012-06-06 17:59:26.000000000 +0900
-+++ ibus-fbterm-0.9.1//src/display.c   2012-06-06 18:05:22.000000000 +0900
-@@ -212,7 +212,7 @@ static void calculate_status_win()
-               IBusProperty *prop = ibus_prop_list_get(property_list, i);
-               if (!prop) break;
--              w += text_width(prop->label->text);
-+              w += text_width(ibus_property_get_label(prop)->text);
-       }
-       status_bar_win.x = cursor_x;
-@@ -238,8 +238,8 @@ static void draw_status_bar()
-               IBusProperty *prop = ibus_prop_list_get(property_list, i);
-               if (!prop) break;
--              draw_text(x, y, COLOR_FG, COLOR_BG, prop->label->text, strlen(prop->label->text));
--              x += FW(text_width(prop->label->text));
-+              draw_text(x, y, COLOR_FG, COLOR_BG, ibus_property_get_label(prop)->text, strlen(ibus_property_get_label(prop)->text));
-+              x += FW(text_width(ibus_property_get_label(prop)->text));
-               char space = ' ';
-               draw_text(x, y, COLOR_FG, COLOR_BG, &space, 1);
diff --git a/app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.99.patch b/app-i18n/ibus-fbterm/files/ibus-fbterm-0.9.1-ibus-1.4.99.patch
deleted file mode 100644 (file)
index 6cf8586..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/ibus-fbterm.c b/src/ibus-fbterm.c
-index ffb7401..b4ddb64 100644
---- a/src/ibus-fbterm.c
-+++ b/src/ibus-fbterm.c
-@@ -119,13 +119,17 @@ static void im_active()
-       debug("im active\n");
-       modifier_state = 0;
-       init_keycode_state();
-+#if ! IBUS_CHECK_VERSION(1, 4, 99)
-       ibus_input_context_enable(ibus_ctx);
-+#endif
- }
- static void im_deactive()
- {
-       debug("im deactive\n");
-+#if ! IBUS_CHECK_VERSION(1, 4, 99)
-       ibus_input_context_disable(ibus_ctx);
-+#endif
-       auxiliary_text_win.w = 0;
-       lookup_table_win.w = 0;
diff --git a/app-i18n/ibus-fbterm/ibus-fbterm-0.9.1.ebuild b/app-i18n/ibus-fbterm/ibus-fbterm-0.9.1.ebuild
deleted file mode 100644 (file)
index 1b23b29..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit autotools-utils
-
-DESCRIPTION="ibus-fbterm is a input method for FbTerm based on iBus"
-HOMEPAGE="https://ibus-fbterm.googlecode.com"
-SRC_URI="https://ibus-fbterm.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/ibus-1.4.1
-       app-i18n/fbterm"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-ibus-1.4.1.patch
-       "${FILESDIR}"/${P}-ibus-1.4.99.patch
-)