public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-08-31  7:42 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-08-31  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6afd3b063647ddf85b7baf5d0a08eabc47f718
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:42:50 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:42:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6afd3b

media-gfx/chafa: Stabilize 1.12.3 arm64, #867685

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.3.ebuild b/media-gfx/chafa/chafa-1.12.3.ebuild
index dc0bc9b6d8f6..98ac22f2a0ca 100644
--- a/media-gfx/chafa/chafa-1.12.3.ebuild
+++ b/media-gfx/chafa/chafa-1.12.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2024-06-30  0:00 Conrad Kostecki
  0 siblings, 0 replies; 66+ messages in thread
From: Conrad Kostecki @ 2024-06-30  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9c46f46986c8a4e7f66d60267e69db7c92fc11bb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 29 09:42:27 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 23:56:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c46f469

media-gfx/chafa: add 1.14.1

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37347
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.14.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index a33fde395387..e71ef6feb138 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.12.5.tar.xz 939792 BLAKE2B 82fbcd7b071dba8534fdd391b6ce22f6de63b1e3eb30228ba1ce6e751c442efbc4a5141d30fa767cc0789b01518da016a4245f9c560837530daa4d92534a9eca SHA512 d0b719294bdc8880f2c65c1bd777ac0eb98d47d48147bc6f883f1917d4f9a6b246c4e9365bc0128b1332d4a268611ac7e479f346f13c49d2e56ff4f446f22d94
+DIST chafa-1.14.1.tar.xz 991656 BLAKE2B 1a7ba4c7d3958396c89b7b2f2873b4c1dfcf5209ae0d53fd0b2e014c3012a316a2d197a2f593c230e02bed01ed3119d6d0659d21b5f5d02dacd7eaaa626f2cb8 SHA512 61872acc3370318ab1a363cd21839978825d722d64225f968fd12acae1b7cf4a9be0f011fa2ab69a62cf61e32f095bb47aaf9d8796b97f25844703e7dfdfea35

diff --git a/media-gfx/chafa/chafa-1.14.1.ebuild b/media-gfx/chafa/chafa-1.14.1.ebuild
new file mode 100644
index 000000000000..06484a9f1cb7
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.14.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+tools webp"
+
+RDEPEND="
+	dev-libs/glib:2
+	tools? ( >=media-libs/freetype-2.0.0 )
+	webp? ( media-libs/libwebp:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	# bug 909429
+	use webp && append-ldflags -lwebp
+
+	econf \
+		--disable-man \
+		$(use_with tools) \
+		$(use_with webp)
+}
+
+src_install() {
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2024-06-18 18:55 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2024-06-18 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9ad8f7f836b2eeee8eadc005db71568e254c533f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:35:32 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:55:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad8f7f8

media-gfx/chafa: drop myself as a maintainer

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-gfx/chafa/metadata.xml b/media-gfx/chafa/metadata.xml
index 1e12935358fc..6cc6698618e1 100644
--- a/media-gfx/chafa/metadata.xml
+++ b/media-gfx/chafa/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>jsmolic@gentoo.org</email>
-		<name>Jakov Smolić</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="tools">Build command-line tools</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2024-03-16  8:25 Arthur Zamarin
  0 siblings, 0 replies; 66+ messages in thread
From: Arthur Zamarin @ 2024-03-16  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     41e1074506aa7584fe440c55760a692dbc3c8d8e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 08:25:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 08:25:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e10745

media-gfx/chafa: Stabilize 1.12.5-r1 ppc64, #927042

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 7fcc9bf0fc7f..5086db9e3356 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2024-02-29 22:17 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-02-29 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     810f417c91ada3dd38d4b5ccdf578a46ee214582
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Feb 28 15:16:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 22:13:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810f417c

media-gfx/chafa: keyword 1.12.5-r1 for sparc, bug #924443

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 4b51255e826d..7fcc9bf0fc7f 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2024-01-27 20:06 Ionen Wolkens
  0 siblings, 0 replies; 66+ messages in thread
From: Ionen Wolkens @ 2024-01-27 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1f07bded46a1a96f144478b55259a352e770c153
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jan 27 18:35:40 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 19:48:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f07bded

media-gfx/chafa: Keyword 1.12.5-r1 mips, #918718

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 57f784a5dd59..4b51255e826d 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-12-01 18:58 Arthur Zamarin
  0 siblings, 0 replies; 66+ messages in thread
From: Arthur Zamarin @ 2023-12-01 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2c978b42cab2c4614f26917125ac9bd46b0bd51e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:57:59 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 18:57:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c978b42

media-gfx/chafa: Keyword 1.12.5-r1 ppc, #916198

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 160ce2b7edef..57f784a5dd59 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-11-01  9:50 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-11-01  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5608d35277d75dcab08c3c5b261bc51db039bde5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 09:49:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 09:49:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5608d352

media-gfx/chafa: Keyword 1.12.5-r1 arm, #916050

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index cf7ad88518f1..160ce2b7edef 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-09-24 17:09 WANG Xuerui
  0 siblings, 0 replies; 66+ messages in thread
From: WANG Xuerui @ 2023-09-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5c421a6758d0218f6a5af6d88cab7e5ed602b75c
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 15:14:42 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 17:05:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c421a67

media-gfx/chafa: keyword 1.12.5-r1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index db91c5f2b009..cf7ad88518f1 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-08-27 18:09 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2023-08-27 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d5423ed1440834af769d0f9b6482761e7206eb65
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 18:08:56 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 18:08:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5423ed1

media-gfx/chafa: drop 1.12.5

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/media-gfx/chafa/chafa-1.12.5.ebuild b/media-gfx/chafa/chafa-1.12.5.ebuild
deleted file mode 100644
index 651857311f4a..000000000000
--- a/media-gfx/chafa/chafa-1.12.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-08-27 17:18 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-08-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ae867020ec4949dc0cfa81a05ae789f8203c1117
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 17:18:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 17:18:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae867020

media-gfx/chafa: Stabilize 1.12.5-r1 arm64, #913101

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 515c1b60c774..db91c5f2b009 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-08-27 17:18 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-08-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     04b9091c59321f380d2011d10bbe1d46345e5630
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 17:18:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 17:18:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b9091c

media-gfx/chafa: Stabilize 1.12.5-r1 amd64, #913101

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 5e063b619558..7d50684d2d77 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-08-27 17:18 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-08-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e0644153a5c1f0c712ec4e57117bd606e5741176
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 17:18:35 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 17:18:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0644153

media-gfx/chafa: Stabilize 1.12.5-r1 x86, #913101

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 7d50684d2d77..515c1b60c774 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-25  8:28 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2023-07-25  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     343410542efeaf4fbf78a42912571cc20ff2e12a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 08:20:03 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 08:28:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34341054

media-gfx/chafa: drop 1.12.4

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 -
 media-gfx/chafa/chafa-1.12.4.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 86365e27deeb..a33fde395387 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.12.4.tar.xz 934272 BLAKE2B 57009e5b6c8cbb41643e94d224e9a4a7e3c2839ee79a6d4949b6d872ab9e10ab66fe7a609f448cad68ee930e5da84e31a1368c8f7ad6457c4c1583971f87f91e SHA512 2732ff380fc6d61124298ae3d9958d676fe6ca2887ee11df057d4efa6f4ae9c074a7e1920a6a3db1ffb21882432769967f4453d52a0344e581993984133a0e9b
 DIST chafa-1.12.5.tar.xz 939792 BLAKE2B 82fbcd7b071dba8534fdd391b6ce22f6de63b1e3eb30228ba1ce6e751c442efbc4a5141d30fa767cc0789b01518da016a4245f9c560837530daa4d92534a9eca SHA512 d0b719294bdc8880f2c65c1bd777ac0eb98d47d48147bc6f883f1917d4f9a6b246c4e9365bc0128b1332d4a268611ac7e479f346f13c49d2e56ff4f446f22d94

diff --git a/media-gfx/chafa/chafa-1.12.4.ebuild b/media-gfx/chafa/chafa-1.12.4.ebuild
deleted file mode 100644
index 651857311f4a..000000000000
--- a/media-gfx/chafa/chafa-1.12.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-24 22:50 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-07-24 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     685b52e549c76e0d424bfdb15360e5f03b0a1595
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 22:50:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 22:50:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685b52e5

media-gfx/chafa: Stabilize 1.12.5 amd64, #911172

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5.ebuild b/media-gfx/chafa/chafa-1.12.5.ebuild
index 830e5afe7b15..651857311f4a 100644
--- a/media-gfx/chafa/chafa-1.12.5.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-24 22:50 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-07-24 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1ecb257895ecb34bba1669d00773f028423ca66d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 22:50:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 22:50:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecb2578

media-gfx/chafa: Stabilize 1.12.5 arm64, #911172

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5.ebuild b/media-gfx/chafa/chafa-1.12.5.ebuild
index 0ee5551fcbe0..830e5afe7b15 100644
--- a/media-gfx/chafa/chafa-1.12.5.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-24 21:04 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-07-24 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6302694d8680c7e74c76728bb4f2779851c8e6a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 21:04:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 21:04:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302694d

media-gfx/chafa: Stabilize 1.12.5 x86, #911172

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5.ebuild b/media-gfx/chafa/chafa-1.12.5.ebuild
index 8282650592c2..0ee5551fcbe0 100644
--- a/media-gfx/chafa/chafa-1.12.5.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-17  6:12 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-07-17  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c5cc346400be2541bc1e2564c1993ab2387405ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 06:11:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 06:11:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc3464

media-gfx/chafa: Keyword 1.12.5-r1 ppc64, #909773

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
index 6151f335b407..5e063b619558 100644
--- a/media-gfx/chafa/chafa-1.12.5-r1.ebuild
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="+tools webp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-07-12  8:38 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2023-07-12  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     19936fb7de562dc98cbe27723cd51797cbd26721
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 08:37:01 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 08:37:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19936fb7

media-gfx/chafa: Fix automagic libwebp dependency and linking error

Closes: https://bugs.gentoo.org/909429
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 43 ++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/media-gfx/chafa/chafa-1.12.5-r1.ebuild b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
new file mode 100644
index 000000000000..6151f335b407
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.12.5-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools webp"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+	webp? ( media-libs/libwebp:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	# bug 909429
+	use webp && append-ldflags -lwebp
+
+	econf \
+		--disable-man \
+		$(use_with tools) \
+		$(use_with webp)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-05-22 14:57 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2023-05-22 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a48ddce30a6e83a2bac9a9febe5f1b09c7daa79d
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Mon May 22 12:08:59 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon May 22 14:55:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48ddce3

media-gfx/chafa: add 1.12.5

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Closes: https://github.com/gentoo/gentoo/pull/31124
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.12.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 90e03342e843..86365e27deeb 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.12.4.tar.xz 934272 BLAKE2B 57009e5b6c8cbb41643e94d224e9a4a7e3c2839ee79a6d4949b6d872ab9e10ab66fe7a609f448cad68ee930e5da84e31a1368c8f7ad6457c4c1583971f87f91e SHA512 2732ff380fc6d61124298ae3d9958d676fe6ca2887ee11df057d4efa6f4ae9c074a7e1920a6a3db1ffb21882432769967f4453d52a0344e581993984133a0e9b
+DIST chafa-1.12.5.tar.xz 939792 BLAKE2B 82fbcd7b071dba8534fdd391b6ce22f6de63b1e3eb30228ba1ce6e751c442efbc4a5141d30fa767cc0789b01518da016a4245f9c560837530daa4d92534a9eca SHA512 d0b719294bdc8880f2c65c1bd777ac0eb98d47d48147bc6f883f1917d4f9a6b246c4e9365bc0128b1332d4a268611ac7e479f346f13c49d2e56ff4f446f22d94

diff --git a/media-gfx/chafa/chafa-1.12.5.ebuild b/media-gfx/chafa/chafa-1.12.5.ebuild
new file mode 100644
index 000000000000..8282650592c2
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.12.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-01-09  8:55 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2023-01-09  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     90114dfc8a5f85529edc4107235302b523117731
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 08:50:17 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 08:50:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90114dfc

media-gfx/chafa: drop 1.12.3

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 -
 media-gfx/chafa/chafa-1.12.3.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index af59cdfe0ad9..90e03342e843 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.12.3.tar.xz 659136 BLAKE2B 2b9878b93c46be37fc7cfaf9ffadf58a84445b2e081c712a9824f323b0aee5725fd0b229a0a073afd0a7e3354d418669c411e02ac0f98a4e2eeaff9c19f6f93c SHA512 00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d
 DIST chafa-1.12.4.tar.xz 934272 BLAKE2B 57009e5b6c8cbb41643e94d224e9a4a7e3c2839ee79a6d4949b6d872ab9e10ab66fe7a609f448cad68ee930e5da84e31a1368c8f7ad6457c4c1583971f87f91e SHA512 2732ff380fc6d61124298ae3d9958d676fe6ca2887ee11df057d4efa6f4ae9c074a7e1920a6a3db1ffb21882432769967f4453d52a0344e581993984133a0e9b

diff --git a/media-gfx/chafa/chafa-1.12.3.ebuild b/media-gfx/chafa/chafa-1.12.3.ebuild
deleted file mode 100644
index 98ac22f2a0ca..000000000000
--- a/media-gfx/chafa/chafa-1.12.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-01-09  1:51 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2023-01-09  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     04e6fda83ce2c51aae63ac2aefcc11402268d3f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 01:51:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 01:51:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e6fda8

media-gfx/chafa: Stabilize 1.12.4 arm64, #890226

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.4.ebuild b/media-gfx/chafa/chafa-1.12.4.ebuild
index ed240e8805d8..651857311f4a 100644
--- a/media-gfx/chafa/chafa-1.12.4.ebuild
+++ b/media-gfx/chafa/chafa-1.12.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-01-08 17:00 Arthur Zamarin
  0 siblings, 0 replies; 66+ messages in thread
From: Arthur Zamarin @ 2023-01-08 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     50ea16c49e8e9dc9cd274a421cd70a6ca92b22d5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 17:00:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 17:00:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ea16c4

media-gfx/chafa: Stabilize 1.12.4 amd64, #890226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/chafa/chafa-1.12.4.ebuild b/media-gfx/chafa/chafa-1.12.4.ebuild
index 9a2b941734b1..1d76174a5fbf 100644
--- a/media-gfx/chafa/chafa-1.12.4.ebuild
+++ b/media-gfx/chafa/chafa-1.12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2023-01-08 17:00 Arthur Zamarin
  0 siblings, 0 replies; 66+ messages in thread
From: Arthur Zamarin @ 2023-01-08 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e41ca081c94129a9107151c0038fd7d4111ed53c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 17:00:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 17:00:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ca081

media-gfx/chafa: Stabilize 1.12.4 x86, #890226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.4.ebuild b/media-gfx/chafa/chafa-1.12.4.ebuild
index 1d76174a5fbf..ed240e8805d8 100644
--- a/media-gfx/chafa/chafa-1.12.4.ebuild
+++ b/media-gfx/chafa/chafa-1.12.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-11-24  7:03 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-11-24  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ec7530947213bf795945c74b6ccb698d346b498c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:56:04 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:56:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec753094

media-gfx/chafa: add 1.12.4

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.12.4.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 40e12fad776b..af59cdfe0ad9 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.12.3.tar.xz 659136 BLAKE2B 2b9878b93c46be37fc7cfaf9ffadf58a84445b2e081c712a9824f323b0aee5725fd0b229a0a073afd0a7e3354d418669c411e02ac0f98a4e2eeaff9c19f6f93c SHA512 00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d
+DIST chafa-1.12.4.tar.xz 934272 BLAKE2B 57009e5b6c8cbb41643e94d224e9a4a7e3c2839ee79a6d4949b6d872ab9e10ab66fe7a609f448cad68ee930e5da84e31a1368c8f7ad6457c4c1583971f87f91e SHA512 2732ff380fc6d61124298ae3d9958d676fe6ca2887ee11df057d4efa6f4ae9c074a7e1920a6a3db1ffb21882432769967f4453d52a0344e581993984133a0e9b

diff --git a/media-gfx/chafa/chafa-1.12.4.ebuild b/media-gfx/chafa/chafa-1.12.4.ebuild
new file mode 100644
index 000000000000..9a2b941734b1
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.12.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-11-24  7:03 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-11-24  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     21c147f2152effc0e8714123962e9ad7ba325b63
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:53:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:53:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c147f2

media-gfx/chafa: drop 1.10.3

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 -
 media-gfx/chafa/chafa-1.10.3.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 555fb490ea82..40e12fad776b 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.10.3.tar.xz 512808 BLAKE2B cc0d18f06936d3c26a5d073cf8982c5c49bca307833885edf346e392987fb743ee560ca891db5533ee5e856dbeb4ca9f9a68d601961d0ab6b2dcb80c58fdda1d SHA512 29bcd5315a1c5bf08b214b9b58fabc64340e995a383b88e5f8245ba130b0506e4d13c34878d6cb32d1493fa1b8326520cbd176aeef22d932c72ede0430a38fda
 DIST chafa-1.12.3.tar.xz 659136 BLAKE2B 2b9878b93c46be37fc7cfaf9ffadf58a84445b2e081c712a9824f323b0aee5725fd0b229a0a073afd0a7e3354d418669c411e02ac0f98a4e2eeaff9c19f6f93c SHA512 00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d

diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild
deleted file mode 100644
index 98ac22f2a0ca..000000000000
--- a/media-gfx/chafa/chafa-1.10.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-08-31  7:36 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-08-31  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d4b2d87ad28153346e36e510cb8789ea4d46ca0e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:36:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:36:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b2d87a

media-gfx/chafa: Stabilize 1.12.3 x86, #867685

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.3.ebuild b/media-gfx/chafa/chafa-1.12.3.ebuild
index ba8b8ca434c1..dc0bc9b6d8f6 100644
--- a/media-gfx/chafa/chafa-1.12.3.ebuild
+++ b/media-gfx/chafa/chafa-1.12.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-08-31  7:36 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-08-31  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     abddc2d805245d8f9dc61883f597795e730e3a4d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:36:25 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:36:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abddc2d8

media-gfx/chafa: Stabilize 1.12.3 amd64, #867685

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.12.3.ebuild b/media-gfx/chafa/chafa-1.12.3.ebuild
index 9a2b941734b1..ba8b8ca434c1 100644
--- a/media-gfx/chafa/chafa-1.12.3.ebuild
+++ b/media-gfx/chafa/chafa-1.12.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-07-31 11:07 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-07-31 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e40df13a7b99a7f9e9a37a14473e1446a82e8e0d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:00:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:07:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40df13a

media-gfx/chafa: add 1.12.3

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.12.3.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index c239cf10f843..555fb490ea82 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.10.3.tar.xz 512808 BLAKE2B cc0d18f06936d3c26a5d073cf8982c5c49bca307833885edf346e392987fb743ee560ca891db5533ee5e856dbeb4ca9f9a68d601961d0ab6b2dcb80c58fdda1d SHA512 29bcd5315a1c5bf08b214b9b58fabc64340e995a383b88e5f8245ba130b0506e4d13c34878d6cb32d1493fa1b8326520cbd176aeef22d932c72ede0430a38fda
+DIST chafa-1.12.3.tar.xz 659136 BLAKE2B 2b9878b93c46be37fc7cfaf9ffadf58a84445b2e081c712a9824f323b0aee5725fd0b229a0a073afd0a7e3354d418669c411e02ac0f98a4e2eeaff9c19f6f93c SHA512 00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d

diff --git a/media-gfx/chafa/chafa-1.12.3.ebuild b/media-gfx/chafa/chafa-1.12.3.ebuild
new file mode 100644
index 000000000000..9a2b941734b1
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.12.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-06-06 20:49 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-06-06 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f13a7f7902bc45cb9054faa7d66048d6c89426c5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 20:31:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 20:49:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13a7f79

media-gfx/chafa: drop 1.10.2

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 -
 media-gfx/chafa/chafa-1.10.2.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 1591ce5c6045..c239cf10f843 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.10.2.tar.xz 512468 BLAKE2B b1edec1ed687f2196a4693fa4cd08d8cabeb2b904abf387001c20ea3b5a9ca94c621bf45c467660342c3f0f049fb9706589c8b13643496b6fa2795276f032f0b SHA512 eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9
 DIST chafa-1.10.3.tar.xz 512808 BLAKE2B cc0d18f06936d3c26a5d073cf8982c5c49bca307833885edf346e392987fb743ee560ca891db5533ee5e856dbeb4ca9f9a68d601961d0ab6b2dcb80c58fdda1d SHA512 29bcd5315a1c5bf08b214b9b58fabc64340e995a383b88e5f8245ba130b0506e4d13c34878d6cb32d1493fa1b8326520cbd176aeef22d932c72ede0430a38fda

diff --git a/media-gfx/chafa/chafa-1.10.2.ebuild b/media-gfx/chafa/chafa-1.10.2.ebuild
deleted file mode 100644
index 98ac22f2a0ca..000000000000
--- a/media-gfx/chafa/chafa-1.10.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-06-06 15:54 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-06-06 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cd5630cc034c8a28351bf308f08e8b9b3aaf92dd
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 15:54:35 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 15:54:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5630cc

media-gfx/chafa: Stabilize 1.10.3 x86, #850091

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild
index 369facf582ad..98ac22f2a0ca 100644
--- a/media-gfx/chafa/chafa-1.10.3.ebuild
+++ b/media-gfx/chafa/chafa-1.10.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-06-06 15:54 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-06-06 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3d7a32dac7f269d6c9d113992068fafe854013f2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 15:54:14 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 15:54:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7a32da

media-gfx/chafa: Stabilize 1.10.3 amd64, #850091

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild
index 1ba03219c906..369facf582ad 100644
--- a/media-gfx/chafa/chafa-1.10.3.ebuild
+++ b/media-gfx/chafa/chafa-1.10.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-06-06 14:15 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-06-06 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d268549b1f249895a471330a18778eb75a47d586
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 14:15:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 14:15:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d268549b

media-gfx/chafa: Stabilize 1.10.3 arm64, #850091

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild
index 9a2b941734b1..1ba03219c906 100644
--- a/media-gfx/chafa/chafa-1.10.3.ebuild
+++ b/media-gfx/chafa/chafa-1.10.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-05-06 19:11 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-05-06 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8a5d4d6b6e02aa40e675394906c238ea8e52d723
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 19:11:20 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May  6 19:11:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5d4d6b

media-gfx/chafa: add 1.10.3

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.10.3.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index f752924d444a..1591ce5c6045 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.10.2.tar.xz 512468 BLAKE2B b1edec1ed687f2196a4693fa4cd08d8cabeb2b904abf387001c20ea3b5a9ca94c621bf45c467660342c3f0f049fb9706589c8b13643496b6fa2795276f032f0b SHA512 eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9
+DIST chafa-1.10.3.tar.xz 512808 BLAKE2B cc0d18f06936d3c26a5d073cf8982c5c49bca307833885edf346e392987fb743ee560ca891db5533ee5e856dbeb4ca9f9a68d601961d0ab6b2dcb80c58fdda1d SHA512 29bcd5315a1c5bf08b214b9b58fabc64340e995a383b88e5f8245ba130b0506e4d13c34878d6cb32d1493fa1b8326520cbd176aeef22d932c72ede0430a38fda

diff --git a/media-gfx/chafa/chafa-1.10.3.ebuild b/media-gfx/chafa/chafa-1.10.3.ebuild
new file mode 100644
index 000000000000..9a2b941734b1
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.10.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-05-05  9:50 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-05-05  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     30b1bd64f799dc229c78cee52ea486e4b2ff6e23
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 08:46:05 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu May  5 09:50:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1bd64

media-gfx/chafa: drop 1.8.0

Bug: https://bugs.gentoo.org/841881
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.8.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 675fa7be7ad7..f752924d444a 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
 DIST chafa-1.10.2.tar.xz 512468 BLAKE2B b1edec1ed687f2196a4693fa4cd08d8cabeb2b904abf387001c20ea3b5a9ca94c621bf45c467660342c3f0f049fb9706589c8b13643496b6fa2795276f032f0b SHA512 eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9
-DIST chafa-1.8.0.tar.xz 435712 BLAKE2B 15a6e64fff13ac32b2f828a68fb12c96856e175eae83c0396b07cbb2ce71d8c1c8eee67db00880372026fe91eaefac2b34376dee597108ffc07c706cf8c98682 SHA512 15ff08a0df82ae8517ac7744b81a39e1ae1eff8c9848128341cc25da94864e89b7101aabcff2d532bf11ea293bfc4c9e48b01f85388dafadbce2d2b2c8b7439d

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild b/media-gfx/chafa/chafa-1.8.0.ebuild
deleted file mode 100644
index 8cd688d7009e..000000000000
--- a/media-gfx/chafa/chafa-1.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-05-05  5:29 Arthur Zamarin
  0 siblings, 0 replies; 66+ messages in thread
From: Arthur Zamarin @ 2022-05-05  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3754eef254c45b26786fe5afea69363b1ccd1ee6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 05:28:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  5 05:28:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3754eef2

media-gfx/chafa: Stabilize 1.10.2 arm64, #842429

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.2.ebuild b/media-gfx/chafa/chafa-1.10.2.ebuild
index dc0bc9b6d8f6..98ac22f2a0ca 100644
--- a/media-gfx/chafa/chafa-1.10.2.ebuild
+++ b/media-gfx/chafa/chafa-1.10.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-05-04  0:16 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2022-05-04  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e884893b6b48cf897bf06b780e5fda6ea9a394ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:16:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:16:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e884893b

media-gfx/chafa: Stabilize 1.10.2 x86, #842429

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.2.ebuild b/media-gfx/chafa/chafa-1.10.2.ebuild
index ba8b8ca434c1..dc0bc9b6d8f6 100644
--- a/media-gfx/chafa/chafa-1.10.2.ebuild
+++ b/media-gfx/chafa/chafa-1.10.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-05-04  0:16 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2022-05-04  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e146a65f7b59fb8da6f98748113023055781fca6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:15:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:15:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e146a65f

media-gfx/chafa: Stabilize 1.10.2 amd64, #842429

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.10.2.ebuild b/media-gfx/chafa/chafa-1.10.2.ebuild
index 9a2b941734b1..ba8b8ca434c1 100644
--- a/media-gfx/chafa/chafa-1.10.2.ebuild
+++ b/media-gfx/chafa/chafa-1.10.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2022-04-27 22:23 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2022-04-27 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     37e99c259eba09dad1192b22456bdc11c15f43a4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 22:12:22 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:21:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e99c25

media-gfx/chafa: add 1.10.2

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest            |  1 +
 media-gfx/chafa/chafa-1.10.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 93e4bbda50aa..675fa7be7ad7 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
+DIST chafa-1.10.2.tar.xz 512468 BLAKE2B b1edec1ed687f2196a4693fa4cd08d8cabeb2b904abf387001c20ea3b5a9ca94c621bf45c467660342c3f0f049fb9706589c8b13643496b6fa2795276f032f0b SHA512 eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9
 DIST chafa-1.8.0.tar.xz 435712 BLAKE2B 15a6e64fff13ac32b2f828a68fb12c96856e175eae83c0396b07cbb2ce71d8c1c8eee67db00880372026fe91eaefac2b34376dee597108ffc07c706cf8c98682 SHA512 15ff08a0df82ae8517ac7744b81a39e1ae1eff8c9848128341cc25da94864e89b7101aabcff2d532bf11ea293bfc4c9e48b01f85388dafadbce2d2b2c8b7439d

diff --git a/media-gfx/chafa/chafa-1.10.2.ebuild b/media-gfx/chafa/chafa-1.10.2.ebuild
new file mode 100644
index 000000000000..9a2b941734b1
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.10.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-10-20  7:23 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2021-10-20  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2c58d6ab3c754a65a1b930c004e8013f7a9927a4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 07:12:58 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 07:23:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c58d6ab

media-gfx/chafa: drop 1.6.1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.6.1.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 8b8491c090b..93e4bbda50a 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.6.1.tar.xz 418720 BLAKE2B 5f6c42311d81bf508f5ec890d72508fd2255e226102b8a7c5c71a9bc1293cd75b08c6b640ca4e6fe9ae34ad47e4e408e25a1aeed7057a5bd823550bea4526f4a SHA512 96cf772638e1a6874d94636a69d6c76d1040d956a16be851ea818292f5b2252867acd0891fede3e030de591b5567d820cf062c5a103a0943a0ea2f2ba34eea77
 DIST chafa-1.8.0.tar.xz 435712 BLAKE2B 15a6e64fff13ac32b2f828a68fb12c96856e175eae83c0396b07cbb2ce71d8c1c8eee67db00880372026fe91eaefac2b34376dee597108ffc07c706cf8c98682 SHA512 15ff08a0df82ae8517ac7744b81a39e1ae1eff8c9848128341cc25da94864e89b7101aabcff2d532bf11ea293bfc4c9e48b01f85388dafadbce2d2b2c8b7439d

diff --git a/media-gfx/chafa/chafa-1.6.1.ebuild b/media-gfx/chafa/chafa-1.6.1.ebuild
deleted file mode 100644
index aaee185d5da..00000000000
--- a/media-gfx/chafa/chafa-1.6.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-10-20  0:22 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2021-10-20  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9b610fe1436fa6e39628a184d3429950b2421cea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 00:21:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 00:21:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b610fe1

media-gfx/chafa: Stabilize 1.8.0 arm64, #818943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild b/media-gfx/chafa/chafa-1.8.0.ebuild
index ebdeee6fb06..aaee185d5da 100644
--- a/media-gfx/chafa/chafa-1.8.0.ebuild
+++ b/media-gfx/chafa/chafa-1.8.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-10-20  0:22 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2021-10-20  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     76b50e51cb784c3d89582739649a45107c82984c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 00:20:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 00:20:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b50e51

media-gfx/chafa: Stabilize 1.8.0 x86, #818943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild b/media-gfx/chafa/chafa-1.8.0.ebuild
index 4bb03665ad4..ebdeee6fb06 100644
--- a/media-gfx/chafa/chafa-1.8.0.ebuild
+++ b/media-gfx/chafa/chafa-1.8.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-10-20  0:21 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2021-10-20  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     638c3552da00d80508358fe90b2baa586434cce0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 00:19:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 00:19:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638c3552

media-gfx/chafa: Stabilize 1.8.0 amd64, #818943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild b/media-gfx/chafa/chafa-1.8.0.ebuild
index 0949da594e0..4bb03665ad4 100644
--- a/media-gfx/chafa/chafa-1.8.0.ebuild
+++ b/media-gfx/chafa/chafa-1.8.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-09-14 18:37 Jakov Smolić
  0 siblings, 0 replies; 66+ messages in thread
From: Jakov Smolić @ 2021-09-14 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     371d948ee3eed8bbf148724405490564c0c73a1a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 14 18:33:36 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 18:33:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d948e

media-gfx/chafa: Version bump to 1.8.0

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.8.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 3b822560cee..8b8491c090b 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.6.1.tar.xz 418720 BLAKE2B 5f6c42311d81bf508f5ec890d72508fd2255e226102b8a7c5c71a9bc1293cd75b08c6b640ca4e6fe9ae34ad47e4e408e25a1aeed7057a5bd823550bea4526f4a SHA512 96cf772638e1a6874d94636a69d6c76d1040d956a16be851ea818292f5b2252867acd0891fede3e030de591b5567d820cf062c5a103a0943a0ea2f2ba34eea77
+DIST chafa-1.8.0.tar.xz 435712 BLAKE2B 15a6e64fff13ac32b2f828a68fb12c96856e175eae83c0396b07cbb2ce71d8c1c8eee67db00880372026fe91eaefac2b34376dee597108ffc07c706cf8c98682 SHA512 15ff08a0df82ae8517ac7744b81a39e1ae1eff8c9848128341cc25da94864e89b7101aabcff2d532bf11ea293bfc4c9e48b01f85388dafadbce2d2b2c8b7439d

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild b/media-gfx/chafa/chafa-1.8.0.ebuild
new file mode 100644
index 00000000000..0949da594e0
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-08-22 19:38 David Seifert
  0 siblings, 0 replies; 66+ messages in thread
From: David Seifert @ 2021-08-22 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     df23d27349417438bde2f89af8e52fc0de770a12
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 22 19:37:28 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 19:37:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df23d273

media-gfx/chafa: Remove old 1.6.0

Closes: https://github.com/gentoo/gentoo/pull/22071
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.6.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 9b46610ff30..3b822560cee 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.6.0.tar.xz 417888 BLAKE2B f9837a9062396f92974088ea2e59e050089b462442ac01af17dc7f47f4c3a24542facd4c977cac2ee9db3c4af9bae2349cea9186f9d0362cf7bb74f4e83d345b SHA512 47843b8bf1b0555ae3570f688229e9f848e2e30c80aa277278230196f6fdb583b7f9170d1740171f2f4c5d5d915e00df407722067bcf6f2dc888804b7bd074da
 DIST chafa-1.6.1.tar.xz 418720 BLAKE2B 5f6c42311d81bf508f5ec890d72508fd2255e226102b8a7c5c71a9bc1293cd75b08c6b640ca4e6fe9ae34ad47e4e408e25a1aeed7057a5bd823550bea4526f4a SHA512 96cf772638e1a6874d94636a69d6c76d1040d956a16be851ea818292f5b2252867acd0891fede3e030de591b5567d820cf062c5a103a0943a0ea2f2ba34eea77

diff --git a/media-gfx/chafa/chafa-1.6.0.ebuild b/media-gfx/chafa/chafa-1.6.0.ebuild
deleted file mode 100644
index 9f4b4afc62f..00000000000
--- a/media-gfx/chafa/chafa-1.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		--disable-static \
-		--disable-man \
-		$(use_with tools)
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-08-22  3:42 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2021-08-22  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bbeb0ca084d3111098730fc6354a654d7ca0723a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 03:42:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 03:42:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbeb0ca0

media-gfx/chafa: Stabilize 1.6.1 arm64, #808759

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.1.ebuild b/media-gfx/chafa/chafa-1.6.1.ebuild
index ebdeee6fb06..aaee185d5da 100644
--- a/media-gfx/chafa/chafa-1.6.1.ebuild
+++ b/media-gfx/chafa/chafa-1.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-08-18 12:58 Agostino Sarubbo
  0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2021-08-18 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e19d46700003da1fbcf2c272626081f78057cd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 12:57:11 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 12:57:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e19d46

media-gfx/chafa: x86 stable wrt bug #808759

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.1.ebuild b/media-gfx/chafa/chafa-1.6.1.ebuild
index 4bb03665ad4..ebdeee6fb06 100644
--- a/media-gfx/chafa/chafa-1.6.1.ebuild
+++ b/media-gfx/chafa/chafa-1.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-08-18 12:46 Agostino Sarubbo
  0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2021-08-18 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fd09a400caf3d89a2e3a05f62c1421d99ea9780b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 12:46:04 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 12:46:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd09a400

media-gfx/chafa: amd64 stable wrt bug #808759

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.1.ebuild b/media-gfx/chafa/chafa-1.6.1.ebuild
index 0949da594e0..4bb03665ad4 100644
--- a/media-gfx/chafa/chafa-1.6.1.ebuild
+++ b/media-gfx/chafa/chafa-1.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-07-18 11:06 David Seifert
  0 siblings, 0 replies; 66+ messages in thread
From: David Seifert @ 2021-07-18 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     529299608d3a92b882fda9bc4286fc5efc1c7e58
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jul 18 11:06:03 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 11:06:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52929960

media-gfx/chafa: Version bump to 1.6.1

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.6.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 7cedc3a6ba4..9b46610ff30 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.6.0.tar.xz 417888 BLAKE2B f9837a9062396f92974088ea2e59e050089b462442ac01af17dc7f47f4c3a24542facd4c977cac2ee9db3c4af9bae2349cea9186f9d0362cf7bb74f4e83d345b SHA512 47843b8bf1b0555ae3570f688229e9f848e2e30c80aa277278230196f6fdb583b7f9170d1740171f2f4c5d5d915e00df407722067bcf6f2dc888804b7bd074da
+DIST chafa-1.6.1.tar.xz 418720 BLAKE2B 5f6c42311d81bf508f5ec890d72508fd2255e226102b8a7c5c71a9bc1293cd75b08c6b640ca4e6fe9ae34ad47e4e408e25a1aeed7057a5bd823550bea4526f4a SHA512 96cf772638e1a6874d94636a69d6c76d1040d956a16be851ea818292f5b2252867acd0891fede3e030de591b5567d820cf062c5a103a0943a0ea2f2ba34eea77

diff --git a/media-gfx/chafa/chafa-1.6.1.ebuild b/media-gfx/chafa/chafa-1.6.1.ebuild
new file mode 100644
index 00000000000..0949da594e0
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.6.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-03-20 16:16 Conrad Kostecki
  0 siblings, 0 replies; 66+ messages in thread
From: Conrad Kostecki @ 2021-03-20 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b477b9fcd465559c706af93ec126b58758ecb395
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Mar 19 10:31:53 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 16:16:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b477b9fc

media-gfx/chafa: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.4.1.ebuild | 41 --------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index bcce16cf5d3..7cedc3a6ba4 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063
 DIST chafa-1.6.0.tar.xz 417888 BLAKE2B f9837a9062396f92974088ea2e59e050089b462442ac01af17dc7f47f4c3a24542facd4c977cac2ee9db3c4af9bae2349cea9186f9d0362cf7bb74f4e83d345b SHA512 47843b8bf1b0555ae3570f688229e9f848e2e30c80aa277278230196f6fdb583b7f9170d1740171f2f4c5d5d915e00df407722067bcf6f2dc888804b7bd074da

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
deleted file mode 100644
index 153953749e3..00000000000
--- a/media-gfx/chafa/chafa-1.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="static-libs +tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local econfargs=(
-		$(use_enable static-libs static)
-		# install manpage manually
-		--disable-man
-		$(use_with tools)
-	)
-
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}"/usr/lib* -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-03-19  8:55 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2021-03-19  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     947a6f6d248662ebcabf0e22bf8f6ea6fcaba7e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 08:55:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 08:55:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947a6f6d

media-gfx/chafa: Stabilize 1.6.0 arm64, #777114

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.0.ebuild b/media-gfx/chafa/chafa-1.6.0.ebuild
index 7fbf7ffddd6..9f4b4afc62f 100644
--- a/media-gfx/chafa/chafa-1.6.0.ebuild
+++ b/media-gfx/chafa/chafa-1.6.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-03-19  6:23 Joonas Niilola
  0 siblings, 0 replies; 66+ messages in thread
From: Joonas Niilola @ 2021-03-19  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0d131984f00972bd08a7ec4c8a59912c1f4a02f2
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 06:22:37 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 06:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d131984

media-gfx/chafa: stabilize 1.6.0 on x86

Bug: https://bugs.gentoo.org/777114
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.0.ebuild b/media-gfx/chafa/chafa-1.6.0.ebuild
index 8d392fc2d20..7fbf7ffddd6 100644
--- a/media-gfx/chafa/chafa-1.6.0.ebuild
+++ b/media-gfx/chafa/chafa-1.6.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-03-19  6:23 Joonas Niilola
  0 siblings, 0 replies; 66+ messages in thread
From: Joonas Niilola @ 2021-03-19  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     853553c59b4ad13ad3aedce2df4ae7f1e4a34dc1
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 06:19:17 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 06:19:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853553c5

media-gfx/chafa: stabilize 1.6.0 on amd64

Bug: https://bugs.gentoo.org/777114

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/chafa/chafa-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.6.0.ebuild b/media-gfx/chafa/chafa-1.6.0.ebuild
index 2c7e6798a52..8d392fc2d20 100644
--- a/media-gfx/chafa/chafa-1.6.0.ebuild
+++ b/media-gfx/chafa/chafa-1.6.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2021-02-13 21:12 Conrad Kostecki
  0 siblings, 0 replies; 66+ messages in thread
From: Conrad Kostecki @ 2021-02-13 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d9e05b5bafb91e64c8b1e525fe93ffc6d093f3d9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Feb 10 14:17:01 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 21:08:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e05b5b

media-gfx/chafa: Bump to 1.6.0

Closes: https://github.com/gentoo/gentoo/pull/19403
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.6.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index c8d6ff58a27..bcce16cf5d3 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063
+DIST chafa-1.6.0.tar.xz 417888 BLAKE2B f9837a9062396f92974088ea2e59e050089b462442ac01af17dc7f47f4c3a24542facd4c977cac2ee9db3c4af9bae2349cea9186f9d0362cf7bb74f4e83d345b SHA512 47843b8bf1b0555ae3570f688229e9f848e2e30c80aa277278230196f6fdb583b7f9170d1740171f2f4c5d5d915e00df407722067bcf6f2dc888804b7bd074da

diff --git a/media-gfx/chafa/chafa-1.6.0.ebuild b/media-gfx/chafa/chafa-1.6.0.ebuild
new file mode 100644
index 00000000000..2c7e6798a52
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-static \
+		--disable-man \
+		$(use_with tools)
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-10-02 13:57 Joonas Niilola
  0 siblings, 0 replies; 66+ messages in thread
From: Joonas Niilola @ 2020-10-02 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8768d8be0554eb5330d51b39f31c8ab212322c57
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Sep 18 07:38:53 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 13:57:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8768d8be

media-gfx/chafa: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17582
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.4.0.ebuild | 41 --------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 1e527519b08..c8d6ff58a27 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1 @@
-DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5
 DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063

diff --git a/media-gfx/chafa/chafa-1.4.0.ebuild b/media-gfx/chafa/chafa-1.4.0.ebuild
deleted file mode 100644
index 1a2aba13891..00000000000
--- a/media-gfx/chafa/chafa-1.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-	tools? ( >=media-libs/freetype-2.0.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local econfargs=(
-		$(use_enable static-libs static)
-		# install manpage manually
-		--disable-man
-		$(use_with tools)
-	)
-
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}"/usr/lib* -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-09-07 19:01 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2020-09-07 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6f5b4bed26cf3c053faac772797282ef660cc642
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 18:55:33 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 19:01:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5b4bed

media-gfx/chafa: Stabilize 1.4.1 arm64, #740842

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
index f2da605a65a..aecb3393c1b 100644
--- a/media-gfx/chafa/chafa-1.4.1.ebuild
+++ b/media-gfx/chafa/chafa-1.4.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="~amd64 arm64 x86"
 IUSE="static-libs +tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-09-07 14:54 Thomas Deutschmann
  0 siblings, 0 replies; 66+ messages in thread
From: Thomas Deutschmann @ 2020-09-07 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3b340cd1a430e2c49a2a2abf63eda59995e6fe48
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 14:52:40 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 14:52:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b340cd1

media-gfx/chafa: x86 stable (bug #740842)

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-gfx/chafa/chafa-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
index 36e37305219..f2da605a65a 100644
--- a/media-gfx/chafa/chafa-1.4.1.ebuild
+++ b/media-gfx/chafa/chafa-1.4.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE="static-libs +tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-08-08  9:04 Joonas Niilola
  0 siblings, 0 replies; 66+ messages in thread
From: Joonas Niilola @ 2020-08-08  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0811807a6b5ae6955ce28e3a89d41ca78e5ea936
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jul 26 15:43:48 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 09:04:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0811807a

media-gfx/chafa: add new proxy maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/16835
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/chafa/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-gfx/chafa/metadata.xml b/media-gfx/chafa/metadata.xml
index 3816441b123..715490a53a1 100644
--- a/media-gfx/chafa/metadata.xml
+++ b/media-gfx/chafa/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>jakov.smolic@sartura.hr</email>
+		<name>Jakov Smolic</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<use>
 		<flag name="tools">Build command-line tools</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-08-08  9:04 Joonas Niilola
  0 siblings, 0 replies; 66+ messages in thread
From: Joonas Niilola @ 2020-08-08  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c70bd4efc1b34cb19750a1117b6a90104ac9ad68
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jul 26 15:40:14 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 09:04:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70bd4ef

media-gfx/chafa: depend on media-libs/freetype if USE=tools

Closes: https://bugs.gentoo.org/724772
Closes: https://bugs.gentoo.org/733908
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/chafa/chafa-1.4.0.ebuild | 1 +
 media-gfx/chafa/chafa-1.4.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-gfx/chafa/chafa-1.4.0.ebuild b/media-gfx/chafa/chafa-1.4.0.ebuild
index c17b462fcc5..1a2aba13891 100644
--- a/media-gfx/chafa/chafa-1.4.0.ebuild
+++ b/media-gfx/chafa/chafa-1.4.0.ebuild
@@ -15,6 +15,7 @@ IUSE="static-libs +tools"
 RDEPEND="
 	dev-libs/glib:2
 	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
index c14ed62b33c..36e37305219 100644
--- a/media-gfx/chafa/chafa-1.4.1.ebuild
+++ b/media-gfx/chafa/chafa-1.4.1.ebuild
@@ -15,6 +15,7 @@ IUSE="static-libs +tools"
 RDEPEND="
 	dev-libs/glib:2
 	media-gfx/imagemagick:0=
+	tools? ( >=media-libs/freetype-2.0.0 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-07-25 13:09 Sam James
  0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2020-07-25 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1a7a89daa39b2b92c16ef4e87546d25c94716f7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 13:05:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 13:05:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7a89da

media-gfx/chafa: arm64 keyworded (bug #733788)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/chafa/chafa-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
index c17b462fcc5..c14ed62b33c 100644
--- a/media-gfx/chafa/chafa-1.4.1.ebuild
+++ b/media-gfx/chafa/chafa-1.4.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="static-libs +tools"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-04-12 15:50 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2020-04-12 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     877396e67bac2b9bb2c11466eb5c13dda9a51e46
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 15:36:57 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 15:48:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877396e6

media-gfx/chafa: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.2.1.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index c08f95306ea..1e527519b08 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,3 +1,2 @@
-DIST chafa-1.2.1.tar.xz 354784 BLAKE2B a37561506edd1117093ad8d2543e8d8779a5edb346d6277baf31a15dabb1f5279234a36822d7f4225bb75ea6f75ff67966b1be832e90e5da03a02b6f140ab576 SHA512 71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e
 DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5
 DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063

diff --git a/media-gfx/chafa/chafa-1.2.1.ebuild b/media-gfx/chafa/chafa-1.2.1.ebuild
deleted file mode 100644
index 25cab4182d6..00000000000
--- a/media-gfx/chafa/chafa-1.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local econfargs=(
-		$(use_enable static-libs static)
-		# install manpage manually
-		--disable-man
-		$(use_with tools)
-	)
-
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}"/usr/lib* -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-04-12 15:50 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2020-04-12 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     829cde6f4d7b6239c6e871af41dda04e02b46d0f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 15:36:45 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 15:48:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829cde6f

media-gfx/chafa: version bump to 1.4.1

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.4.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 1452b260e4c..c08f95306ea 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1,3 @@
 DIST chafa-1.2.1.tar.xz 354784 BLAKE2B a37561506edd1117093ad8d2543e8d8779a5edb346d6277baf31a15dabb1f5279234a36822d7f4225bb75ea6f75ff67966b1be832e90e5da03a02b6f140ab576 SHA512 71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e
 DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5
+DIST chafa-1.4.1.tar.xz 389428 BLAKE2B 8ed6c6d57953d784763f10c274bd8b7acf7857b095bae58c476d2e17418a7112f1ec000d667eebfc2eda712c9588e686ad4021da017f4d187a5461c0435c5476 SHA512 f0bd1911fd544f93afadbb2105f151dc77e31a2f3af4c7f8441a06f547a7ebe0674664721b18c3a35a7c4e745dda666713adc1dfbe5e97dfdc54856a13bd5063

diff --git a/media-gfx/chafa/chafa-1.4.1.ebuild b/media-gfx/chafa/chafa-1.4.1.ebuild
new file mode 100644
index 00000000000..c17b462fcc5
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local econfargs=(
+		$(use_enable static-libs static)
+		# install manpage manually
+		--disable-man
+		$(use_with tools)
+	)
+
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}"/usr/lib* -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-04-05 10:05 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2020-04-05 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a2314eb7563eba46c285f5c797a607dc89093c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  5 08:10:31 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Apr  5 10:02:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a2314e

media-gfx/chafa: version bump to 1.4.0

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.4.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 11e28caaf26..725e2304495 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,2 +1,3 @@
 DIST chafa-1.0.1.tar.xz 311616 BLAKE2B c7060cf1b20f7c2eaa6eb8265422031dea1b3b80c106b08b11b431336044e154609ad73c7654a0085a8ca0b71bc01e06377ded638081bdfaeb96aac054577ed8 SHA512 fe0dc8ecec77c7b1b4c694d6dd3f4de895a07faf39519f47c2284d76261e2c6298943fa5309cdca6d41ef0a22fe0321a2ef890f319903596bdfaad10394e7ec2
 DIST chafa-1.2.1.tar.xz 354784 BLAKE2B a37561506edd1117093ad8d2543e8d8779a5edb346d6277baf31a15dabb1f5279234a36822d7f4225bb75ea6f75ff67966b1be832e90e5da03a02b6f140ab576 SHA512 71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e
+DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5

diff --git a/media-gfx/chafa/chafa-1.4.0.ebuild b/media-gfx/chafa/chafa-1.4.0.ebuild
new file mode 100644
index 00000000000..c17b462fcc5
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local econfargs=(
+		$(use_enable static-libs static)
+		# install manpage manually
+		--disable-man
+		$(use_with tools)
+	)
+
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}"/usr/lib* -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2020-04-05 10:05 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2020-04-05 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d690ed96f21b71348f0bebec183e099ae6a7ba00
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  5 08:18:06 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Apr  5 10:02:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d690ed96

