From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- app-text/grip/Manifest | 4 ++-- app-text/grip/grip-4.5.2-r2.ebuild | 27 --------------------------- app-text/grip/grip-4.6.1.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 app-text/grip/grip-4.5.2-r2.ebuild create mode 100644 app-text/grip/grip-4.6.1.ebuild (limited to 'app-text/grip') diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest index 4b3fd18d112d..35aeccff4094 100644 --- a/app-text/grip/Manifest +++ b/app-text/grip/Manifest @@ -1,5 +1,5 @@ -DIST grip-4.5.2.tar.gz 145644 BLAKE2B a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f SHA512 a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9 DIST grip-4.6.0.tar.gz 147222 BLAKE2B ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518 SHA512 483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac -EBUILD grip-4.5.2-r2.ebuild 764 BLAKE2B a6052b65931aa1ba8fa8d1943a6621dcf749aef2e26830026347d69936615809dd163c073dde46389cd81269ac45a68cb9871ce6e2bd62c5fdaaf1395c2f7f18 SHA512 2330d10a8f6186414dc77bf85a19e4069aac540fb2de217cda68f06fad313b740b0f5547238dd801b6ae748de9bb4dae82e0a1ed15da2e61cabf13c365a738ce +DIST grip-4.6.1.tar.gz 147894 BLAKE2B e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae SHA512 73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d EBUILD grip-4.6.0.ebuild 765 BLAKE2B c416b4bad1593370f9811d2b587487b2a809955016f2688fab75ba1ee90ea3e0c8362067adb91e3b095b78ed987353a53f888935e312c22804134616f79b59d1 SHA512 a23265346713fd6cdf9dc7a4d7ca8961608122970575c80d429b288776f72864ecceab87f860cb47939b56cef38440e2b3523c6e153497b6eabb9d23f6bd6b21 +EBUILD grip-4.6.1.ebuild 766 BLAKE2B ef33f5589054c37d80e1eef425da07092d070fbff7fcab544cc9864babe38431c38010d4c63df5dfb05e67ab7834cf8b226b8ce5e35a589c16929b2042d5b7f1 SHA512 1b84cb7904abdd599d96b40dc50422a3e1b7f1b95bdf40857901b343e62f0ff2e9b2d4593d8c0fe9b510157ea82feb0f7ed24f5542af13278c20b00dac8451a2 MISC metadata.xml 365 BLAKE2B e01f58764eda42b4e6d7ece18b3f2996fe55e640d91cdba317f1f9677a59b114d7caab6c2ea7556f1962e30b8e2b453814179d7e978b52c4c07fe6e89d9a4978 SHA512 286ffe7168abf8d980ad5e713a31751241901246c6b2fe8372942e50bef53a70b3ff17045e99cb951c968309fcab5c9776a1fb26222c0ea4edfa467e8209eb4b diff --git a/app-text/grip/grip-4.5.2-r2.ebuild b/app-text/grip/grip-4.5.2-r2.ebuild deleted file mode 100644 index 77bd4c342234..000000000000 --- a/app-text/grip/grip-4.5.2-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" -HOMEPAGE="https://github.com/joeyespo/grip" -LICENSE="MIT" - -SLOT="0" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - !media-sound/grip - >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}] - >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}] - >=dev-python/pygments-1.6[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] -" diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild new file mode 100644 index 000000000000..1dc8182a71d1 --- /dev/null +++ b/app-text/grip/grip-4.6.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" +HOMEPAGE="https://github.com/joeyespo/grip" +LICENSE="MIT" + +SLOT="0" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + !media-sound/grip + >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}] + >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] + >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}] + >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}] + >=dev-python/pygments-1.6[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] +" -- cgit v1.2.3