From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6763A158087 for ; Sun, 10 Oct 2021 12:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE10BE0882; Sun, 10 Oct 2021 12:42:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE5C7E0880 for ; Sun, 10 Oct 2021 12:42:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 897B1342FF2 for ; Sun, 10 Oct 2021 12:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F415F10A for ; Sun, 10 Oct 2021 12:42:06 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1633869494.76a69e1117ae2b64a89112490cd68bbc048444eb.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libskk/Manifest app-i18n/libskk/libskk-1.0.2.ebuild X-VCS-Directories: app-i18n/libskk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 76a69e1117ae2b64a89112490cd68bbc048444eb X-VCS-Branch: master Date: Sun, 10 Oct 2021 12:42:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6cc6913-04b5-43bf-9cc4-5e8cd16aafa5 X-Archives-Hash: ad14e3fa2b30dcf2ee128e0b4cac011e commit: 76a69e1117ae2b64a89112490cd68bbc048444eb Author: Akinori Hattori gentoo org> AuthorDate: Sun Oct 10 12:38:14 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Oct 10 12:38:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a69e11 app-i18n/libskk: drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/libskk/Manifest | 1 - app-i18n/libskk/libskk-1.0.2.ebuild | 48 ------------------------------------- 2 files changed, 49 deletions(-) diff --git a/app-i18n/libskk/Manifest b/app-i18n/libskk/Manifest index df8b78b8541..1fefdb16cf3 100644 --- a/app-i18n/libskk/Manifest +++ b/app-i18n/libskk/Manifest @@ -1,2 +1 @@ -DIST libskk-1.0.2.tar.gz 867572 BLAKE2B 32f599e83bf7ced796d2f37f6f4bf5e45f47c90e144784b7b3e082866cc619a26e3aca4f16051685baa4d8ac54b0462930193f978bc1e8220b378679269c5833 SHA512 f8fff94b216c18f66bf1004ee068f8d737177f1b70ac36d054d9a68ce02ba9b8d1b7b4127d9a330f64054b2fe06f352070c750a3562d4be36fecf20cb854e6c0 DIST libskk-1.0.5.tar.xz 564488 BLAKE2B e7108bd2f44e5a0a0756cd25da4b07376b36604d6d2159b283e8a5f4ef76006210ff993d58b653cbce01ae4c9e003acf4acbd93ebc40711fec2600e514c49e9f SHA512 6db675edba89b83da0c29afb42644c39bcb0ccfc47f067a18e0eda817df4f58a86c86e8747080018c132d8734754a6fd8a30fe6578050eb93ff636edeed534ab diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild deleted file mode 100644 index 593469dc303..00000000000 --- a/app-i18n/libskk/libskk-1.0.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit vala virtualx - -DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method" -HOMEPAGE="https://github.com/ueno/libskk" -SRC_URI="https://github.com/ueno/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection nls static-libs" - -RDEPEND="dev-libs/glib:2 - dev-libs/json-glib - dev-libs/libgee:0.8 - introspection? ( dev-libs/gobject-introspection ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - $(vala_depend) - dev-util/intltool - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - vala_src_prepare - default -} - -src_configure() { - econf \ - $(use_enable introspection) \ - $(use_enable nls) \ - $(use_enable static-libs static) -} - -src_test() { - export GSETTINGS_BACKEND="memory" - virtx emake check -} - -src_install() { - default - use static-libs || find "${ED}" -name '*.la' -delete || die -}