From a7d49b49fae8a98c281d36760c1fa206f6c2b559 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 2 Sep 2021 23:46:46 -0400 Subject: dev-cpp/notcurses: 2.3.18 bump Signed-off-by: Nick Black Signed-off-by: Joonas Niilola --- dev-cpp/notcurses/Manifest | 2 ++ dev-cpp/notcurses/notcurses-2.3.12.ebuild | 51 ----------------------------- dev-cpp/notcurses/notcurses-2.3.18.ebuild | 53 +++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 51 deletions(-) delete mode 100644 dev-cpp/notcurses/notcurses-2.3.12.ebuild create mode 100644 dev-cpp/notcurses/notcurses-2.3.18.ebuild (limited to 'dev-cpp/notcurses') diff --git a/dev-cpp/notcurses/Manifest b/dev-cpp/notcurses/Manifest index 591b2970cce7..722a108d1451 100644 --- a/dev-cpp/notcurses/Manifest +++ b/dev-cpp/notcurses/Manifest @@ -1,2 +1,4 @@ DIST notcurses-2.3.12.tar.gz 12180246 BLAKE2B 9e5f5bfc6853b8ad04f33efa823b4365f496ae5ec854c40c19b1a17690c0f2ece4902673d13ce02f7ccf337393472fac60bce5fd63a0529fc3903195d0547282 SHA512 83cbc91fcee871aa88eca3857930e9767a743c889aa8a85bf5bf26d46ba739adfd8edf67bf53b92383de58cfdc9a761d0854a7689fb30a0d5d1e2872c27e5c48 +DIST notcurses-2.3.18.tar.gz 12146295 BLAKE2B e11960b1cf3591671751a02b716da0e1cc5caafa5a9bd12a7eb1f190aa3360270fb373ffe32fb854f26b9a8f25508e6e92436e1bc33d18480cf9c7e21582d336 SHA512 9b3d695e71014799330a5be77ee1e9e43d85e1bcbf9657c516f4c6ca6076651e3b40408fb3212cccfdfefc5643b6f504f7536eb674982049485effbb9e2233d4 DIST notcurses-doc-2.3.12.tar.gz 128286 BLAKE2B 048e799ffd17f980f6653e3b639238c529fc613677a7b4e413296e87b0abd7ade4e63518ad8dd944691b2cb9e77812bb32efb337a991366351872597f2df2081 SHA512 c1636a2a4ee72dde60adcf0ebadf3c2265901ae99337ed3e91dfe915c518703f69bd302a85fd5733ca490abe89bf5fb65994945cdf27dd27a0d13d800800c4e6 +DIST notcurses-doc-2.3.18.tar.gz 130180 BLAKE2B c280db393df33d54868eee0aee1bb4fe04c7100223251ac5ebeb416b13b3248039da58f1883a8adfc0657d69f38aab17c32e1b5597a7d611b7f1594f45700f50 SHA512 27dba504bf873680a7f2ca36739002d39d4e5b0f913d64b10926dda66a54d58eb019c7199f93ab04a6b7fb83ba3d646369e3a96d95a5ad548b7bd25f784bf823 diff --git a/dev-cpp/notcurses/notcurses-2.3.12.ebuild b/dev-cpp/notcurses/notcurses-2.3.12.ebuild deleted file mode 100644 index 012a4e34675c..000000000000 --- a/dev-cpp/notcurses/notcurses-2.3.12.ebuild +++ /dev/null @@ -1,51 +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 - sys-libs/zlib" -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.18.ebuild b/dev-cpp/notcurses/notcurses-2.3.18.ebuild new file mode 100644 index 000000000000..9fa6fcf66230 --- /dev/null +++ b/dev-cpp/notcurses/notcurses-2.3.18.ebuild @@ -0,0 +1,53 @@ +# 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 + syslibs/gpm + >=sys-libs/readline-8.0 + sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DUSE_DOCTEST=OFF + -DUSE_GPM=ON + -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