From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- x11-terms/zutty/Manifest | 4 ++-- x11-terms/zutty/zutty-0.12.ebuild | 41 -------------------------------------- x11-terms/zutty/zutty-0.13.ebuild | 42 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 43 deletions(-) delete mode 100644 x11-terms/zutty/zutty-0.12.ebuild create mode 100644 x11-terms/zutty/zutty-0.13.ebuild (limited to 'x11-terms/zutty') diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest index 18a9840d1fd8..f220a7838dbf 100644 --- a/x11-terms/zutty/Manifest +++ b/x11-terms/zutty/Manifest @@ -1,4 +1,4 @@ AUX zutty-0.12-cxxflags.patch 750 BLAKE2B 24c3d67ba191bfb988a8ecb5ea7f1aeb1cf504adc230c1ed70c440b0dadd808d6f009c2da517587f59ea4f924aaea00b1072466187fe5e0705296b80b8c81d6e SHA512 0c32cece7edd62c476907f840c24391a68cda9dee1a21995858fe17de9e88e952bb9b9df1565c1ae73dc77a154130ab24ba4ab623a74fb7023448c0da63e84e7 -DIST zutty-0.12.tar.gz 348226 BLAKE2B 8d065928fe3e8049e63f1e679d4e8d2ef6643b01b098698594d536c6fa9494a2a934dce3e4fe60594be4f1b56691a83a8e7fab0dd1ec6c09e12eeb1e69354f5e SHA512 d10289a51469ec6352a5b1feefb732dce7cf507b02ce57e64f8f65443f4533b8d61f357dec92cb00b58386416470928d763290a6d4ff714f65f98f1f09d60083 -EBUILD zutty-0.12.ebuild 969 BLAKE2B 614c098e2ad812243b8413bf10a855f892efd341501fb11bbdfb59c267f7870095bebf4bc77a4feeb6ee7e8be966d6dadae7c6bffec816e5263d4aadc3bc000b SHA512 48a611c9de3f4014066604011df368e3d5c0bdc4a479b1010be6098ada36b12624791f42e98e5c4d52768eb7729671b42e52990a7147b53e4540b23de290881c +DIST zutty-0.13.tar.gz 348348 BLAKE2B 35887597798ecee4912a76d74e943ab93682ee637eed0966d70e198d64c9960060eeb1a0b93a76596dd77aeea99b897bd2d54900f10a41a6a786776a5f202997 SHA512 b6514299520562f3ca9f29c80d252a571c0347603c918d15dde095b92be8e96e23a249b23d1d0efc0d7aca03138c07913d7f3dc0f3e91c8bf04e78a3444ac43e +EBUILD zutty-0.13.ebuild 985 BLAKE2B 3270506c655a588f0c9e47cb0e83b4b3647ec3e0db9605f12d28aa23d2d35505d67daa8a0aaf5ca4b0a3ce14a6fb26eb3f45e2956695ff5a7bd02517de9e2d70 SHA512 5f5f3857720f6220c9a6d845d62f51cd4e1f3282bd422267d77df135d0c1d6a40c3ce5da20c95f8ad072dada3f739937e93c9672e62133d85d0729020b2312ce MISC metadata.xml 1008 BLAKE2B 8b9a265f83e520e56c7781129d523223e8e1b68ec2dd0141229216600d4264639934d84d90ba6a1a74e826a9773f7bea3f21cc647676b0d5648940d89848e501 SHA512 665feb252776365286ffedf94da2c53ee7da6fed7f6c6449ef37cfb2d910a0c082c396a40b70c85b856fde736babc756564d8bdf6bc8be054643f08db26182a8 diff --git a/x11-terms/zutty/zutty-0.12.ebuild b/x11-terms/zutty/zutty-0.12.ebuild deleted file mode 100644 index d4798fe13c94..000000000000 --- a/x11-terms/zutty/zutty-0.12.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+)" - -inherit python-any-r1 waf-utils - -DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders" -HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty" -SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -# It is possible to run the tests using virtualx, but it seems to take -# screenshots of the terminal window, and compares checksums that never -# seem to match. -RESTRICT="test" - -RDEPEND=" - media-libs/freetype:2 - virtual/opengl - x11-libs/libX11 - x11-libs/libXmu -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" - -PATCHES=( - # Remove default CXX/LDFLAGS, bug #830405. - "${FILESDIR}"/${PN}-0.12-cxxflags.patch -) - -DOCS=( doc/KEYS.org doc/USAGE.org ) diff --git a/x11-terms/zutty/zutty-0.13.ebuild b/x11-terms/zutty/zutty-0.13.ebuild new file mode 100644 index 000000000000..b5e898cb2803 --- /dev/null +++ b/x11-terms/zutty/zutty-0.13.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_REQ_USE="threads(+)" + +inherit python-any-r1 waf-utils + +DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders" +HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty" +SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64" + +# It is possible to run the tests using virtualx, but it seems to take +# screenshots of the terminal window, and compares checksums that never +# seem to match. +RESTRICT="test" + +RDEPEND=" + media-libs/freetype:2 + virtual/opengl + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig +" + +PATCHES=( + # Remove default CXX/LDFLAGS, bug #830405. + "${FILESDIR}"/${PN}-0.12-cxxflags.patch +) + +DOCS=( doc/KEYS.org doc/USAGE.org ) -- cgit v1.2.3