public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/notcurses/
Date: Fri, 25 Jun 2021 00:31:59 +0000 (UTC)	[thread overview]
Message-ID: <1624581073.134abf4a2a9470934507eb78a38904bf6f19ce5e.sam@gentoo> (raw)

commit:     134abf4a2a9470934507eb78a38904bf6f19ce5e
Author:     nick black <dankamongmen <AT> gmail <DOT> com>
AuthorDate: Thu Jun 24 18:33:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 00:31:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134abf4a

dev-cpp/notcurses: remove old 2.3.2

Signed-off-by: nick black <nickblack <AT> linux.com>
Closes: https://github.com/gentoo/gentoo/pull/21414
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/notcurses/Manifest               |  2 --
 dev-cpp/notcurses/notcurses-2.3.2.ebuild | 50 --------------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-cpp/notcurses/Manifest b/dev-cpp/notcurses/Manifest
index cb312c2a4aa..7a1cd0b1733 100644
--- a/dev-cpp/notcurses/Manifest
+++ b/dev-cpp/notcurses/Manifest
@@ -1,4 +1,2 @@
-DIST notcurses-2.3.2.tar.gz 11753206 BLAKE2B 4ed5a26e71827bbdf64f8c4cca7d7c8b4e6858ac8df304e5d96cefccd11fe0563eec241b1fd756d99b2184d46f30b46effe405cd8aba5a79c84d7bef40d857b3 SHA512 cedd965ec0235762e2c978adeec1771c91018fcfbb135330032038cc4ef6122f31990d29f286ad8eca3166a074e2576420779090c154013af5c79f2d723bf530
 DIST notcurses-2.3.6.tar.gz 11835854 BLAKE2B d701d032db2596c9772396862fb240e3f4797c699c13f331ae0aec8aaaf874fd3547f001c27af1d4cee7ea3e85c6d1fe5e74ef05da9832b197ab297a63badf60 SHA512 132a033adad18d261c12de8de0227fa2b3d91c3dc10680919b9401a09d7643fe16bd4b8fa1a868ded7d4fd9f002e437b8ea9b3c464a22fcdecd8f102a05a68b4
-DIST notcurses-doc-2.3.2.tar.gz 121736 BLAKE2B a87d2d3919c6dc4ed67ca5e86a984c65eaaa130d6dcaf87e2ea9bd47bafc96c8ddee9133b4e1966812b473b9991fed39b5884b0a35378688c2df7302174f2a28 SHA512 b8886acae72e3df47b7a793f66688bac615bb43164cd81aa8ccba888db25206601d76c4a7db254be3508957be12cd365bcf686166e9ad0ed20a004c2b487c68f
 DIST notcurses-doc-2.3.6.tar.gz 124425 BLAKE2B 9edf3498b0f1ac9c0d6f9724715e33eeb6d008c515c16acb104ed92f066251e570b1cc9917e71465f21ed7d66702ae2f6c9aa303cca092b14a92b093048c413a SHA512 9bdbb6c1603dbcd1800ef6f72c2ae3f143625fd9be40f497df7473086f57a8fe6483e27db5905f0951f4e1ff4c988781cec71eb32d5fd574abb5aab2f7763c4e

diff --git a/dev-cpp/notcurses/notcurses-2.3.2.ebuild b/dev-cpp/notcurses/notcurses-2.3.2.ebuild
deleted file mode 100644
index db8a559116e..00000000000
--- a/dev-cpp/notcurses/notcurses-2.3.2.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
-}


             reply	other threads:[~2021-06-25  0:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  0:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/notcurses/ Ionen Wolkens
2022-10-17 22:03 Sam James
2022-07-28 14:09 Sam James
2022-02-18  4:57 Sam James
2022-02-18  3:06 Sam James
2021-12-04 12:38 Joonas Niilola
2021-12-04 11:34 Joonas Niilola
2021-11-30  7:27 Joonas Niilola
2021-11-30  7:27 Joonas Niilola
2021-10-20  2:42 Sam James
2021-10-20  2:42 Sam James
2021-09-28  6:17 Joonas Niilola
2021-09-28  6:17 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-07-31  7:58 Joonas Niilola
2021-07-31  7:58 Joonas Niilola
2021-07-31  7:58 Joonas Niilola
2021-06-25  0:31 Sam James
2021-06-08 11:08 Joonas Niilola
2021-06-08  7:39 Sam James
2021-06-08  7:39 Sam James
2021-06-08  7:39 Sam James
2021-04-29  7:15 Joonas Niilola
2021-04-29  7:15 Joonas Niilola
2021-04-29  7:15 Joonas Niilola
2021-03-21  8:24 Joonas Niilola
2021-03-21  8:08 Joonas Niilola
2021-03-21  8:08 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624581073.134abf4a2a9470934507eb78a38904bf6f19ce5e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox