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: Fri, 26 Nov 2021 10:33:06 +0000 (UTC)	[thread overview]
Message-ID: <1637922784.ddbf062159321c203f918f3795c076521073576f.xgqt@gentoo> (raw)

commit:     ddbf062159321c203f918f3795c076521073576f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 10:25:33 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 10:33:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbf0621

media-gfx/ansilove: new package; add version 4.1.5 and live

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> 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 insertions(+)

diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest
new file mode 100644
index 000000000000..a37ef743844a
--- /dev/null
+++ b/media-gfx/ansilove/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..747102f7845f
--- /dev/null
+++ b/media-gfx/ansilove/ansilove-4.1.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 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"
+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
new file mode 100644
index 000000000000..747102f7845f
--- /dev/null
+++ b/media-gfx/ansilove/ansilove-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 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"
+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
new file mode 100644
index 000000000000..30ea50ab6723
--- /dev/null
+++ b/media-gfx/ansilove/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <email>xgqt@gentoo.org</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <longdescription lang="en">
+    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.
+  </longdescription>
+  <upstream>
+    <changelog>
+      https://github.com/ansilove/ansilove/blob/master/ChangeLog
+    </changelog>
+    <bugs-to>https://github.com/ansilove/ansilove/issues</bugs-to>
+    <remote-id type="github">ansilove/ansilove</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2021-11-26 10:33 UTC|newest]

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