* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/
@ 2021-07-19 1:29 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-07-19 1:29 UTC (permalink / raw
To: gentoo-commits
commit: ea7cb5bf19ca52bb3e886a691f2bdf75e809f573
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Jul 19 01:27:16 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Jul 19 01:27:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea7cb5bf
media-gfx/ansilove: add version 4.1.5 and live
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
media-gfx/ansilove/Manifest | 1 +
media-gfx/ansilove/ansilove-4.1.5.ebuild | 37 ++++++++++++++++++++++++++++++++
media-gfx/ansilove/ansilove-9999.ebuild | 37 ++++++++++++++++++++++++++++++++
media-gfx/ansilove/metadata.xml | 29 +++++++++++++++++++++++++
4 files changed, 104 insertions(+)
diff --git a/media-gfx/ansilove/Manifest b/media-gfx/ansilove/Manifest
new file mode 100644
index 000000000..a37ef7438
--- /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 000000000..2aafc65c6
--- /dev/null
+++ b/media-gfx/ansilove/ansilove-4.1.5.ebuild
@@ -0,0 +1,37 @@
+# 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"
+IUSE="-seccomp"
+
+RDEPEND="dev-libs/libansilove"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_SECCOMP=$(usex seccomp)
+ )
+ cmake_src_configure
+}
+
+pkg_postinst() {
+ if use seccomp; then
+ ewarn "Experimental seccomp support is enabled."
+ fi
+}
diff --git a/media-gfx/ansilove/ansilove-9999.ebuild b/media-gfx/ansilove/ansilove-9999.ebuild
new file mode 100644
index 000000000..2aafc65c6
--- /dev/null
+++ b/media-gfx/ansilove/ansilove-9999.ebuild
@@ -0,0 +1,37 @@
+# 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"
+IUSE="-seccomp"
+
+RDEPEND="dev-libs/libansilove"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_SECCOMP=$(usex seccomp)
+ )
+ cmake_src_configure
+}
+
+pkg_postinst() {
+ if use seccomp; then
+ ewarn "Experimental seccomp support is enabled."
+ fi
+}
diff --git a/media-gfx/ansilove/metadata.xml b/media-gfx/ansilove/metadata.xml
new file mode 100644
index 000000000..15ced110b
--- /dev/null
+++ b/media-gfx/ansilove/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@riseup.net</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>
+ <use>
+ <flag name="seccomp">enable experimental seccomp support</flag>
+ </use>
+ <upstream>
+ <changelog>
+ https://github.com/ansilove/ansilove/blob/master/ChangeLog
+ </changelog>
+ <bugs-to>https://github.com/ansilove/ansilove</bugs-to>
+ <remote-id type="github">ansilove/ansilove</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/
@ 2021-07-19 2:42 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-07-19 2:42 UTC (permalink / raw
To: gentoo-commits
commit: a0735dd35ef5559e01385927023b22354a3ba6b4
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Jul 19 02:41:17 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Jul 19 02:41:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0735dd3
media-gfx/ansilove: disable seccomp completely
enabled by default even though with "-" in IUSE
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
media-gfx/ansilove/ansilove-4.1.5.ebuild | 9 +--------
media-gfx/ansilove/ansilove-9999.ebuild | 9 +--------
media-gfx/ansilove/metadata.xml | 3 ---
3 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/media-gfx/ansilove/ansilove-4.1.5.ebuild b/media-gfx/ansilove/ansilove-4.1.5.ebuild
index 2aafc65c6..95b232dfc 100644
--- a/media-gfx/ansilove/ansilove-4.1.5.ebuild
+++ b/media-gfx/ansilove/ansilove-4.1.5.ebuild
@@ -18,20 +18,13 @@ fi
LICENSE="BSD-2"
SLOT="0"
-IUSE="-seccomp"
RDEPEND="dev-libs/libansilove"
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
- -DENABLE_SECCOMP=$(usex seccomp)
+ -DENABLE_SECCOMP=NO
)
cmake_src_configure
}
-
-pkg_postinst() {
- if use seccomp; then
- ewarn "Experimental seccomp support is enabled."
- fi
-}
diff --git a/media-gfx/ansilove/ansilove-9999.ebuild b/media-gfx/ansilove/ansilove-9999.ebuild
index 2aafc65c6..95b232dfc 100644
--- a/media-gfx/ansilove/ansilove-9999.ebuild
+++ b/media-gfx/ansilove/ansilove-9999.ebuild
@@ -18,20 +18,13 @@ fi
LICENSE="BSD-2"
SLOT="0"
-IUSE="-seccomp"
RDEPEND="dev-libs/libansilove"
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
- -DENABLE_SECCOMP=$(usex seccomp)
+ -DENABLE_SECCOMP=NO
)
cmake_src_configure
}
-
-pkg_postinst() {
- if use seccomp; then
- ewarn "Experimental seccomp support is enabled."
- fi
-}
diff --git a/media-gfx/ansilove/metadata.xml b/media-gfx/ansilove/metadata.xml
index 15ced110b..b4f7aaa2d 100644
--- a/media-gfx/ansilove/metadata.xml
+++ b/media-gfx/ansilove/metadata.xml
@@ -16,9 +16,6 @@
(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>
- <use>
- <flag name="seccomp">enable experimental seccomp support</flag>
- </use>
<upstream>
<changelog>
https://github.com/ansilove/ansilove/blob/master/ChangeLog
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/
@ 2021-11-26 10:34 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-11-26 10:34 UTC (permalink / raw
To: gentoo-commits
commit: e9c36feba2653cd22c588c24fbd0fd6216ffd56a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 10:34:46 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <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 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</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</bugs-to>
- <remote-id type="github">ansilove/ansilove</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-26 10:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 2:42 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2021-11-26 10:34 Maciej Barć
2021-07-19 1:29 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox