commit: acb182f1b1bccb510f691b6587ee1d97e27593b9 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 12:49:23 2025 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 12:53:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb182f1
app-i18n/ibus-table-others: drop old Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/ibus-table-others/Manifest | 1 - .../ibus-table-others-1.3.19-r1.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index 46d0586acbe8..c87838417e7f 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1,2 +1 @@ -DIST ibus-table-others-1.3.19.tar.gz 677793 BLAKE2B b4a58cd421801b65cadfb8659438616e001e34fa8a183154899087191913408bf1cb05f0453a6e60cfda40bcbf50a590cd8124e5587ccbc80ac823b031741384 SHA512 0b4baf161d9ce6ae23e237691ef3f66f551dc7db5976d7a0fbce2d8db06d534b0852fe87ab5edf54703eb2b54dd08e4915ca5782fa52429339796210fa9f7ce9 DIST ibus-table-others-1.3.20.tar.gz 681185 BLAKE2B b4611121ee0788207f9e71b300af00e52d7d01efad0769aaace8c585a5fbeebb39b1b81cd48e2fc9d12c0eea7d3653088840eb0d6e345589d6d34e046c4d38d7 SHA512 302fe0c40af8c96ace127d63aa69ca0705345945732ab98cac173b30294ca081d9a171603b14c52b6441b0f972e5ac05a75c68eeb91934c57081554599c846e7 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild deleted file mode 100644 index b6da90a0728e..000000000000 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit autotools - -DESCRIPTION="Various tables for IBus-Table" -HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" -SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-i18n/ibus-table - !app-i18n/ibus-table-latin" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - sed -i '/AM_PATH_PYTHON/d' configure.ac - - default - eautoreconf -}
