From 2c555557fda3ea1987bf78c9fb743bc03998d485 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 31 May 2024 11:20:19 +0300 Subject: app-i18n/ibus-table-extraphrase: EAPI 6 -> 8 Signed-off-by: Arthur Zamarin --- .../ibus-table-extraphrase-1.3.9.20110826-r1.ebuild | 16 ++++++++++++++++ .../ibus-table-extraphrase-1.3.9.20110826.ebuild | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild delete mode 100644 app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild (limited to 'app-i18n') diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild new file mode 100644 index 000000000000..8c7af7efa0fd --- /dev/null +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Chinese extra phrases for IBus-Table" +HOMEPAGE="https://github.com/ibus/ibus/wiki" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-i18n/ibus-table" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild deleted file mode 100644 index bb2767a50861..000000000000 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Chinese extra phrases for IBus-Table" -HOMEPAGE="https://github.com/ibus/ibus/wiki" -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-i18n/ibus-table" -DEPEND="${RDEPEND} - virtual/pkgconfig" -- cgit v1.2.3-65-gdbad