From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-input-pad/
Date: Wed, 16 Sep 2020 11:41:04 +0000 (UTC) [thread overview]
Message-ID: <1600256430.36ea03e2c553ebbd7deb00bfd3d35c4548b7c460.soap@gentoo> (raw)
commit: 36ea03e2c553ebbd7deb00bfd3d35c4548b7c460
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 11:40:30 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 11:40:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ea03e2
app-i18n/scim-input-pad: Port to EAPI 7
Closes: https://bugs.gentoo.org/742041
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../scim-input-pad/scim-input-pad-0.1.3.1.ebuild | 29 +++++++++++++---------
.../scim-input-pad/scim-input-pad-0.1.3.ebuild | 29 +++++++++++++---------
2 files changed, 34 insertions(+), 24 deletions(-)
diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.1.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.3.1.ebuild
index 4f87c9cc079..d6613ab82f8 100644
--- a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.1.ebuild
+++ b/app-i18n/scim-input-pad/scim-input-pad-0.1.3.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
inherit autotools
@@ -14,29 +14,35 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-RDEPEND=">=app-i18n/scim-1.2.0
+RDEPEND="
+ >=app-i18n/scim-1.2.0
>=x11-libs/gtk+-2.6.0:2"
-
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/intltool-0.33
virtual/pkgconfig"
src_prepare() {
- rm "${S}"/m4/intltool.m4 || die
+ default
+
+ rm m4/intltool.m4 || die
eautoreconf
}
src_configure() {
- econf $(use_enable nls)
+ econf \
+ --disable-static \
+ $(use_enable nls)
}
src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README
+ default
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
-
elog
elog "The SCIM input pad should be startable from the SCIM (and Skim)"
elog "systray icon right click menu. You will have to restart SCIM"
@@ -49,7 +55,6 @@ pkg_postinst() {
elog "table, from the SCIM Input Pad interface."
elog
elog "To add new characters to the tables, see the documentation"
- elog "(README file in /usr/share/doc/${PF})."
+ elog "(README file in ${EROOT}/usr/share/doc/${PF})."
elog
-
}
diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild
index 65ab96d29a1..0cbb2a9701e 100644
--- a/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild
+++ b/app-i18n/scim-input-pad/scim-input-pad-0.1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
inherit autotools
@@ -14,29 +14,35 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
-RDEPEND=">=app-i18n/scim-1.2.0
+RDEPEND="
+ >=app-i18n/scim-1.2.0
>=x11-libs/gtk+-2.6.0:2"
-
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/intltool-0.33
virtual/pkgconfig"
src_prepare() {
- rm "${S}"/m4/intltool.m4 || die
+ default
+
+ rm m4/intltool.m4 || die
eautoreconf
}
src_configure() {
- econf $(use_enable nls)
+ econf \
+ --disable-static \
+ $(use_enable nls)
}
src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README
+ default
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
-
elog
elog "The SCIM input pad should be startable from the SCIM (and Skim)"
elog "systray icon right click menu. You will have to restart SCIM"
@@ -49,7 +55,6 @@ pkg_postinst() {
elog "table, from the SCIM Input Pad interface."
elog
elog "To add new characters to the tables, see the documentation"
- elog "(README file in /usr/share/doc/${PF})."
+ elog "(README file in ${EROOT}/usr/share/doc/${PF})."
elog
-
}
next reply other threads:[~2020-09-16 11:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 11:41 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 7:48 [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-input-pad/ Joonas Niilola
2016-03-18 19:11 Michał Górny
2015-10-02 0:31 Manuel Rüger
2015-09-28 9:56 Mikle Kolyada
2015-09-28 9:31 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600256430.36ea03e2c553ebbd7deb00bfd3d35c4548b7c460.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox