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 7E73115808C for ; Sat, 19 Feb 2022 17:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63446E0817; Sat, 19 Feb 2022 17:57:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4665CE0814 for ; Sat, 19 Feb 2022 17:57:54 +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 39453343733 for ; Sat, 19 Feb 2022 17:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8245C2DC for ; Sat, 19 Feb 2022 17:57:51 +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: <1645293184.c804fdc97b7ea80fe27e0dbc7457bd651fe2f6c0.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libansilove/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libansilove/Manifest dev-libs/libansilove/libansilove-1.2.9.ebuild X-VCS-Directories: dev-libs/libansilove/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c804fdc97b7ea80fe27e0dbc7457bd651fe2f6c0 X-VCS-Branch: master Date: Sat, 19 Feb 2022 17:57:51 +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: 3c915591-3790-4c77-a542-a9d01b720854 X-Archives-Hash: 8094617059c230145fa771e0505957d3 commit: c804fdc97b7ea80fe27e0dbc7457bd651fe2f6c0 Author: Maciej Barć gentoo org> AuthorDate: Sat Feb 19 17:53:04 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Feb 19 17:53:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c804fdc9 dev-libs/libansilove: bump to 1.2.9 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-libs/libansilove/Manifest | 1 + dev-libs/libansilove/libansilove-1.2.9.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-libs/libansilove/Manifest b/dev-libs/libansilove/Manifest index 277f9b6f7e6f..cd82e23c5191 100644 --- a/dev-libs/libansilove/Manifest +++ b/dev-libs/libansilove/Manifest @@ -1 +1,2 @@ DIST libansilove-1.2.8.tar.gz 59695 BLAKE2B 4be4fb1f7277cc53bdc31399b429fc142cd3b87933da4c87604fe290b8697dd4c3d03a4c77bbac62648b0b8b0da509b5f7b17d2867e2e9e56eaf00674219fff3 SHA512 99df7fa0e5f2eb26a95b5073587e957378163fcab9ca828f7d6eca79dcb92463b1788285813c4fed6bfc9ee753c425fd34968e5e08999bc63fe6c4ba5939198f +DIST libansilove-1.2.9.tar.gz 58703 BLAKE2B b7feb458c01ab6bb96be1893d7f8ffc92dff63e23aa81fad29519ff574d55c0bbf84f66da0bf54a9ff428079f7d101e50b92d6f600934400f67d06497123abf7 SHA512 80fe2463634005c4ba5ba74587b1248fa5ef4789600a3b9603678bf63c8bb7d9c60348388d103589b6b11516fe033ec080a7a625ed84233976c44334c6ac1959 diff --git a/dev-libs/libansilove/libansilove-1.2.9.ebuild b/dev-libs/libansilove/libansilove-1.2.9.ebuild new file mode 100644 index 000000000000..dd28dd03edd7 --- /dev/null +++ b/dev-libs/libansilove/libansilove-1.2.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="library to convert ANSi and artscene related file formats into PNG images" +HOMEPAGE="https://github.com/ansilove/libansilove" + +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="media-libs/gd:2=[png]" +DEPEND="${RDEPEND}"