public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-04-14 22:39 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-04-14 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6afdbe3d276bee9f95257f7931619cca57849fe9
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Wed Apr 14 22:31:11 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Wed Apr 14 22:37:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6afdbe3d

gui-apps/foot: New package

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest          |  1 +
 gui-apps/foot/foot-1.7.1.ebuild | 61 +++++++++++++++++++++++++++++++++++++++++
 gui-apps/foot/foot-9999.ebuild  | 61 +++++++++++++++++++++++++++++++++++++++++
 gui-apps/foot/metadata.xml      | 11 ++++++++
 4 files changed, 134 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
new file mode 100644
index 000000000..e135e988d
--- /dev/null
+++ b/gui-apps/foot/Manifest
@@ -0,0 +1 @@
+DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420

diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild
new file mode 100644
index 000000000..82f13a5e6
--- /dev/null
+++ b/gui-apps/foot/foot-1.7.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime"
+
+DEPEND="
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		"-Dterminfo=disabled"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
new file mode 100644
index 000000000..82f13a5e6
--- /dev/null
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime"
+
+DEPEND="
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		"-Dterminfo=disabled"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}

diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
new file mode 100644
index 000000000..387e7919d
--- /dev/null
+++ b/gui-apps/foot/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>flewkey@2a03.party</email>
+		<name>Ryan Fox</name>
+	</maintainer>
+	<use>
+		<flag name="ime">Enable IME support</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-04-18  2:55 Theo Anderson
  0 siblings, 0 replies; 14+ messages in thread
From: Theo Anderson @ 2021-04-18  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f2264635c5710746eedf914c759f07ef8c026da8
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Apr 18 02:53:35 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Apr 18 02:53:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2264635

gui-apps/foot: xdg-utils -> xdg

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 gui-apps/foot/foot-1.7.1.ebuild | 10 +---------
 gui-apps/foot/foot-9999.ebuild  | 10 +---------
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild
index 82f13a5e6..737ae37f1 100644
--- a/gui-apps/foot/foot-1.7.1.ebuild
+++ b/gui-apps/foot/foot-1.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit meson xdg-utils
+inherit meson xdg
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
@@ -51,11 +51,3 @@ src_install() {
 	meson_src_install
 	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index 82f13a5e6..737ae37f1 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit meson xdg-utils
+inherit meson xdg
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
@@ -51,11 +51,3 @@ src_install() {
 	meson_src_install
 	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-04-18 19:57 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-04-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fba246447d80ac5acbf91544555770373f8801ff
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Apr 18 19:57:01 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sun Apr 18 19:57:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fba24644

gui-apps/foot: Bump to 1.7.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest          |  1 +
 gui-apps/foot/foot-1.7.2.ebuild | 53 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index e135e988d..1e2f3954a 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1 +1,2 @@
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
+DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b

diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild
new file mode 100644
index 000000000..737ae37f1
--- /dev/null
+++ b/gui-apps/foot/foot-1.7.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime"
+
+DEPEND="
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		"-Dterminfo=disabled"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-04-19  3:50 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-04-19  3:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4662114a480eb588486bb7ac04d211c85889d3da
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Mon Apr 19 03:47:37 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Mon Apr 19 03:47:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4662114a

gui-apps/foot: Disable -Werror

Closes: https://bugs.gentoo.org/783687
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/foot-1.7.1.ebuild | 1 +
 gui-apps/foot/foot-1.7.2.ebuild | 1 +
 gui-apps/foot/foot-9999.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild
index 737ae37f1..765eecea4 100644
--- a/gui-apps/foot/foot-1.7.1.ebuild
+++ b/gui-apps/foot/foot-1.7.1.ebuild
@@ -43,6 +43,7 @@ src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
 		"-Dterminfo=disabled"
+		"-Dwerror=false"
 	)
 	meson_src_configure
 }

diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild
index 737ae37f1..765eecea4 100644
--- a/gui-apps/foot/foot-1.7.2.ebuild
+++ b/gui-apps/foot/foot-1.7.2.ebuild
@@ -43,6 +43,7 @@ src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
 		"-Dterminfo=disabled"
