From e5206efa6e88d32e3819685adee35c49124ccf0e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Sep 2023 16:16:36 +0100 Subject: gentoo auto-resync : 02:09:2023 - 16:16:36 --- media-gfx/ansilove/ansilove-4.1.7.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 media-gfx/ansilove/ansilove-4.1.7.ebuild (limited to 'media-gfx/ansilove/ansilove-4.1.7.ebuild') 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 -} -- cgit v1.2.3