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 6F351159C9B for ; Fri, 2 Aug 2024 22:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA25AE2A1F; Fri, 2 Aug 2024 22:43:51 +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 9C3E4E2A1F for ; Fri, 2 Aug 2024 22:43:51 +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 9823934300A for ; Fri, 2 Aug 2024 22:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CCE81DCC for ; Fri, 2 Aug 2024 22:43:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1722638544.310fdecb01160f68555e97d37c4657eea718f7ff.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hath/Manifest net-misc/hath/hath-0.5.7.ebuild X-VCS-Directories: net-misc/hath/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 310fdecb01160f68555e97d37c4657eea718f7ff X-VCS-Branch: master Date: Fri, 2 Aug 2024 22:43:49 +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: 04249b58-1104-45ee-a88e-7a4eef6cb9ee X-Archives-Hash: 52319b653889762c69081564b765879d commit: 310fdecb01160f68555e97d37c4657eea718f7ff Author: Michael Orlitzky gentoo org> AuthorDate: Fri Aug 2 22:42:24 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Aug 2 22:42:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310fdecb net-misc/hath: drop 0.5.7 Signed-off-by: Michael Orlitzky gentoo.org> net-misc/hath/Manifest | 1 - net-misc/hath/hath-0.5.7.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/net-misc/hath/Manifest b/net-misc/hath/Manifest index de4f86033bcc..00a16c31f7d4 100644 --- a/net-misc/hath/Manifest +++ b/net-misc/hath/Manifest @@ -1,2 +1 @@ -DIST hath-0.5.7.tar.gz 31087 BLAKE2B 2449872bae187dfd67ab94da7df55bec7a9735bcd85a9dbd96ef7ce1afdd3f83ed666eb02b6de54719ba32b96de75ff168136f07760023ea2db7bb55bf51f70e SHA512 daa1ae22e8a01f63db6849c7c9e90917051644c681848c66bbd5cb7178326a125868c9f52d506bb5561595fd1bb8b16ae922b91e1be44ccb86e346fc1730a6dd DIST hath-0.5.8.tar.gz 31116 BLAKE2B 3d6f91b1e286bbb88feab5f30a9164f19ae0bb886d39dd8c945b4c2b61106b6d9a233511b704b96c15176e9152f63d891f72a3ad11b64c8043e03c20ff705365 SHA512 c5a50e8c976f92f5d8fa3750098850f50198a3a07342e6fa3a2fa2faeb5e850780aef17d648781379a419671011f24749a0f24ca5c9d98cd48c94b0e5c871017 diff --git a/net-misc/hath/hath-0.5.7.ebuild b/net-misc/hath/hath-0.5.7.ebuild deleted file mode 100644 index fca6453aa95e..000000000000 --- a/net-misc/hath/hath-0.5.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.6 - -CABAL_FEATURES="test-suite" -inherit haskell-cabal - -DESCRIPTION="Hath manipulates network blocks in CIDR notation" -HOMEPAGE="https://michael.orlitzky.com/code/hath.xhtml" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/cmdargs-0.10:= - >=dev-haskell/split-0.2:= - >=dev-haskell/tasty-0.8:= - >=dev-haskell/tasty-hunit-0.8:= - >=dev-haskell/tasty-quickcheck-0.8.1:= - >=dev-lang/ghc-9.0.0:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.0.0.0 - test? ( dev-util/shelltestrunner ) -" - -src_install() { - cabal_src_install - doman "${S}/doc/man1/${PN}.1" -}