+		"-Dwerror=false"
 	)
 	meson_src_configure
 }

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index 737ae37f1..765eecea4 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -43,6 +43,7 @@ src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
 		"-Dterminfo=disabled"
+		"-Dwerror=false"
 	)
 	meson_src_configure
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-06-25 18:14 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-06-25 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e7adc84ca0c995ce1613a09f41210ca6c5fbf916
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Fri Jun 25 18:12:24 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Fri Jun 25 18:12:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7adc84c

gui-apps/foot: Bump to 1.8.0

Grapheme clustering is here!

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest          |  1 +
 gui-apps/foot/foot-1.8.0.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++
 gui-apps/foot/metadata.xml      |  1 +
 3 files changed, 58 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index 1e2f3954a..b47794767 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,2 +1,3 @@
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
+DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-1.8.0.ebuild b/gui-apps/foot/foot-1.8.0.ebuild
new file mode 100644
index 000000000..6b651ea1a
--- /dev/null
+++ b/gui-apps/foot/foot-1.8.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}

diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
index 387e7919d..cb9b06845 100644
--- a/gui-apps/foot/metadata.xml
+++ b/gui-apps/foot/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="ime">Enable IME support</flag>
+		<flag name="grapheme-clustering">Enable grapheme clustering support</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-07-01 19:30 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-07-01 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e5cbc33e2906504d79bc8352745813ee03edddb3
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Thu Jul  1 19:29:15 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Thu Jul  1 19:29:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5cbc33e

gui-apps/foot: Bump to 1.8.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest          |  1 +
 gui-apps/foot/foot-1.8.1.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index b47794767..3e1208198 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,3 +1,4 @@
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583
+DIST foot-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4

diff --git a/gui-apps/foot/foot-1.8.1.ebuild b/gui-apps/foot/foot-1.8.1.ebuild
new file mode 100644
index 000000000..6b651ea1a
--- /dev/null
+++ b/gui-apps/foot/foot-1.8.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-07-19 17:32 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-07-19 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2a9825f0d60d25e97147763936c8fac74cdab37a
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Mon Jul 19 17:20:13 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Mon Jul 19 17:31:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a9825f0

gui-apps/foot: Bump to 1.8.2

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest                                | 1 +
 gui-apps/foot/{foot-9999.ebuild => foot-1.8.2.ebuild} | 8 +++++---
 gui-apps/foot/foot-9999.ebuild                        | 8 +++++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index 3e1208198..a92fa1587 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -2,3 +2,4 @@ DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583
 DIST foot-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
+DIST foot-1.8.2.tar.gz 432906 BLAKE2B 25dfa24df5e95a29b0cc19c0d67cd3025cee3cad03069feca748e580dc1a42e1e2c4eebee0c3549edf522d12da5bc80fd5947a0a7f28658e3f207b76562c60a2 SHA512 8442761f20d8d5e315c2cbf75c40a6fd8e449f6ce515a1a3aac2106b4c9d7c8257ed96b5e1808eb0e9fda448a2a1bbb6b55cfb8d7abd6acb184cabcdc43d5fa5

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-1.8.2.ebuild
similarity index 82%
copy from gui-apps/foot/foot-9999.ebuild
copy to gui-apps/foot/foot-1.8.2.ebuild
index 765eecea4..dba0d9b5c 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,9 +18,10 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
 HOMEPAGE="https://codeberg.org/dnkl/foot"
 LICENSE="MIT"
 SLOT="0"
-IUSE="ime"
+IUSE="ime +grapheme-clustering"
 
 DEPEND="
+	dev-libs/libutf8proc
 	dev-libs/wayland
 	media-libs/fcft
 	media-libs/fontconfig
@@ -42,6 +43,7 @@ BDEPEND="
 src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
 		"-Dterminfo=disabled"
 		"-Dwerror=false"
 	)
@@ -50,5 +52,5 @@ src_configure() {
 
 src_install() {
 	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
 }

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index 765eecea4..dba0d9b5c 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,9 +18,10 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
 HOMEPAGE="https://codeberg.org/dnkl/foot"
 LICENSE="MIT"
 SLOT="0"
-IUSE="ime"
+IUSE="ime +grapheme-clustering"
 
 DEPEND="
+	dev-libs/libutf8proc
 	dev-libs/wayland
 	media-libs/fcft
 	media-libs/fontconfig
@@ -42,6 +43,7 @@ BDEPEND="
 src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
 		"-Dterminfo=disabled"
 		"-Dwerror=false"
 	)
@@ -50,5 +52,5 @@ src_configure() {
 
 src_install() {
 	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-08-28  2:19 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-08-28  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2ab42cf7e83513fc416e89a2c3f6734bb0ceb9
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sat Aug 28 02:17:51 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sat Aug 28 02:17:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d2ab42c

gui-apps/foot: Bump to 1.9.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest          |  1 +
 gui-apps/foot/foot-1.9.0.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index a92fa1587..ec90e2f07 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -3,3 +3,4 @@ DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583
 DIST foot-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
 DIST foot-1.8.2.tar.gz 432906 BLAKE2B 25dfa24df5e95a29b0cc19c0d67cd3025cee3cad03069feca748e580dc1a42e1e2c4eebee0c3549edf522d12da5bc80fd5947a0a7f28658e3f207b76562c60a2 SHA512 8442761f20d8d5e315c2cbf75c40a6fd8e449f6ce515a1a3aac2106b4c9d7c8257ed96b5e1808eb0e9fda448a2a1bbb6b55cfb8d7abd6acb184cabcdc43d5fa5
+DIST foot-1.9.0.tar.gz 446060 BLAKE2B 2930f155509d2614b1eb0027648e55a97bba3d8ff59c8ea4a181db0e556e3f94b924ccd812653853793c885c6594745de991073f6ec7eaf2438927a033ba6515 SHA512 ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62

diff --git a/gui-apps/foot/foot-1.9.0.ebuild b/gui-apps/foot/foot-1.9.0.ebuild
new file mode 100644
index 000000000..dba0d9b5c
--- /dev/null
+++ b/gui-apps/foot/foot-1.9.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-11-14 18:45 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-11-14 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a7dc23c818a6c49f5f869747d4cda824c02f0cab
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Nov 14 18:44:54 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sun Nov 14 18:44:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7dc23c8

gui-apps/foot: Bump to 1.10.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest           |  1 +
 gui-apps/foot/foot-1.10.0.ebuild | 56 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index dbc790e49..b0a5ee6ae 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,3 +1,4 @@
+DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-1.10.0.ebuild b/gui-apps/foot/foot-1.10.0.ebuild
new file mode 100644
index 000000000..dba0d9b5c
--- /dev/null
+++ b/gui-apps/foot/foot-1.10.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	gui-apps/foot-terminfo
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-11-21  9:06 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-11-21  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     710c0755331dc15a7f8129c69c5e06a4437ce428
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Nov 21 09:05:08 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sun Nov 21 09:05:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=710c0755

gui-apps/foot: Support ncurses terminfo

The gui-apps/foot-terminfo package conflicts with versions of ncurses
past 2021-07-31. To prevent conflicts, this package will not install the
separate terminfo if a recent version of ncurses is installed.

This requires users to manually remove gui-apps/foot-terminfo before
upgrading sys-libs/ncurses. I would prefer if that wasn't necessary, but
I'm not sure how to get around it.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/foot-1.10.0.ebuild | 5 ++++-
 gui-apps/foot/foot-9999.ebuild   | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gui-apps/foot/foot-1.10.0.ebuild b/gui-apps/foot/foot-1.10.0.ebuild
index dba0d9b5c..e455c6e12 100644
--- a/gui-apps/foot/foot-1.10.0.ebuild
+++ b/gui-apps/foot/foot-1.10.0.ebuild
@@ -31,7 +31,10 @@ DEPEND="
 "
 RDEPEND="
 	${DEPEND}
-	gui-apps/foot-terminfo
+	|| (
+		>=sys-libs/ncurses-6.3
+		gui-apps/foot-terminfo
+	)
 "
 BDEPEND="
 	app-text/scdoc

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index dba0d9b5c..e455c6e12 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -31,7 +31,10 @@ DEPEND="
 "
 RDEPEND="
 	${DEPEND}
-	gui-apps/foot-terminfo
+	|| (
+		>=sys-libs/ncurses-6.3
+		gui-apps/foot-terminfo
+	)
 "
 BDEPEND="
 	app-text/scdoc


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-11-30 22:13 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-11-30 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     af60ecc6910596728251cb01f1c644ed18f687db
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Tue Nov 30 22:11:26 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Tue Nov 30 22:11:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af60ecc6

gui-apps/foot: Bump to 1.10.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest                                 | 1 +
 gui-apps/foot/{foot-9999.ebuild => foot-1.10.1.ebuild} | 5 +++--
 gui-apps/foot/foot-9999.ebuild                         | 5 +++--
 gui-apps/foot/metadata.xml                             | 1 +
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index b0a5ee6ae..bc3063886 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,4 +1,5 @@
 DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
+DIST foot-1.10.1.tar.gz 443696 BLAKE2B 320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab SHA512 26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-1.10.1.ebuild
similarity index 94%
copy from gui-apps/foot/foot-9999.ebuild
copy to gui-apps/foot/foot-1.10.1.ebuild
index e455c6e12..4c91677f7 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-1.10.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -18,7 +18,7 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
 HOMEPAGE="https://codeberg.org/dnkl/foot"
 LICENSE="MIT"
 SLOT="0"
-IUSE="ime +grapheme-clustering"
+IUSE="ime +themes +grapheme-clustering"
 
 DEPEND="
 	dev-libs/libutf8proc
@@ -46,6 +46,7 @@ BDEPEND="
 src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
+		$(meson_use themes)
 		$(meson_feature grapheme-clustering)
 		"-Dterminfo=disabled"
 		"-Dwerror=false"

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
index e455c6e12..4c91677f7 100644
--- a/gui-apps/foot/foot-9999.ebuild
+++ b/gui-apps/foot/foot-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -18,7 +18,7 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
 HOMEPAGE="https://codeberg.org/dnkl/foot"
 LICENSE="MIT"
 SLOT="0"
-IUSE="ime +grapheme-clustering"
+IUSE="ime +themes +grapheme-clustering"
 
 DEPEND="
 	dev-libs/libutf8proc
@@ -46,6 +46,7 @@ BDEPEND="
 src_configure() {
 	local emesonargs=(
 		$(meson_use ime)
+		$(meson_use themes)
 		$(meson_feature grapheme-clustering)
 		"-Dterminfo=disabled"
 		"-Dwerror=false"

diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
index cb9b06845..1c4b6ed68 100644
--- a/gui-apps/foot/metadata.xml
+++ b/gui-apps/foot/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="ime">Enable IME support</flag>
+		<flag name="themes">Install example theme files</flag>
 		<flag name="grapheme-clustering">Enable grapheme clustering support</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-12-16 22:07 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-12-16 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     36fe610be4ce131cf75d3199b20a498c575e283c
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Thu Dec 16 22:06:55 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Thu Dec 16 22:06:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36fe610b

gui-apps/foot: Bump to 1.10.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest           |  1 +
 gui-apps/foot/foot-1.10.2.ebuild | 60 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index bc3063886..eb4960f3e 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,5 +1,6 @@
 DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
 DIST foot-1.10.1.tar.gz 443696 BLAKE2B 320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab SHA512 26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
+DIST foot-1.10.2.tar.gz 449170 BLAKE2B a49274c6f2e46cb21382c5945effefc1ce8047c23f1cb1d2bbce19e301d33c0fb683ceb3056d9ccd3c17dca653b0a83349a0d75c1d0e95a76c21810c80240962 SHA512 e6df2db55c40d392c11c81d9908a48aad93fee6b1bf1ff18f368be37056c9180e53608b3e0af7e5f9d8ea0664e9dfaee8eeff6684287fbb39207005219816601
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-1.10.2.ebuild b/gui-apps/foot/foot-1.10.2.ebuild
new file mode 100644
index 000000000..4c91677f7
--- /dev/null
+++ b/gui-apps/foot/foot-1.10.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +themes +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	|| (
+		>=sys-libs/ncurses-6.3
+		gui-apps/foot-terminfo
+	)
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_use themes)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2021-12-16 22:10 Ryan Fox
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Fox @ 2021-12-16 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     73106a6387c0d06d9a6033fddb7641b32c6bcefe
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Thu Dec 16 22:09:28 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Thu Dec 16 22:09:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73106a63

gui-apps/foot: Bump to 1.10.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 gui-apps/foot/Manifest           |  1 +
 gui-apps/foot/foot-1.10.3.ebuild | 60 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index eb4960f3e..563065292 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1,6 +1,7 @@
 DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
 DIST foot-1.10.1.tar.gz 443696 BLAKE2B 320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab SHA512 26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
 DIST foot-1.10.2.tar.gz 449170 BLAKE2B a49274c6f2e46cb21382c5945effefc1ce8047c23f1cb1d2bbce19e301d33c0fb683ceb3056d9ccd3c17dca653b0a83349a0d75c1d0e95a76c21810c80240962 SHA512 e6df2db55c40d392c11c81d9908a48aad93fee6b1bf1ff18f368be37056c9180e53608b3e0af7e5f9d8ea0664e9dfaee8eeff6684287fbb39207005219816601
+DIST foot-1.10.3.tar.gz 450785 BLAKE2B 18269ed727ab6307b9e92755ba8ef6bfa5ecfbeeb0c6a7720ca3a09a280d0b3ccbebe4677bfbc6bb50cb7649c6d3e7bbeaae6127c903113224837b8d826042ab SHA512 9e4ba5f7041d45908c9267fc761a6e1d8cbf1d70c85e864de6fb82afa941e9f25dffffe6427bfc4f7578971a7ded055a6d0958eed949e432b5dda27b3644fbb9
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583

diff --git a/gui-apps/foot/foot-1.10.3.ebuild b/gui-apps/foot/foot-1.10.3.ebuild
new file mode 100644
index 000000000..4c91677f7
--- /dev/null
+++ b/gui-apps/foot/foot-1.10.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime +themes +grapheme-clustering"
+
+DEPEND="
+	dev-libs/libutf8proc
+	dev-libs/wayland
+	media-libs/fcft
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+"
+RDEPEND="
+	${DEPEND}
+	|| (
+		>=sys-libs/ncurses-6.3
+		gui-apps/foot-terminfo
+	)
+"
+BDEPEND="
+	app-text/scdoc
+	dev-libs/tllist
+	dev-libs/wayland-protocols
+	sys-libs/ncurses
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use ime)
+		$(meson_use themes)
+		$(meson_feature grapheme-clustering)
+		"-Dterminfo=disabled"
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
@ 2022-02-07 20:37 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-02-07 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e60ac7a37b2bfc2b3645205da7e2c603e18924e6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 20:37:03 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 20:37:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e60ac7a3

gui-apps/foot: treeclean (moved to ::gentoo)

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

 gui-apps/foot/Manifest           | 11 --------
 gui-apps/foot/foot-1.10.0.ebuild | 59 ---------------------------------------
 gui-apps/foot/foot-1.10.1.ebuild | 60 ----------------------------------------
 gui-apps/foot/foot-1.10.2.ebuild | 60 ----------------------------------------
 gui-apps/foot/foot-1.10.3.ebuild | 60 ----------------------------------------
 gui-apps/foot/foot-1.7.1.ebuild  | 54 ------------------------------------
 gui-apps/foot/foot-1.7.2.ebuild  | 54 ------------------------------------
 gui-apps/foot/foot-1.8.0.ebuild  | 56 -------------------------------------
 gui-apps/foot/foot-1.8.1.ebuild  | 56 -------------------------------------
 gui-apps/foot/foot-1.8.2.ebuild  | 56 -------------------------------------
 gui-apps/foot/foot-1.9.0.ebuild  | 56 -------------------------------------
 gui-apps/foot/foot-1.9.1.ebuild  | 56 -------------------------------------
 gui-apps/foot/foot-9999.ebuild   | 60 ----------------------------------------
 gui-apps/foot/metadata.xml       | 13 ---------
 14 files changed, 711 deletions(-)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
deleted file mode 100644
index 563065292..000000000
--- a/gui-apps/foot/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
-DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
-DIST foot-1.10.1.tar.gz 443696 BLAKE2B 320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab SHA512 26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
-DIST foot-1.10.2.tar.gz 449170 BLAKE2B a49274c6f2e46cb21382c5945effefc1ce8047c23f1cb1d2bbce19e301d33c0fb683ceb3056d9ccd3c17dca653b0a83349a0d75c1d0e95a76c21810c80240962 SHA512 e6df2db55c40d392c11c81d9908a48aad93fee6b1bf1ff18f368be37056c9180e53608b3e0af7e5f9d8ea0664e9dfaee8eeff6684287fbb39207005219816601
-DIST foot-1.10.3.tar.gz 450785 BLAKE2B 18269ed727ab6307b9e92755ba8ef6bfa5ecfbeeb0c6a7720ca3a09a280d0b3ccbebe4677bfbc6bb50cb7649c6d3e7bbeaae6127c903113224837b8d826042ab SHA512 9e4ba5f7041d45908c9267fc761a6e1d8cbf1d70c85e864de6fb82afa941e9f25dffffe6427bfc4f7578971a7ded055a6d0958eed949e432b5dda27b3644fbb9
-DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
-DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
-DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583
-DIST foot-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
-DIST foot-1.8.2.tar.gz 432906 BLAKE2B 25dfa24df5e95a29b0cc19c0d67cd3025cee3cad03069feca748e580dc1a42e1e2c4eebee0c3549edf522d12da5bc80fd5947a0a7f28658e3f207b76562c60a2 SHA512 8442761f20d8d5e315c2cbf75c40a6fd8e449f6ce515a1a3aac2106b4c9d7c8257ed96b5e1808eb0e9fda448a2a1bbb6b55cfb8d7abd6acb184cabcdc43d5fa5
-DIST foot-1.9.0.tar.gz 446060 BLAKE2B 2930f155509d2614b1eb0027648e55a97bba3d8ff59c8ea4a181db0e556e3f94b924ccd812653853793c885c6594745de991073f6ec7eaf2438927a033ba6515 SHA512 ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62
-DIST foot-1.9.1.tar.gz 450538 BLAKE2B 19c436853889c6ab98993b5e1b340d579b6e37ceb1a68c49b3db34839e82c72f3943ea88b0e9746f8d067120b5fe16a455a61dec0a21024958767dc32d0f98cc SHA512 8f2925ce8a19fd98ac612723d7594cb741c3222d180632c1719e693b17380dc12d1188cc309377add1cecbc9fe05ea4c75df7fe5603a42f153cc05489345614e

diff --git a/gui-apps/foot/foot-1.10.0.ebuild b/gui-apps/foot/foot-1.10.0.ebuild
deleted file mode 100644
index e455c6e12..000000000
--- a/gui-apps/foot/foot-1.10.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	|| (
-		>=sys-libs/ncurses-6.3
-		gui-apps/foot-terminfo
-	)
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.10.1.ebuild b/gui-apps/foot/foot-1.10.1.ebuild
deleted file mode 100644
index 4c91677f7..000000000
--- a/gui-apps/foot/foot-1.10.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +themes +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	|| (
-		>=sys-libs/ncurses-6.3
-		gui-apps/foot-terminfo
-	)
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_use themes)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.10.2.ebuild b/gui-apps/foot/foot-1.10.2.ebuild
deleted file mode 100644
index 4c91677f7..000000000
--- a/gui-apps/foot/foot-1.10.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +themes +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	|| (
-		>=sys-libs/ncurses-6.3
-		gui-apps/foot-terminfo
-	)
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_use themes)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.10.3.ebuild b/gui-apps/foot/foot-1.10.3.ebuild
deleted file mode 100644
index 4c91677f7..000000000
--- a/gui-apps/foot/foot-1.10.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +themes +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	|| (
-		>=sys-libs/ncurses-6.3
-		gui-apps/foot-terminfo
-	)
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_use themes)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild
deleted file mode 100644
index 765eecea4..000000000
--- a/gui-apps/foot/foot-1.7.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime"
-
-DEPEND="
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}

diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild
deleted file mode 100644
index 765eecea4..000000000
--- a/gui-apps/foot/foot-1.7.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime"
-
-DEPEND="
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}

diff --git a/gui-apps/foot/foot-1.8.0.ebuild b/gui-apps/foot/foot-1.8.0.ebuild
deleted file mode 100644
index 6b651ea1a..000000000
--- a/gui-apps/foot/foot-1.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}

diff --git a/gui-apps/foot/foot-1.8.1.ebuild b/gui-apps/foot/foot-1.8.1.ebuild
deleted file mode 100644
index 6b651ea1a..000000000
--- a/gui-apps/foot/foot-1.8.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}

diff --git a/gui-apps/foot/foot-1.8.2.ebuild b/gui-apps/foot/foot-1.8.2.ebuild
deleted file mode 100644
index dba0d9b5c..000000000
--- a/gui-apps/foot/foot-1.8.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.9.0.ebuild b/gui-apps/foot/foot-1.9.0.ebuild
deleted file mode 100644
index dba0d9b5c..000000000
--- a/gui-apps/foot/foot-1.9.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-1.9.1.ebuild b/gui-apps/foot/foot-1.9.1.ebuild
deleted file mode 100644
index dba0d9b5c..000000000
--- a/gui-apps/foot/foot-1.9.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	gui-apps/foot-terminfo
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
deleted file mode 100644
index 4c91677f7..000000000
--- a/gui-apps/foot/foot-9999.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-IUSE="ime +themes +grapheme-clustering"
-
-DEPEND="
-	dev-libs/libutf8proc
-	dev-libs/wayland
-	media-libs/fcft
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-"
-RDEPEND="
-	${DEPEND}
-	|| (
-		>=sys-libs/ncurses-6.3
-		gui-apps/foot-terminfo
-	)
-"
-BDEPEND="
-	app-text/scdoc
-	dev-libs/tllist
-	dev-libs/wayland-protocols
-	sys-libs/ncurses
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use ime)
-		$(meson_use themes)
-		$(meson_feature grapheme-clustering)
-		"-Dterminfo=disabled"
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
deleted file mode 100644
index 1c4b6ed68..000000000
--- a/gui-apps/foot/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>flewkey@2a03.party</email>
-		<name>Ryan Fox</name>
-	</maintainer>
-	<use>
-		<flag name="ime">Enable IME support</flag>
-		<flag name="themes">Install example theme files</flag>
-		<flag name="grapheme-clustering">Enable grapheme clustering support</flag>
-	</use>
-</pkgmetadata>


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

end of thread, other threads:[~2022-02-07 20:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 17:32 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/ Ryan Fox
  -- strict thread matches above, loose matches on Subject: below --
2022-02-07 20:37 Arthur Zamarin
2021-12-16 22:10 Ryan Fox
2021-12-16 22:07 Ryan Fox
2021-11-30 22:13 Ryan Fox
2021-11-21  9:06 Ryan Fox
2021-11-14 18:45 Ryan Fox
2021-08-28  2:19 Ryan Fox
2021-07-01 19:30 Ryan Fox
2021-06-25 18:14 Ryan Fox
2021-04-19  3:50 Ryan Fox
2021-04-18 19:57 Ryan Fox
2021-04-18  2:55 Theo Anderson
2021-04-14 22:39 Ryan Fox

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