From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/
Date: Sat, 20 Nov 2021 13:23:36 +0000 (UTC) [thread overview]
Message-ID: <1637414607.aff7637ee6efcfd261803533a1c2bcafdceaa92d.hattya@gentoo> (raw)
commit: aff7637ee6efcfd261803533a1c2bcafdceaa92d
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 13:17:45 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 13:23:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff7637e
app-i18n/unicode-emoji: update to EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/unicode-emoji/metadata.xml | 8 ++++----
app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild | 16 ++++++----------
app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild | 16 ++++++----------
app-i18n/unicode-emoji/unicode-emoji-13.0.ebuild | 3 +--
4 files changed, 17 insertions(+), 26 deletions(-)
diff --git a/app-i18n/unicode-emoji/metadata.xml b/app-i18n/unicode-emoji/metadata.xml
index 491c88b3a31f..a94766977fa6 100644
--- a/app-i18n/unicode-emoji/metadata.xml
+++ b/app-i18n/unicode-emoji/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
</pkgmetadata>
diff --git a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
index 8939ac8ffae5..d470cbccdd5a 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="8"
DESCRIPTION="UTS #51 Unicode Emoji"
HOMEPAGE="https://unicode.org/emoji/"
@@ -17,9 +17,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND=""
RDEPEND=""
-
S="${WORKDIR}"
src_unpack() {
@@ -27,11 +25,9 @@ src_unpack() {
}
src_install() {
- insinto /usr/share/unicode/emoji
- local source_file target_file
- for source_file in ${A}; do
- target_file="${source_file#${PN%-*}-}"
- target_file="${target_file%-${PV}.txt}.txt"
- newins "${DISTDIR}/${source_file}" "${target_file}"
+ local a
+ insinto /usr/share/${PN/-//}
+ for a in ${A}; do
+ newins "${DISTDIR}"/${a} $(echo ${a} | sed "s/${PN%-*}-\(.*\)-${PV}/\1/")
done
}
diff --git a/app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild b/app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild
index 9460559ffde2..5e7e99843248 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-12.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
DESCRIPTION="UTS #51 Unicode Emoji"
HOMEPAGE="https://unicode.org/emoji/"
@@ -17,9 +17,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=""
RDEPEND=""
-
S="${WORKDIR}"
src_unpack() {
@@ -27,11 +25,9 @@ src_unpack() {
}
src_install() {
- insinto /usr/share/unicode/emoji
- local source_file target_file
- for source_file in ${A}; do
- target_file="${source_file#${PN%-*}-}"
- target_file="${target_file%-${PV}.txt}.txt"
- newins "${DISTDIR}/${source_file}" "${target_file}"
+ local a
+ insinto /usr/share/${PN/-//}
+ for a in ${A}; do
+ newins "${DISTDIR}"/${a} $(echo ${a} | sed "s/${PN%-*}-\(.*\)-${PV}/\1/")
done
}
diff --git a/app-i18n/unicode-emoji/unicode-emoji-13.0.ebuild b/app-i18n/unicode-emoji/unicode-emoji-13.0.ebuild
index 2a2ab980f142..93c2b32bae57 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-13.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-13.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
DESCRIPTION="UTS #51 Unicode Emoji"
HOMEPAGE="https://unicode.org/emoji/techindex.html"
@@ -18,7 +18,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE=""
-DEPEND=""
RDEPEND=""
S="${WORKDIR}"
next reply other threads:[~2021-11-20 13:23 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-20 13:23 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-15 7:26 [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/ Akinori Hattori
2024-03-23 14:02 Akinori Hattori
2024-03-03 7:12 Sam James
2023-11-24 9:31 Sam James
2023-10-03 13:52 Akinori Hattori
2023-10-03 13:52 Akinori Hattori
2023-05-02 18:57 Arthur Zamarin
2022-11-06 1:50 Akinori Hattori
2022-08-02 18:47 Arthur Zamarin
2022-08-02 16:01 Arthur Zamarin
2022-08-02 7:48 Joonas Niilola
2021-11-21 14:02 Akinori Hattori
2021-11-20 15:34 Arthur Zamarin
2021-11-20 13:23 Akinori Hattori
2021-11-20 13:23 Akinori Hattori
2021-11-20 13:23 Akinori Hattori
2021-11-20 13:23 Akinori Hattori
2021-09-25 23:25 Sam James
2021-09-25 22:57 Vadim Misbakh-Soloviov
2021-07-24 23:43 Yixun Lan
2020-05-06 12:50 Akinori Hattori
2020-05-06 12:50 Akinori Hattori
2019-08-03 20:37 Thomas Deutschmann
2018-10-06 19:12 Sergei Trofimovich
2018-10-05 4:56 Markus Meier
2018-09-14 10:18 Tobias Klausmann
2018-09-04 18:22 Mikle Kolyada
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:18 Sergei Trofimovich
2018-08-29 21:38 Sergei Trofimovich
2018-08-29 1:07 Thomas Deutschmann
2018-06-10 3:04 Akinori Hattori
2018-04-30 15:58 Mike Gilbert
2018-04-26 18:04 Mike Gilbert
2018-03-18 0:30 Matt Turner
2018-01-28 20:41 Markus Meier
2018-01-05 13:22 Mikle Kolyada
2017-12-28 20:34 Sergei Trofimovich
2017-12-28 18:45 Thomas Deutschmann
2017-12-21 21:54 Sergei Trofimovich
2017-09-08 20:11 Markus Meier
2017-09-07 19:28 Markus Meier
2017-08-06 0:17 Sergei Trofimovich
2017-08-06 0:06 Sergei Trofimovich
2017-08-05 21:18 Sergei Trofimovich
2017-08-01 13:32 Akinori Hattori
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=1637414607.aff7637ee6efcfd261803533a1c2bcafdceaa92d.hattya@gentoo \
--to=hattya@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