public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/
@ 2021-04-19  8:04 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-19  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c1d7ccce92ecf489be168c0ab3efa6968fb7c2e8
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Apr 18 20:18:45 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 20:18:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1d7ccce

gui-apps/foot-terminfo: 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-terminfo/Manifest                   |  1 +
 gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

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

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
new file mode 100644
index 000000000..8e4ec4da6
--- /dev/null
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/foot"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="sys-libs/ncurses"
+
+src_install() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
+	dodir /usr/share/terminfo/f/
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/
@ 2021-07-03  9:59 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-07-03  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     de3268944d6a33197c1f797e5347ec3d30042a84
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Thu Jul  1 19:28:54 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 19:28:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de326894

gui-apps/foot-terminfo: 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-terminfo/Manifest                   |  1 +
 gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
index c5d246380..c35bd0173 100644
--- a/gui-apps/foot-terminfo/Manifest
+++ b/gui-apps/foot-terminfo/Manifest
@@ -1,2 +1,3 @@
 DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
 DIST foot-terminfo-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
+DIST foot-terminfo-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
new file mode 100644
index 000000000..8e4ec4da6
--- /dev/null
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/foot"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
+fi
+
+DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="sys-libs/ncurses"
+
+src_install() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
+	dodir /usr/share/terminfo/f/
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/
@ 2021-07-03  9:59 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-07-03  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4b3430501b54537f11872f4c684941a118bb63a9
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Fri Jul  2 03:39:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 03:39:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b343050

gui-apps/foot-terminfo: Die if install fails

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

 gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild | 11 +++++++----
 gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild | 11 +++++++----
 gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild | 11 +++++++----
 gui-apps/foot-terminfo/foot-terminfo-9999.ebuild  | 11 +++++++----
 4 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
index 8e4ec4da6..e2e366268 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.1.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
@@ -21,9 +21,12 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND="sys-libs/ncurses"
 
+src_compile() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
+}
+
 src_install() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
 	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
 }

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
index 8e4ec4da6..e2e366268 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.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
@@ -21,9 +21,12 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND="sys-libs/ncurses"
 
+src_compile() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
+}
+
 src_install() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
 	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
 }

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
index 8e4ec4da6..e2e366268 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.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
@@ -21,9 +21,12 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND="sys-libs/ncurses"
 
+src_compile() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
+}
+
 src_install() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
 	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
 }

diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
index 8e4ec4da6..e2e366268 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-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
@@ -21,9 +21,12 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND="sys-libs/ncurses"
 
+src_compile() {
+	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
+}
+
 src_install() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
 	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
+	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/
@ 2021-10-02  8:43 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2021-10-02  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     495c9ff01312e93c94cb63f1536d44fcaba5a1c9
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Oct  1 20:50:49 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 21:02:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=495c9ff0

gui-apps/foot-terminfo: Share tarball name with gui-apps/foot

This avoids having to download the same tarball twice.

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 gui-apps/foot-terminfo/Manifest                   | 8 ++++----
 gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild | 2 +-
 gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild | 2 +-
 gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild | 2 +-
 gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild | 2 +-
 gui-apps/foot-terminfo/foot-terminfo-9999.ebuild  | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
index 1a9e547ce..78835bf2d 100644
--- a/gui-apps/foot-terminfo/Manifest
+++ b/gui-apps/foot-terminfo/Manifest
@@ -1,4 +1,4 @@
-DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
-DIST foot-terminfo-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
-DIST foot-terminfo-1.8.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
-DIST foot-terminfo-1.9.0.tar.gz 446060 BLAKE2B 2930f155509d2614b1eb0027648e55a97bba3d8ff59c8ea4a181db0e556e3f94b924ccd812653853793c885c6594745de991073f6ec7eaf2438927a033ba6515 SHA512 ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62
+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.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
+DIST foot-1.9.0.tar.gz 446060 BLAKE2B 2930f155509d2614b1eb0027648e55a97bba3d8ff59c8ea4a181db0e556e3f94b924ccd812653853793c885c6594745de991073f6ec7eaf2438927a033ba6515 SHA512 ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
index e2e366268..0c0c7d21e 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/foot"
 else

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
index e2e366268..0c0c7d21e 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/foot"
 else

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
index e2e366268..0c0c7d21e 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/foot"
 else

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
index e2e366268..0c0c7d21e 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/foot"
 else

diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
index e2e366268..0c0c7d21e 100644
--- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
+++ b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/foot"
 else


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

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

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

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

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

 gui-apps/foot-terminfo/Manifest                    |  6 ----
 gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild | 37 ----------------------
 gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild  | 32 -------------------
 gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild  | 32 -------------------
 gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild  | 32 -------------------
 gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild  | 32 -------------------
 gui-apps/foot-terminfo/foot-terminfo-1.9.1.ebuild  | 37 ----------------------
 gui-apps/foot-terminfo/foot-terminfo-9999.ebuild   | 37 ----------------------
 gui-apps/foot-terminfo/metadata.xml                |  8 -----
 9 files changed, 253 deletions(-)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
deleted file mode 100644
index 42008cacc..000000000
--- a/gui-apps/foot-terminfo/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-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.1.tar.gz 428685 BLAKE2B 10ad1adf67e3e7171cc60db3dd90a8bdb676f3df61c518f33150c893ee0a552e28b9647cbae03861b85bf4c8501785eaf8a984726a814da2866a06d1a71b3891 SHA512 62a4cc018e49e270b8d806ea5b5c17965428a0f943b814608c25eb674db6130bfedae2431ac0c61f9c8de6bd227859cedb032f0f573a1e0885938d11efbda4e4
-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-terminfo/foot-terminfo-1.10.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild
deleted file mode 100644
index 7a520230f..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="<sys-libs/ncurses-6.3"
-BDEPEND="sys-libs/ncurses"
-
-src_prepare() {
-	default
-	sed -i 's/@default_terminfo@/foot/g' "${S}/foot.info" || die "Failed to pre-process terminfo"
-}
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
deleted file mode 100644
index 0c0c7d21e..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
deleted file mode 100644
index 0c0c7d21e..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
deleted file mode 100644
index 0c0c7d21e..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
deleted file mode 100644
index 0c0c7d21e..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.1.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.1.ebuild
deleted file mode 100644
index d72edcdf7..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-1.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="sys-libs/ncurses"
-
-src_prepare() {
-	default
-	sed -i 's/@default_terminfo@/foot/g' "${S}/foot.info" || die "Failed to pre-process terminfo"
-}
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
deleted file mode 100644
index 7a520230f..000000000
--- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> foot-${PV}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/foot"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
-fi
-
-DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
-HOMEPAGE="https://codeberg.org/dnkl/foot"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="<sys-libs/ncurses-6.3"
-BDEPEND="sys-libs/ncurses"
-
-src_prepare() {
-	default
-	sed -i 's/@default_terminfo@/foot/g' "${S}/foot.info" || die "Failed to pre-process terminfo"
-}
-
-src_compile() {
-	tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" || die "Failed to compile terminfo"
-}
-
-src_install() {
-	dodir /usr/share/terminfo/f/
-	cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
-	cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
-}

diff --git a/gui-apps/foot-terminfo/metadata.xml b/gui-apps/foot-terminfo/metadata.xml
deleted file mode 100644
index fa25725ba..000000000
--- a/gui-apps/foot-terminfo/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-03  9:59 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-02-07 20:37 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-07 20:40 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-10-02  8:43 Arthur Zamarin
2021-07-03  9:59 Andrew Ammerlaan
2021-04-19  8:04 Andrew Ammerlaan

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