public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ansilove/
Date: Sat, 19 Feb 2022 17:57:51 +0000 (UTC)	[thread overview]
Message-ID: <1645293383.30910b41e0b9e94001dff14605002a168a5ad6b5.xgqt@gentoo> (raw)

commit:     30910b41e0b9e94001dff14605002a168a5ad6b5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 17:56:23 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 17:56:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30910b41

media-gfx/ansilove: bump to 4.1.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 media-gfx/ansilove/Manifest              |  1 +
 media-gfx/ansilove/ansilove-4.1.6.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest
index a37ef743844a..8a5d9534d8a1 100644
--- a/media-gfx/ansilove/Manifest
+++ b/media-gfx/ansilove/Manifest
@@ -1 +1,2 @@
 DIST ansilove-4.1.5.tar.gz 41325 BLAKE2B fa0943406b5a905f30fd114ed9760a37da1bcb7bd8bb7575272d1cffadaf0302650c65af64e97f911cff7b9eb4283bedd6fc0fc13c9aa5be88c582c44925c30b SHA512 a84253b07d82b4d0598cf6936115476933636a978805fe243a671bbdbe15d0e589b45f9e4d7b6137e5f7ab22559b9d1a84a0508db5226ccc17e20687e190e553
+DIST ansilove-4.1.6.tar.gz 40842 BLAKE2B 6445c1bf024b4f8210ec09d55eb8dd23f252aa3e727aa02b7afc7c6731833c9140839ba478e52ef487d3285fc6691d70a443939534279af640f5d15993e7f441 SHA512 9cacfcccd2a857841e82cede64efe84413d3467849c49b9f38eea8d2be5447bdf5a9f8432d96bfbe9e5ced1eda3cf1e3a5a7375c0d32f52b6b4e44c7002c20ba

diff --git a/media-gfx/ansilove/ansilove-4.1.6.ebuild b/media-gfx/ansilove/ansilove-4.1.6.ebuild
new file mode 100644
index 000000000000..e593f48c0fb9
--- /dev/null
+++ b/media-gfx/ansilove/ansilove-4.1.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 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://github.com/ansilove/ansilove/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/ansilove/${PN}.git"
+else
+	SRC_URI="https://github.com/ansilove/${PN}/archive/refs/tags/${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 mycmakeargs=(
+		-DENABLE_SECCOMP=NO
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2022-02-19 17:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-19 17:57 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-24 22:45 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ansilove/ Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-05-24 11:03 Maciej Barć
2023-05-24 11:03 Maciej Barć
2023-05-24 11:03 Maciej Barć
2023-05-05 13:44 Arthur Zamarin
2023-03-30 13:39 Maciej Barć
2023-03-30 13:39 Maciej Barć
2023-03-30 13:39 Maciej Barć
2022-12-22 11:04 Arthur Zamarin
2022-02-27  3:48 Maciej Barć
2022-02-19 17:57 Maciej Barć
2021-12-27 15:38 Arthur Zamarin
2021-12-27 15:38 Arthur Zamarin
2021-12-27  2:17 Yixun Lan
2021-11-26 10:33 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1645293383.30910b41e0b9e94001dff14605002a168a5ad6b5.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox