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 F0E6F15800A for ; Sat, 2 Sep 2023 14:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237D62BC035; Sat, 2 Sep 2023 14:30:09 +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 0DAC52BC035 for ; Sat, 2 Sep 2023 14:30:09 +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 58B73340DB8 for ; Sat, 2 Sep 2023 14:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6751115 for ; Sat, 2 Sep 2023 14:30:05 +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: <1693665000.b203c64766cf8ab7fdac2dff7ce7362ef18475a8.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ansilove/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ansilove/Manifest media-gfx/ansilove/ansilove-4.1.7.ebuild X-VCS-Directories: media-gfx/ansilove/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b203c64766cf8ab7fdac2dff7ce7362ef18475a8 X-VCS-Branch: master Date: Sat, 2 Sep 2023 14:30:05 +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: 480b6275-224f-40a5-8c32-b6ff8cd40bfb X-Archives-Hash: dc84698232cbaeec49540e442297b63d commit: b203c64766cf8ab7fdac2dff7ce7362ef18475a8 Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 2 14:24:26 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Sep 2 14:30:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b203c647 media-gfx/ansilove: drop old 4.1.7 Signed-off-by: Maciej Barć gentoo.org> media-gfx/ansilove/Manifest | 1 - media-gfx/ansilove/ansilove-4.1.7.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest index dcd195edfb84..cedd535efac2 100644 --- a/media-gfx/ansilove/Manifest +++ b/media-gfx/ansilove/Manifest @@ -1,2 +1 @@ -DIST ansilove-4.1.7.tar.gz 41511 BLAKE2B 4ec67668c94b4c6ca027d0b597443ffa4f7a30dc7af3fed7ad6d16a42ba855d2a9c0fa4c8b48402ed2c47edcf76ddca76a72da099784e393e4a0c4fb683fce66 SHA512 871a4fbbff4bafb8f1adf8bed2151a901dc98125a3e2c6c8c93f211988e2bb313f8373d7bd79c2ee252d5176e5013d4aae71a04eb9a5ffe84785f1bc26b92fd5 DIST ansilove-4.2.0.tar.gz 41976 BLAKE2B e9bdf7c48fc7ae08427ace870b040dda8d81293a19c36c698a55d6973b2def13153889bfe376d8a7f04aaf79360f58cf8e615a7b5b1d9ef278016721ffbfca6c SHA512 a408fccd497e45d82b9ab97bb867afd55796f3ab969b9805116e6bde63931efbc61bcd884409a45aea22af1c21d05fbefa53ce8a45c95156d0292fd509c85810 diff --git a/media-gfx/ansilove/ansilove-4.1.7.ebuild b/media-gfx/ansilove/ansilove-4.1.7.ebuild deleted file mode 100644 index a561ff46a2cc..000000000000 --- a/media-gfx/ansilove/ansilove-4.1.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="ANSI and ASCII art to PNG converter (using libansilove)" -HOMEPAGE="https://www.ansilove.org/ - https://github.com/ansilove/ansilove/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="BSD-2" -SLOT="0" - -RDEPEND="dev-libs/libansilove" -DEPEND="${RDEPEND}" - -src_configure() { - local -a mycmakeargs=( - -DENABLE_SECCOMP=NO - ) - cmake_src_configure -}