media-gfx/chafa: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 -
 media-gfx/chafa/chafa-1.0.1.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 725e2304495..1452b260e4c 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1,3 +1,2 @@
-DIST chafa-1.0.1.tar.xz 311616 BLAKE2B c7060cf1b20f7c2eaa6eb8265422031dea1b3b80c106b08b11b431336044e154609ad73c7654a0085a8ca0b71bc01e06377ded638081bdfaeb96aac054577ed8 SHA512 fe0dc8ecec77c7b1b4c694d6dd3f4de895a07faf39519f47c2284d76261e2c6298943fa5309cdca6d41ef0a22fe0321a2ef890f319903596bdfaad10394e7ec2
 DIST chafa-1.2.1.tar.xz 354784 BLAKE2B a37561506edd1117093ad8d2543e8d8779a5edb346d6277baf31a15dabb1f5279234a36822d7f4225bb75ea6f75ff67966b1be832e90e5da03a02b6f140ab576 SHA512 71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e
 DIST chafa-1.4.0.tar.xz 388932 BLAKE2B 0ccaae1495bd410b05d291ebcf2b6266374f013536ec1b953d6127e63c20b11ff78e96772309caeb5c4bbfc40729f60291b0ab3d2395824801aec7763c1ac2b3 SHA512 e464750296db0eca5d718ff70dbb51529abcd4ff3d5bdd15f20f10ff0207f282e8b59799476fc05718efb48b81b331ae1518d450efd6b62b98a41049e1c6e9d5

