From 4392d53af7ce45ccfe6eb14146479ef0e2bd790a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 14 Oct 2022 19:44:42 +0100 Subject: gentoo auto-resync : 14:10:2022 - 19:44:42 --- app-misc/tmux2html/Manifest | 2 +- app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild | 18 ++++++++++++++++++ app-misc/tmux2html/tmux2html-0.1.11.ebuild | 18 ------------------ 3 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild delete mode 100644 app-misc/tmux2html/tmux2html-0.1.11.ebuild (limited to 'app-misc/tmux2html') diff --git a/app-misc/tmux2html/Manifest b/app-misc/tmux2html/Manifest index df9a4c2451f9..eef0b8b45470 100644 --- a/app-misc/tmux2html/Manifest +++ b/app-misc/tmux2html/Manifest @@ -1,3 +1,3 @@ DIST tmux2html-0.1.11.tar.gz 20002 BLAKE2B 690e170bf903682a9bdbbfa49ec7a2995d19bfa9372533b5cecff5b7dfa4c389832a8e2315c3438d435c3b4f75bec8b7fc43161691912ef29d910779d46af24e SHA512 b478a697413acd90a92b3a349fc3c477ee1014f47816190d2066058711e2025a9f99e3f973dfd3165782a566d12aae4e3c491f58a924769d1d28c3f48c9e9601 -EBUILD tmux2html-0.1.11.ebuild 450 BLAKE2B 772c68297b86fd079f46cf3bd722495258bf2eae066646eb593ad78ab3e958b8dbf9074a55ac5d259c89f553b454356a7ea6c42fbc57ef30979f3cb2d97d55af SHA512 9a14849fddead3f41b3ae46903b51db2ebf98b73fec9c43270dc84251b71f069472409eb45873ed5a5da6b1e9ce47ab5b01820d33e5cab78942883bfe62dae89 +EBUILD tmux2html-0.1.11-r1.ebuild 481 BLAKE2B dafa498610f0ba5e0b72b944cee55f21d54ac16e03820826edcbd82d0bd76f07e273af16dda7b8f500ed6965544b30762cbb407bc33ea758be113820f3733e0e SHA512 7ae0afe7eab98a0376ef4ced15182bdb46c5e13db527661ddbb543ef7aac9ce397c6facbed3102d844f0fabfbd9f539f7649a2a8b8d4a61bbc8e7242f9f39f60 MISC metadata.xml 465 BLAKE2B 6b6979d9db6ec0bc712261f7d7ef59d56106f3d04e7d27d567e0e7a3535a518cb19434175d8090cece7f6347d17427969dbb018d23577f0e66d792276ed5dfe5 SHA512 cf7831ad5c24d4974994ed00736dbf0450e76961e5febc1160cfe2bf71743404b5d0136eda0eeb2f108d45567d2754032d000c7eb81c3970dcdee0b9a0e6b5f8 diff --git a/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild new file mode 100644 index 000000000000..7531f1b8d1bf --- /dev/null +++ b/app-misc/tmux2html/tmux2html-0.1.11-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Render full tmux windows or individual panes as HTML" +HOMEPAGE="https://github.com/tweekmonster/tmux2html" +SRC_URI="https://github.com/tweekmonster/tmux2html/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-misc/tmux" diff --git a/app-misc/tmux2html/tmux2html-0.1.11.ebuild b/app-misc/tmux2html/tmux2html-0.1.11.ebuild deleted file mode 100644 index 5ce689120ef3..000000000000 --- a/app-misc/tmux2html/tmux2html-0.1.11.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Render full tmux windows or individual panes as HTML" -HOMEPAGE="https://github.com/tweekmonster/tmux2html" -SRC_URI="https://github.com/tweekmonster/tmux2html/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-misc/tmux" -- cgit v1.2.3