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 0EDB9158095 for ; Fri, 12 Aug 2022 09:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D200E0AD9; Fri, 12 Aug 2022 09:18:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CA8B8E0AD8 for ; Fri, 12 Aug 2022 09:18:32 +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 DCE4634133D for ; Fri, 12 Aug 2022 09:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EBC08C for ; Fri, 12 Aug 2022 09:18:30 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1660295887.682ed1b7b478282c073683e76a893e13001d0d88.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/hexedit/Manifest app-editors/hexedit/hexedit-1.5.ebuild X-VCS-Directories: app-editors/hexedit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 682ed1b7b478282c073683e76a893e13001d0d88 X-VCS-Branch: master Date: Fri, 12 Aug 2022 09:18:30 +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: 759e100f-6710-48b5-bf24-f36a21de42bb X-Archives-Hash: 91a3b8f9715aee3175e72f34c8c704b6 commit: 682ed1b7b478282c073683e76a893e13001d0d88 Author: Yixun Lan gentoo org> AuthorDate: Fri Aug 12 08:57:25 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Aug 12 09:18:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682ed1b7 app-editors/hexedit: drop 1.5 Signed-off-by: Yixun Lan gentoo.org> app-editors/hexedit/Manifest | 1 - app-editors/hexedit/hexedit-1.5.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest index 3940f34afbef..949cb6d596a1 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,2 +1 @@ -DIST hexedit-1.5.tar.gz 30544 BLAKE2B d7292a70819826fddd63f99ee9d05073b8a59f51477390af91151146ee1f5a75333560829f0351fa9e158ef932c07a3582a3e822f42e645917a7fa321055d14e SHA512 9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5 DIST hexedit-1.6.tar.gz 31085 BLAKE2B e576de6aaed35449adbc430c95e8ba3a8ccfba587ef5c4d347d95b84c9764cb644323af23d46ff16429b93e0348c8d310afbad482219aa1b2c1b582332bd06fe SHA512 9783406f253a67fe048ec12306df1a601b7ba92cd7a0399ad2f103aed5a3164cd21ad7c1d547a4c55192cfb7da2b2517152015a4c3db402a9217548b435f602d diff --git a/app-editors/hexedit/hexedit-1.5.ebuild b/app-editors/hexedit/hexedit-1.5.ebuild deleted file mode 100644 index 438191a1dc21..000000000000 --- a/app-editors/hexedit/hexedit-1.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="View and edit files in hex or ASCII" -HOMEPAGE="http://rigaux.org/hexedit.html" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 -EGIT_REPO_URI="https://github.com/pixel/hexedit.git" -else -SRC_URI="https://github.com/pixel/hexedit/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" - -DEPEND="sys-libs/ncurses:=" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -} - -src_install() { - dobin hexedit - doman hexedit.1 - dodoc Changes -}