diff --git a/media-gfx/chafa/chafa-1.0.1.ebuild b/media-gfx/chafa/chafa-1.0.1.ebuild
deleted file mode 100644
index 53d1b3126f4..00000000000
--- a/media-gfx/chafa/chafa-1.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
-HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
-SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/imagemagick:0=
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	local econfargs=(
-		$(use_enable static-libs static)
-		# install manpage manually
-		--disable-man
-		$(use_with tools)
-	)
-
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	local DOCS=( AUTHORS NEWS README TODO )
-	default
-
-	use tools && doman docs/chafa.1
-
-	find "${ED}"/usr/lib* -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2019-08-24  4:06 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2019-08-24  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ca2b0333cc61f46a8ef7b56800f25c25d6fb79f6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 04:04:35 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 04:04:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2b0333

media-gfx/chafa: version bump to 1.2.1

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.2.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 5dafec7cd10..11e28caaf26 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.0.1.tar.xz 311616 BLAKE2B c7060cf1b20f7c2eaa6eb8265422031dea1b3b80c106b08b11b431336044e154609ad73c7654a0085a8ca0b71bc01e06377ded638081bdfaeb96aac054577ed8 SHA512 fe0dc8ecec77c7b1b4c694d6dd3f4de895a07faf39519f47c2284d76261e2c6298943fa5309cdca6d41ef0a22fe0321a2ef890f319903596bdfaad10394e7ec2
+DIST chafa-1.2.1.tar.xz 354784 BLAKE2B a37561506edd1117093ad8d2543e8d8779a5edb346d6277baf31a15dabb1f5279234a36822d7f4225bb75ea6f75ff67966b1be832e90e5da03a02b6f140ab576 SHA512 71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e

diff --git a/media-gfx/chafa/chafa-1.2.1.ebuild b/media-gfx/chafa/chafa-1.2.1.ebuild
new file mode 100644
index 00000000000..25cab4182d6
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local econfargs=(
+		$(use_enable static-libs static)
+		# install manpage manually
+		--disable-man
+		$(use_with tools)
+	)
+
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}"/usr/lib* -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/
@ 2018-12-29 19:14 Tim Harder
  0 siblings, 0 replies; 66+ messages in thread
From: Tim Harder @ 2018-12-29 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bb42ba80fdc47ddaaaf2f1d2a81f6507b527544f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 18:48:28 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 19:13:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb42ba80

media-gfx/chafa: initial import

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/chafa/Manifest           |  1 +
 media-gfx/chafa/chafa-1.0.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 media-gfx/chafa/metadata.xml       | 14 +++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
new file mode 100644
index 00000000000..5dafec7cd10
--- /dev/null
+++ b/media-gfx/chafa/Manifest
@@ -0,0 +1 @@
+DIST chafa-1.0.1.tar.xz 311616 BLAKE2B c7060cf1b20f7c2eaa6eb8265422031dea1b3b80c106b08b11b431336044e154609ad73c7654a0085a8ca0b71bc01e06377ded638081bdfaeb96aac054577ed8 SHA512 fe0dc8ecec77c7b1b4c694d6dd3f4de895a07faf39519f47c2284d76261e2c6298943fa5309cdca6d41ef0a22fe0321a2ef890f319903596bdfaad10394e7ec2

diff --git a/media-gfx/chafa/chafa-1.0.1.ebuild b/media-gfx/chafa/chafa-1.0.1.ebuild
new file mode 100644
index 00000000000..53d1b3126f4
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-gfx/imagemagick:0=
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	local econfargs=(
+		$(use_enable static-libs static)
+		# install manpage manually
+		--disable-man
+		$(use_with tools)
+	)
+
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	local DOCS=( AUTHORS NEWS README TODO )
+	default
+
+	use tools && doman docs/chafa.1
+
+	find "${ED}"/usr/lib* -name '*.la' -delete || die
+}

diff --git a/media-gfx/chafa/metadata.xml b/media-gfx/chafa/metadata.xml
new file mode 100644
index 00000000000..3f369d599d1
--- /dev/null
+++ b/media-gfx/chafa/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>graphics@gentoo.org</email>
+		<name>Gentoo Graphics Project</name>
+	</maintainer>
+	<use>
+		<flag name="tools">Build command-line tools</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">hpjansson/chafa</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2024-06-30  0:00 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31  7:42 [gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30  0:00 Conrad Kostecki
2024-06-18 18:55 Jakov Smolić
2024-03-16  8:25 Arthur Zamarin
2024-02-29 22:17 Sam James
2024-01-27 20:06 Ionen Wolkens
2023-12-01 18:58 Arthur Zamarin
2023-11-01  9:50 Sam James
2023-09-24 17:09 WANG Xuerui
2023-08-27 18:09 Jakov Smolić
2023-08-27 17:18 Sam James
2023-08-27 17:18 Sam James
2023-08-27 17:18 Sam James
2023-07-25  8:28 Jakov Smolić
2023-07-24 22:50 Sam James
2023-07-24 22:50 Sam James
2023-07-24 21:04 Sam James
2023-07-17  6:12 Sam James
2023-07-12  8:38 Jakov Smolić
2023-05-22 14:57 Jakov Smolić
2023-01-09  8:55 Jakov Smolić
2023-01-09  1:51 Sam James
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2022-11-24  7:03 Jakov Smolić
2022-11-24  7:03 Jakov Smolić
2022-08-31  7:36 Jakov Smolić
2022-08-31  7:36 Jakov Smolić
2022-07-31 11:07 Jakov Smolić
2022-06-06 20:49 Jakov Smolić
2022-06-06 15:54 Jakov Smolić
2022-06-06 15:54 Jakov Smolić
2022-06-06 14:15 Jakov Smolić
2022-05-06 19:11 Jakov Smolić
2022-05-05  9:50 Jakov Smolić
2022-05-05  5:29 Arthur Zamarin
2022-05-04  0:16 Sam James
2022-05-04  0:16 Sam James
2022-04-27 22:23 Jakov Smolić
2021-10-20  7:23 Jakov Smolić
2021-10-20  0:22 Sam James
2021-10-20  0:22 Sam James
2021-10-20  0:21 Sam James
2021-09-14 18:37 Jakov Smolić
2021-08-22 19:38 David Seifert
2021-08-22  3:42 Sam James
2021-08-18 12:58 Agostino Sarubbo
2021-08-18 12:46 Agostino Sarubbo
2021-07-18 11:06 David Seifert
2021-03-20 16:16 Conrad Kostecki
2021-03-19  8:55 Sam James
2021-03-19  6:23 Joonas Niilola
2021-03-19  6:23 Joonas Niilola
2021-02-13 21:12 Conrad Kostecki
2020-10-02 13:57 Joonas Niilola
2020-09-07 19:01 Sam James
2020-09-07 14:54 Thomas Deutschmann
2020-08-08  9:04 Joonas Niilola
2020-08-08  9:04 Joonas Niilola
2020-07-25 13:09 Sam James
2020-04-12 15:50 Tim Harder
2020-04-12 15:50 Tim Harder
2020-04-05 10:05 Tim Harder
2020-04-05 10:05 Tim Harder
2019-08-24  4:06 Tim Harder
2018-12-29 19:14 Tim Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox