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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F386515806E for ; Wed, 24 May 2023 11:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1587FE07AE; Wed, 24 May 2023 11:03:04 +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 EB8CAE07AE for ; Wed, 24 May 2023 11:03:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A78AA340DE5 for ; Wed, 24 May 2023 11:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132C6A77 for ; Wed, 24 May 2023 11:03:01 +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: <1684926178.7ce5358e9146ecb11c49cbcb2b35dfaf710e8b5f.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.2.0.ebuild X-VCS-Directories: media-gfx/ansilove/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7ce5358e9146ecb11c49cbcb2b35dfaf710e8b5f X-VCS-Branch: master Date: Wed, 24 May 2023 11:03:01 +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: cbca2315-9c83-44fd-9f8f-24f449c808ed X-Archives-Hash: 92335c24ce0c374a0d55dfc6e8b8a344 commit: 7ce5358e9146ecb11c49cbcb2b35dfaf710e8b5f Author: Maciej Barć gentoo org> AuthorDate: Wed May 24 10:45:31 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed May 24 11:02:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce5358e media-gfx/ansilove: bump to 4.2.0 Signed-off-by: Maciej Barć gentoo.org> media-gfx/ansilove/Manifest | 1 + media-gfx/ansilove/ansilove-4.2.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest index 8f9d8eaf2e56..dcd195edfb84 100644 --- a/media-gfx/ansilove/Manifest +++ b/media-gfx/ansilove/Manifest @@ -1 +1,2 @@ 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.2.0.ebuild b/media-gfx/ansilove/ansilove-4.2.0.ebuild new file mode 100644 index 000000000000..d007765a232c --- /dev/null +++ b/media-gfx/ansilove/ansilove-4.2.0.ebuild @@ -0,0 +1,32 @@ +# 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-1.4.0:=" +DEPEND="${RDEPEND}" + +src_configure() { + local -a mycmakeargs=( + -DENABLE_SECCOMP=NO + ) + cmake_src_configure +}