From eb99bf116dee5d8aa015e704760fd1372ff719db Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 3 Jun 2021 03:20:23 -0400 Subject: dev-cpp/notcurses: 2.3.1 -> 2.3.2 Signed-off-by: nick black Closes: https://github.com/gentoo/gentoo/pull/20945 Signed-off-by: Sam James --- dev-cpp/notcurses/Manifest | 4 +-- dev-cpp/notcurses/notcurses-2.3.1.ebuild | 50 -------------------------------- dev-cpp/notcurses/notcurses-2.3.2.ebuild | 50 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 dev-cpp/notcurses/notcurses-2.3.1.ebuild create mode 100644 dev-cpp/notcurses/notcurses-2.3.2.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/notcurses/Manifest b/dev-cpp/notcurses/Manifest index 6427f42f5c36..401ca9d96130 100644 --- a/dev-cpp/notcurses/Manifest +++ b/dev-cpp/notcurses/Manifest @@ -1,2 +1,2 @@ -DIST notcurses-2.3.1.tar.gz 11744925 BLAKE2B f0b64b70aa898f083383150690a00ddee0355dab6208548c43c44fda5ae2ad96ec2ce63035321813b9f1dfc6c18ee29611917d84a118c84ccbbf39c823a50119 SHA512 2faecd40cce48e24af85049eeb2fc319e48d3a5710a72f72fca1804f4275c5c8cf36906a3f8297966452b6d11c4ef7029b713994d8455ef10ea90f258d06e2ce -DIST notcurses-doc-2.3.1.tar.gz 120206 BLAKE2B f0e82cde6f5f9f6274c07ebb582a74f81b4fbff0340e5f83f5a3d19a6608b3a264ed6eecaff9a5497099ad32328da3c3e894f9157fd073deb560f8c5a58012e7 SHA512 89b18f316b50962e9f0e46cfde07e93f8f581130ce0ba7f19c3f800a7262bc7a30144765f765e0a852f35e6a8fe88805cc19c7e868ed8514a465611fd42aae6f +DIST notcurses-2.3.2.tar.gz 11744925 BLAKE2B 4ed5a26e71827bbdf64f8c4cca7d7c8b4e6858ac8df304e5d96cefccd11fe0563eec241b1fd756d99b2184d46f30b46effe405cd8aba5a79c84d7bef40d857b3 SHA512 cedd965ec0235762e2c978adeec1771c91018fcfbb135330032038cc4ef6122f31990d29f286ad8eca3166a074e2576420779090c154013af5c79f2d723bf530 +DIST notcurses-doc-2.3.2.tar.gz 120206 BLAKE2B a87d2d3919c6dc4ed67ca5e86a984c65eaaa130d6dcaf87e2ea9bd47bafc96c8ddee9133b4e1966812b473b9991fed39b5884b0a35378688c2df7302174f2a28 SHA512 b8886acae72e3df47b7a793f66688bac615bb43164cd81aa8ccba888db25206601d76c4a7db254be3508957be12cd365bcf686166e9ad0ed20a004c2b487c68f diff --git a/dev-cpp/notcurses/notcurses-2.3.1.ebuild b/dev-cpp/notcurses/notcurses-2.3.1.ebuild deleted file mode 100644 index db8a559116e6..000000000000 --- a/dev-cpp/notcurses/notcurses-2.3.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS="cmake" -inherit cmake-multilib - -DESCRIPTION="Blingful TUIs and character graphics" -HOMEPAGE="https://notcurses.com" -SRC_URI="https://github.com/dankamongmen/notcurses/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/dankamongmen/notcurses/releases/download/v${PV}/notcurses-doc-${PV}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libunistring - media-video/ffmpeg - >=sys-libs/readline-8.0" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DUSE_DOCTEST=OFF - -DUSE_MULTIMEDIA=ffmpeg - -DUSE_PANDOC=OFF - -DUSE_QRCODEGEN=OFF - -DUSE_STATIC=OFF - ) - cmake-multilib_src_configure -} - -src_compile() { - cmake-multilib_src_compile -} - -src_test() { - multilib_src_test -} - -src_install() { - cmake-multilib_src_install - - # we use this tortured form lest we try, every time we release a - # x.y.1 or x.y.3, to install the source dir as a man page. - # exploit the fact that there's a bijection from html<>man. - for i in ../*.html ; do - doman ../$(basename ${i} .html || die) - done -} diff --git a/dev-cpp/notcurses/notcurses-2.3.2.ebuild b/dev-cpp/notcurses/notcurses-2.3.2.ebuild new file mode 100644 index 000000000000..db8a559116e6 --- /dev/null +++ b/dev-cpp/notcurses/notcurses-2.3.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_ECLASS="cmake" +inherit cmake-multilib + +DESCRIPTION="Blingful TUIs and character graphics" +HOMEPAGE="https://notcurses.com" +SRC_URI="https://github.com/dankamongmen/notcurses/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/dankamongmen/notcurses/releases/download/v${PV}/notcurses-doc-${PV}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/libunistring + media-video/ffmpeg + >=sys-libs/readline-8.0" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DUSE_DOCTEST=OFF + -DUSE_MULTIMEDIA=ffmpeg + -DUSE_PANDOC=OFF + -DUSE_QRCODEGEN=OFF + -DUSE_STATIC=OFF + ) + cmake-multilib_src_configure +} + +src_compile() { + cmake-multilib_src_compile +} + +src_test() { + multilib_src_test +} + +src_install() { + cmake-multilib_src_install + + # we use this tortured form lest we try, every time we release a + # x.y.1 or x.y.3, to install the source dir as a man page. + # exploit the fact that there's a bijection from html<>man. + for i in ../*.html ; do + doman ../$(basename ${i} .html || die) + done +} -- cgit v1.2.3-65-gdbad