diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-01-11 10:29:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-01-11 10:31:02 +0100 |
commit | 0cd1046033c9d6b70d640705da31b0461af3c611 (patch) | |
tree | f593d041c470589265b811b064bb86006edf0674 /app-i18n | |
parent | sec-keys/openpgp-keys-apache-tomcat: drop 10.1.2 (diff) | |
download | gentoo-0cd1046033c9d6b70d640705da31b0461af3c611.tar.gz gentoo-0cd1046033c9d6b70d640705da31b0461af3c611.tar.bz2 gentoo-0cd1046033c9d6b70d640705da31b0461af3c611.zip |
app-i18n/skktools: EAPI 8
Specify LICENSE more precisely.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/skktools/skktools-1.3.4-r1.ebuild (renamed from app-i18n/skktools/skktools-1.3.4.ebuild) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/skktools/skktools-1.3.4.ebuild b/app-i18n/skktools/skktools-1.3.4-r1.ebuild index 9c127e93c7cc..bc195d8c1cfd 100644 --- a/app-i18n/skktools/skktools-1.3.4.ebuild +++ b/app-i18n/skktools/skktools-1.3.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit elisp-common vcs-snapshot @@ -9,7 +9,7 @@ DESCRIPTION="SKK utilities to manage dictionaries" HOMEPAGE="http://openlab.jp/skk/" SRC_URI="https://github.com/skk-dev/skktools/archive/${P//./_}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~riscv x86" IUSE="emacs" @@ -17,8 +17,8 @@ IUSE="emacs" RDEPEND="dev-libs/glib:2 sys-libs/gdbm emacs? ( >=app-editors/emacs-23.1:* )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" SITEFILE="50${PN}-gentoo.el" @@ -41,12 +41,12 @@ src_install() { local d for d in convert2skk filters; do newdoc ${d}/README.md README.${d} - rm -f ${d}/README.md + rm -f ${d}/README.md || die done insinto /usr/share/${PN} doins *.{awk,scm} - rm -rf convert2skk/obsolete + rm -rf convert2skk/obsolete || die doins -r convert2skk filters if use emacs; then |