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 DC5D6158083 for ; Sun, 1 Sep 2024 21:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06538E2A12; Sun, 1 Sep 2024 21:48:41 +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 DECD1E2A12 for ; Sun, 1 Sep 2024 21:48:40 +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 E18B0343126 for ; Sun, 1 Sep 2024 21:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51788BB4 for ; Sun, 1 Sep 2024 21:48:38 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725227291.fbd21e98f41537d273ce7f645d96224e50ed139b.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/eblook/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/eblook/eblook-1.6.1_p16.ebuild X-VCS-Directories: app-dicts/eblook/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: fbd21e98f41537d273ce7f645d96224e50ed139b X-VCS-Branch: master Date: Sun, 1 Sep 2024 21:48:38 +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: 660a9fe1-8b61-4312-b9dd-b50b8b9e14e6 X-Archives-Hash: ff1582ec49757065f68137a5dd6271aa commit: fbd21e98f41537d273ce7f645d96224e50ed139b Author: Petr Vaněk gentoo org> AuthorDate: Sun Sep 1 21:20:27 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Sep 1 21:48:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd21e98 app-dicts/eblook: drop 1.6.1_p16 Signed-off-by: Petr Vaněk gentoo.org> app-dicts/eblook/eblook-1.6.1_p16.ebuild | 33 -------------------------------- 1 file changed, 33 deletions(-) diff --git a/app-dicts/eblook/eblook-1.6.1_p16.ebuild b/app-dicts/eblook/eblook-1.6.1_p16.ebuild deleted file mode 100644 index f71ec794fa08..000000000000 --- a/app-dicts/eblook/eblook-1.6.1_p16.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Interactive search utility for electronic dictionaries" -HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" -SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${PN}-$(ver_cut 1-3).tar.gz" -SRC_URI+=" mirror://debian/pool/main/e/eblook/eblook_$(ver_cut 1-3)-$(ver_cut 5).debian.tar.xz" -S="${WORKDIR}"/${PN}-$(ver_cut 1-3) - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~riscv x86" - -DEPEND=">=dev-libs/eb-3.3.4" -RDEPEND="${DEPEND}" - -PATCHES=( - "${WORKDIR}"/debian/patches -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf --with-eb-conf="${EPREFIX}"/etc/eb.conf -}