public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/notcurses/
Date: Tue, 28 Sep 2021 06:17:28 +0000 (UTC)	[thread overview]
Message-ID: <1632809530.b894f99792009f12a5ce94a385d3d237c1fc12d0.juippis@gentoo> (raw)

commit:     b894f99792009f12a5ce94a385d3d237c1fc12d0
Author:     nick black <dankamongmen <AT> gmail <DOT> com>
AuthorDate: Mon Sep 27 22:00:33 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 06:12:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b894f997

dev-cpp/notcurses: Remove old version 2.3.18

Signed-off-by: Nick Black <dankamongmen <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22369
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-cpp/notcurses/Manifest                |  2 --
 dev-cpp/notcurses/notcurses-2.3.18.ebuild | 54 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-cpp/notcurses/Manifest b/dev-cpp/notcurses/Manifest
index 79a0a7fe770..186a731fc8e 100644
--- a/dev-cpp/notcurses/Manifest
+++ b/dev-cpp/notcurses/Manifest
@@ -1,4 +1,2 @@
-DIST notcurses-2.3.18.tar.gz 12146295 BLAKE2B e11960b1cf3591671751a02b716da0e1cc5caafa5a9bd12a7eb1f190aa3360270fb373ffe32fb854f26b9a8f25508e6e92436e1bc33d18480cf9c7e21582d336 SHA512 9b3d695e71014799330a5be77ee1e9e43d85e1bcbf9657c516f4c6ca6076651e3b40408fb3212cccfdfefc5643b6f504f7536eb674982049485effbb9e2233d4
-DIST notcurses-doc-2.3.18.tar.gz 130180 BLAKE2B c280db393df33d54868eee0aee1bb4fe04c7100223251ac5ebeb416b13b3248039da58f1883a8adfc0657d69f38aab17c32e1b5597a7d611b7f1594f45700f50 SHA512 27dba504bf873680a7f2ca36739002d39d4e5b0f913d64b10926dda66a54d58eb019c7199f93ab04a6b7fb83ba3d646369e3a96d95a5ad548b7bd25f784bf823
 DIST notcurses-2.4.3.tar.gz 10070959 BLAKE2B 8be967d7f1d49936c12c46f4d9c54ac83e974e4f637fa224000a2459d4143590264dc75c4d36d55ec9cfaa0d737de3298e42156a25b3eef84109883b3e80e8ae SHA512 a16d4e8d8108f565fd6f073b9529b6d7d52569d5241ee0df7186b44800a82a5e488d275c01c6af045419a2ae960f14a99fffe0cf5d600b5901973d93d3c82f82
 DIST notcurses-doc-2.4.3.tar.gz 132158 BLAKE2B f96f41c659903e6fbac56318adf1de1b26dd7052e4c5958d60ff7f51c4c30ccf2a522f2581a69a7f54d1cd7774bb72fffc0bba760366294a261a7086611ff696 SHA512 7972d61cefcfa4cfdc3f6138202e1448c37dc2b3154307e4a7c0734e67b80919db75520f40f53c198c268f0f905720e75de4ef0ea7a6c0cd196a355b8dbf1e5c

diff --git a/dev-cpp/notcurses/notcurses-2.3.18.ebuild b/dev-cpp/notcurses/notcurses-2.3.18.ebuild
deleted file mode 100644
index d63e802b873..00000000000
--- a/dev-cpp/notcurses/notcurses-2.3.18.ebuild
+++ /dev/null
@@ -1,54 +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/gpm
-	sys-libs/ncurses:=
-	>=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
-}


             reply	other threads:[~2021-09-28  6:17 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28  6:17 Joonas Niilola [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-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-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=1632809530.b894f99792009f12a5ce94a385d3d237c1fc12d0.juippis@gentoo \
    --to=juippis@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