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 17EDF158086 for ; Fri, 26 Nov 2021 10:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F88E07EC; Fri, 26 Nov 2021 10:35:02 +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 02026E07EC for ; Fri, 26 Nov 2021 10:35:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20CC3342E0F for ; Fri, 26 Nov 2021 10:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7F41DA for ; Fri, 26 Nov 2021 10:34:59 +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: <1637922886.e9c36feba2653cd22c588c24fbd0fd6216ffd56a.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/ansilove/Manifest media-gfx/ansilove/ansilove-4.1.5.ebuild media-gfx/ansilove/ansilove-9999.ebuild media-gfx/ansilove/metadata.xml X-VCS-Directories: media-gfx/ansilove/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e9c36feba2653cd22c588c24fbd0fd6216ffd56a X-VCS-Branch: dev Date: Fri, 26 Nov 2021 10:34:59 +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: c17a1142-e209-4864-8650-5c4bbc2dd47f X-Archives-Hash: a1566797165b7b14e2dc4e30dd6eed42 commit: e9c36feba2653cd22c588c24fbd0fd6216ffd56a Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 10:34:46 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 26 10:34:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9c36feb media-gfx: move ansilove to ::gentoo Signed-off-by: Maciej Barć gentoo.org> media-gfx/ansilove/Manifest | 1 - media-gfx/ansilove/ansilove-4.1.5.ebuild | 30 ------------------------------ media-gfx/ansilove/ansilove-9999.ebuild | 30 ------------------------------ media-gfx/ansilove/metadata.xml | 26 -------------------------- 4 files changed, 87 deletions(-) diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest deleted file mode 100644 index a37ef7438..000000000 --- a/media-gfx/ansilove/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ansilove-4.1.5.tar.gz 41325 BLAKE2B fa0943406b5a905f30fd114ed9760a37da1bcb7bd8bb7575272d1cffadaf0302650c65af64e97f911cff7b9eb4283bedd6fc0fc13c9aa5be88c582c44925c30b SHA512 a84253b07d82b4d0598cf6936115476933636a978805fe243a671bbdbe15d0e589b45f9e4d7b6137e5f7ab22559b9d1a84a0508db5226ccc17e20687e190e553 diff --git a/media-gfx/ansilove/ansilove-4.1.5.ebuild b/media-gfx/ansilove/ansilove-4.1.5.ebuild deleted file mode 100644 index 95b232dfc..000000000 --- a/media-gfx/ansilove/ansilove-4.1.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -fi - -LICENSE="BSD-2" -SLOT="0" - -RDEPEND="dev-libs/libansilove" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DENABLE_SECCOMP=NO - ) - cmake_src_configure -} diff --git a/media-gfx/ansilove/ansilove-9999.ebuild b/media-gfx/ansilove/ansilove-9999.ebuild deleted file mode 100644 index 95b232dfc..000000000 --- a/media-gfx/ansilove/ansilove-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -fi - -LICENSE="BSD-2" -SLOT="0" - -RDEPEND="dev-libs/libansilove" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DENABLE_SECCOMP=NO - ) - cmake_src_configure -} diff --git a/media-gfx/ansilove/metadata.xml b/media-gfx/ansilove/metadata.xml deleted file mode 100644 index b4f7aaa2d..000000000 --- a/media-gfx/ansilove/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - xgqt@riseup.net - Maciej Barć - - - AnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert - ANSI and artscene-related file formats into PNG images, supporting ANSI - (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF), - Tundra (.TND) and XBin (.XB) formats. - It creates size optimized 4-bit PNG files and supports SAUCE (Standard - Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts - (including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors. - This is a complete rewrite of AnsiLove/PHP in the C programming language. - - - - https://github.com/ansilove/ansilove/blob/master/ChangeLog - - https://github.com/ansilove/ansilove - ansilove/ansilove - -