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 2B0D215800F for ; Tue, 24 Jan 2023 23:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247F8E0882; Tue, 24 Jan 2023 23:46:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 018DBE0882 for ; Tue, 24 Jan 2023 23:46:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF15C335D77 for ; Tue, 24 Jan 2023 23:46:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C68889 for ; Tue, 24 Jan 2023 23:46:26 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1674603794.ab1ccfabb35dc714f4ee8a567a32a36c198de1bf.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/poke/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/poke/poke-2.90.0.ebuild X-VCS-Directories: dev-util/poke/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: ab1ccfabb35dc714f4ee8a567a32a36c198de1bf X-VCS-Branch: master Date: Tue, 24 Jan 2023 23:46: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: 583b9db2-2d3c-4c91-9a71-28124417a625 X-Archives-Hash: a6054d26392383f65013b05e6e0524cc commit: ab1ccfabb35dc714f4ee8a567a32a36c198de1bf Author: Arsen Arsenović gentoo org> AuthorDate: Tue Jan 24 23:42:33 2023 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Tue Jan 24 23:43:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1ccfab dev-util/poke: drop 2.90.0 Signed-off-by: Arsen Arsenović gentoo.org> dev-util/poke/poke-2.90.0.ebuild | 119 --------------------------------------- 1 file changed, 119 deletions(-) diff --git a/dev-util/poke/poke-2.90.0.ebuild b/dev-util/poke/poke-2.90.0.ebuild deleted file mode 100644 index 77f62ea257d8..000000000000 --- a/dev-util/poke/poke-2.90.0.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp-common flag-o-matic - -DESCRIPTION="Extensible editor for structured binary data" -HOMEPAGE="https://www.jemarch.net/poke" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" - REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 - >=sys-devel/automake-1.16 - sys-apps/gawk - sys-apps/help2man - sys-apps/texinfo - sys-devel/bison - sys-devel/flex - " -elif [[ $(ver_cut 2) -ge 90 || $(ver_cut 3) ]]; then - SRC_URI="https://alpha.gnu.org/gnu/poke/${P}.tar.gz" - REGEN_BDEPEND="" -else - SRC_URI="mirror://gnu/poke/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - REGEN_BDEPEND="" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="emacs pvm-profiling nbd nls test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/boehm-gc:= - dev-libs/libatomic_ops - sys-devel/gettext - sys-libs/readline:= - emacs? ( >=app-editors/emacs-23.1:* ) - nbd? ( sys-libs/libnbd ) -" -DEPEND=" - ${RDEPEND} - test? ( nbd? ( sys-libs/libnbd[uri-support] ) ) -" -BDEPEND=" - ${REGEN_BDEPEND} - virtual/pkgconfig - emacs? ( >=app-editors/emacs-23.1:* ) - test? ( - dev-util/dejagnu - nbd? ( sys-block/nbdkit ) - ) -" - -SITEFILE="50${PN}-gentoo.el" - -pkg_setup() { - use emacs && elisp-check-emacs-version -} - -src_prepare() { - default - - if [[ ${PV} == 9999 ]]; then - ./bootstrap || die - fi -} - -src_configure() { - # See bug 858461. - # Upstream support might happen one day. For context, only one file needs - # LTO to be disabled (since it's an autogenerated bytecode interpreter), - # others do not. The build system will handle this at some point in the - # future. Until then, just filter out LTO. - filter-lto - - local myconf=( - --with-lispdir="${EPREFIX}/${SITELISP}/${PN}" - --enable-hserver - $(use_enable nbd libnbd) - $(use_enable pvm-profiling) - $(use_enable nls) - ) - - econf "${myconf[@]}" -} - -src_compile() { - default - - if use emacs; then - cd etc || die - elisp-compile *.el - fi -} - -src_install() { - default - - if use emacs; then - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - cd etc || die - elisp-install "${PN}" *.el *.elc - fi - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}