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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44FDC15800A for ; Sat, 26 Aug 2023 12:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741D32BC155; Sat, 26 Aug 2023 12:43:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A4542BC155 for ; Sat, 26 Aug 2023 12:43:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BEBE335CB7 for ; Sat, 26 Aug 2023 12:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BCDE1044 for ; Sat, 26 Aug 2023 12:43:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693053773.6752b3ee5787d1efe89319dc033453dd159c376c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/nabi/Manifest app-i18n/nabi/nabi-1.0.0.ebuild X-VCS-Directories: app-i18n/nabi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6752b3ee5787d1efe89319dc033453dd159c376c X-VCS-Branch: master Date: Sat, 26 Aug 2023 12:43:26 +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: 56cf2e32-4811-4006-8871-49fca0521098 X-Archives-Hash: cbcce93a063d982b70f7c75e00bc312f commit: 6752b3ee5787d1efe89319dc033453dd159c376c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 12:28:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 12:42:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6752b3ee app-i18n/nabi: drop 1.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> app-i18n/nabi/Manifest | 1 - app-i18n/nabi/nabi-1.0.0.ebuild | 48 ----------------------------------------- 2 files changed, 49 deletions(-) diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest index 7275f9d7c976..a1a4b3b2f966 100644 --- a/app-i18n/nabi/Manifest +++ b/app-i18n/nabi/Manifest @@ -1,2 +1 @@ -DIST nabi-1.0.0.tar.gz 868761 BLAKE2B 125028a4a3a6c51edfeee45de42868c5c0397d8545fdaaffc8a305282ea7d8af102487ad86016e1d6e7275cf7e8a5cd0111bd7f8b9c38470021b94585c1cbf1d SHA512 cd093fc54fc4a40eaa85f9973999b9fe2e37344c1004b56fe9a2102bb0747294ba2af76aca2be234ce4fe07a5e8175d1bab7423dd2cee92ab88af865cd856005 DIST nabi-1.0.1.tar.gz 927009 BLAKE2B b53e3131e2998499f4004c07272bd1715905fbf26c8e524299bc1a4a80d8cada6d6368f372619893f5edec3b5c1595afe4c25756f171df88a2b805644c9d115b SHA512 8113b31df792ff1b31b1e063671a30e21c312e27627c0e15d9de872bb644eeaea4ebb65ef399dea2d75563d81941990f59adbe1e4c584026e02dcdafe389e9c1 diff --git a/app-i18n/nabi/nabi-1.0.0.ebuild b/app-i18n/nabi/nabi-1.0.0.ebuild deleted file mode 100644 index 25b5d86829ac..000000000000 --- a/app-i18n/nabi/nabi-1.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Simple Hanguk X Input Method" -HOMEPAGE="https://github.com/libhangul/nabi" -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug nls" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=">=app-i18n/libhangul-0.1 - dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOCS=( AUTHORS ChangeLog.0 NEWS README TODO ) - -src_configure() { - local myconf=() - # Broken configure: --disable-debug also enables debug - use debug && myconf+=( --enable-debug ) - - econf "${myconf[@]}" -} - -src_install() { - default - - insinto /etc/X11/xinit/xinput.d - sed -e "s:@EPREFIX@:${EPREFIX}:g" "${FILESDIR}"/xinput-${PN} | newins - ${PN}.conf -} - -pkg_postinst() { - elog "You MUST add environment variable..." - elog - elog "export XMODIFIERS=\"@im=nabi\"" - elog -}