diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 11:25:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 11:25:17 +0300 |
commit | c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70 (patch) | |
tree | 9b115a388649bd20a0fc4a1ce9f22b7c25a01e34 /app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild | |
parent | app-i18n/ibus-table-extraphrase: EAPI 6 -> 8 (diff) | |
download | gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.tar.gz gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.tar.bz2 gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.zip |
app-i18n/ibus-table-latin: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild')
-rw-r--r-- | app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild new file mode 100644 index 000000000000..1df9b4caacbf --- /dev/null +++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-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="Latin tables 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" |