public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/
Date: Sun, 14 Apr 2024 06:11:52 +0000 (UTC)	[thread overview]
Message-ID: <1713075040.937e03546bd168779c059ff1fe8d2c0f098ee10a.hattya@gentoo> (raw)

commit:     937e03546bd168779c059ff1fe8d2c0f098ee10a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 05:48:56 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 06:10:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937e0354

app-i18n/nkf: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/nkf/nkf-2.1.5.ebuild | 112 ------------------------------------------
 1 file changed, 112 deletions(-)

diff --git a/app-i18n/nkf/nkf-2.1.5.ebuild b/app-i18n/nkf/nkf-2.1.5.ebuild
deleted file mode 100644
index a437dd676a61..000000000000
--- a/app-i18n/nkf/nkf-2.1.5.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_OPTIONAL="1"
-
-inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot
-
-PY_P="python-${PN}-0.2.0_p20191121"
-PY_COMMIT="c2c6724714b66f295137c8818dae4c09fc09e0a3"
-
-DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
-HOMEPAGE="https://osdn.net/projects/nkf/"
-SRC_URI="mirror://sourceforge.jp/${PN}/70406/${P}.tar.gz
-	python? ( https://github.com/fumiyas/python-${PN}/archive/${PY_COMMIT}.tar.gz -> ${PY_P}.tar.gz )"
-
-LICENSE="ZLIB python? ( BSD )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="perl python l10n_ja"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}"
-BDEPEND="python? (
-		${PYTHON_DEPS}
-		dev-python/setuptools[${PYTHON_USEDEP}]
-	)"
-
-src_unpack() {
-	use python && vcs-snapshot_src_unpack || default
-}
-
-src_prepare() {
-	sed -i \
-		-e "/^CFLAGS/{ s/-g -O2//; s/=/+=/; }" \
-		-e "/ -o ${PN}/s/\(-o \)/\$(LDFLAGS) \1/" \
-		Makefile
-	if use python; then
-		mv "${WORKDIR}"/${PY_P} NKF.python || die
-		eapply "${FILESDIR}"/${PN}-python.patch
-		cd NKF.python || die
-		distutils-r1_src_prepare
-		cd - >/dev/null || die
-	fi
-
-	default
-}
-
-src_configure() {
-	default
-	if use perl; then
-		cd NKF.mod || die
-		perl-module_src_configure
-		cd - >/dev/null || die
-	fi
-	if use python; then
-		cd NKF.python || die
-		distutils-r1_src_configure
-		cd - >/dev/null || die
-	fi
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-	if use perl; then
-		cd NKF.mod || die
-		perl-module_src_compile
-		cd - >/dev/null || die
-	fi
-	if use python; then
-		cd NKF.python || die
-		distutils-r1_src_compile
-		cd - >/dev/null || die
-	fi
-}
-
-src_test() {
-	default
-	if use perl; then
-		cd NKF.mod || die
-		perl-module_src_test
-		cd - >/dev/null || die
-	fi
-}
-
-src_install() {
-	dobin ${PN}
-	doman ${PN}.1
-
-	if use l10n_ja; then
-		iconv -f ISO-2022-JP-3 -t UTF-8 ${PN}.1j > ${PN}.ja.1 || die
-		doman ${PN}.ja.1
-	fi
-	dodoc ${PN}.doc
-
-	if use perl; then
-		cd NKF.mod || die
-		docinto perl
-		perl-module_src_install
-		cd - >/dev/null || die
-	fi
-	if use python; then
-		cd NKF.python || die
-		docinto python
-		DOCS= distutils-r1_src_install
-		dodoc CHANGES README.md
-		cd - >/dev/null || die
-	fi
-}


             reply	other threads:[~2024-04-14  6:11 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14  6:11 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14  6:11 [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/ Akinori Hattori
2024-04-14  6:11 Akinori Hattori
2023-10-01 18:14 Arthur Zamarin
2023-09-08  9:29 Sam James
2023-09-08  9:29 Sam James
2023-09-08  0:12 Sam James
2023-09-07 23:03 Sam James
2023-04-30  5:30 Akinori Hattori
2023-04-30  5:30 Akinori Hattori
2022-10-04  7:09 Sam James
2022-10-04  2:46 Sam James
2022-02-01 18:51 Michał Górny
2021-09-26 17:52 Sam James
2021-09-26  5:01 Sam James
2021-09-26  5:01 Sam James
2021-09-26  5:01 Sam James
2021-09-26  5:01 Sam James
2021-08-25  4:35 Arthur Zamarin
2021-01-06 13:13 Fabian Groffen
2020-05-18 13:02 Agostino Sarubbo
2020-05-18 13:01 Agostino Sarubbo
2020-05-18 13:00 Agostino Sarubbo
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 12:38 Agostino Sarubbo
2020-05-17 18:01 Sergei Trofimovich
2020-05-16 14:48 Akinori Hattori
2020-05-16 14:48 Akinori Hattori
2020-05-16 14:48 Akinori Hattori
2020-05-16 14:48 Akinori Hattori
2020-05-16 14:48 Akinori Hattori
2020-05-07 13:18 Michał Górny
2019-06-18  0:35 Aaron Bauman
2018-07-31 12:33 Akinori Hattori
2018-07-31 12:33 Akinori Hattori
2016-06-25 15:39 Ulrich Müller

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=1713075040.937e03546bd168779c059ff1fe8d2c0f098ee10a.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