diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest deleted file mode 100644 index b914c09..0000000 --- a/gui-apps/foot-terminfo/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST foot-terminfo-1.6.2.tar.gz 340942 BLAKE2B 7704a1a20c8e474a1185c1e4433f58537a12c8984b90ab9164094efae584d2aa93fd44b3b8cb094c3aa811fb3c5d835a4463030384deab72b242d943b2aa8d3f SHA512 7a18af2bdf9fc1540dc47bdfe599714edea62f4297cc2916f132f8d9d688c11e8ce1fd368e32dabcac2c90c20aac36a17cc263d29d1ad7bb492486fdee1cfe75 -DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420 -EBUILD foot-terminfo-1.6.2.ebuild 729 BLAKE2B 32ebb8b98eefe588d28bfaef2a6220f8e5cd4f76cc5c2c4c9e8258a8876a3d2e6a3179082f28fac17a885105d7f01e2db6e9e962f5f23e3a7ab6fe71fef1266c SHA512 665557c5daaa56af2d9f4f7a52c0bdd311342dd4d2583e17aa87d7f47cd9552c9dc5f4449e3404f0d4cf7f97b485ef0e855e0fde95ef085d84935de310d58ace -EBUILD foot-terminfo-1.7.1.ebuild 729 BLAKE2B 32ebb8b98eefe588d28bfaef2a6220f8e5cd4f76cc5c2c4c9e8258a8876a3d2e6a3179082f28fac17a885105d7f01e2db6e9e962f5f23e3a7ab6fe71fef1266c SHA512 665557c5daaa56af2d9f4f7a52c0bdd311342dd4d2583e17aa87d7f47cd9552c9dc5f4449e3404f0d4cf7f97b485ef0e855e0fde95ef085d84935de310d58ace -EBUILD foot-terminfo-9999.ebuild 729 BLAKE2B 32ebb8b98eefe588d28bfaef2a6220f8e5cd4f76cc5c2c4c9e8258a8876a3d2e6a3179082f28fac17a885105d7f01e2db6e9e962f5f23e3a7ab6fe71fef1266c SHA512 665557c5daaa56af2d9f4f7a52c0bdd311342dd4d2583e17aa87d7f47cd9552c9dc5f4449e3404f0d4cf7f97b485ef0e855e0fde95ef085d84935de310d58ace -MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80 diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.6.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.6.2.ebuild deleted file mode 100644 index 6992a75..0000000 --- a/gui-apps/foot-terminfo/foot-terminfo-1.6.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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="" - -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" -} 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 6992a75..0000000 --- a/gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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="" - -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" -} 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 6992a75..0000000 --- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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="" - -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" -} diff --git a/gui-apps/foot-terminfo/metadata.xml b/gui-apps/foot-terminfo/metadata.xml deleted file mode 100644 index b27c0d9..0000000 --- a/gui-apps/foot-terminfo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -flewkey@2a03.party -Ryan Fox - -