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 4628D15803E for ; Sat, 6 Jan 2024 18:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6752BC032; Sat, 6 Jan 2024 18:42:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8207E2BC032 for ; Sat, 6 Jan 2024 18:42:08 +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 C877034318E for ; Sat, 6 Jan 2024 18:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E795D14BD for ; Sat, 6 Jan 2024 18:42:04 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1704566521.19d25e4c3233c916e3211cef3530156ad0dcbb04.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/howm/Manifest app-emacs/howm/howm-1.4.8.ebuild X-VCS-Directories: app-emacs/howm/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 19d25e4c3233c916e3211cef3530156ad0dcbb04 X-VCS-Branch: master Date: Sat, 6 Jan 2024 18:42:04 +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: 7be4d799-5ede-4541-a32c-2881e617d815 X-Archives-Hash: b36f913f6c215835188a98132986a8a9 commit: 19d25e4c3233c916e3211cef3530156ad0dcbb04 Author: Maciej Barć gentoo org> AuthorDate: Sat Jan 6 18:20:24 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jan 6 18:42:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d25e4c app-emacs/howm: drop old 1.4.8 Signed-off-by: Maciej Barć gentoo.org> app-emacs/howm/Manifest | 1 - app-emacs/howm/howm-1.4.8.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest index 74beb92d24a6..7671cf55e923 100644 --- a/app-emacs/howm/Manifest +++ b/app-emacs/howm/Manifest @@ -1,2 +1 @@ -DIST howm-1.4.8.tar.gz 566903 BLAKE2B 0c4dee89147acb40051be18833ec4027bebc81102af2571e15fc06a9c6cefd3d1f0334008550321ad81ec28b44151bc9bc5ab4db8ad376cc4726fd571a77076d SHA512 e95a7e3287cd1cdb1c51d99b00627f8824e1c2a470a1a986910b8e79cd79234a0032c9d92dd5009bb6c09911c1d8848cb0fc585ecce8f5d1020cd5bbe2d36aa8 DIST howm-1.5.0.tar.gz 569867 BLAKE2B 68e4be1a808bea2f52167a9bea954e9d4036a6910525b01433e91e4f6ffbb9c0ec918d50a5b97544d88da651c905dcf56356dc6b8968b77522c0df2f8add5b2d SHA512 104be07b5167ce05dc794a4029c1ee35f8471f9fa406be3eba3565362a1685b9859b73de422ad43339db9f0f89245aa7a3838129996405d5b3f6fd633c3303bc diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild deleted file mode 100644 index 6288cb595975..000000000000 --- a/app-emacs/howm/howm-1.4.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Note-taking tool on Emacs" -HOMEPAGE="https://howm.sourceforge.jp/" -SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" - -LICENSE="GPL-1+ GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf \ - --with-emacs \ - --with-lispdir="${SITELISP}" \ - EMACS="${EMACS} --no-site-file" -} - -src_compile() { - emake -j1 EMACS="${EMACS} --no-site-file"