mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-libs/sealcurses: drop 2.0.18_pre20240921
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST sealcurses-2.0.18_pre20240921.tar.gz 22975 BLAKE2B 00572196c6f2b7169419b1a70f5a5ae3ce77965a554583081a82e50ccce8ed69b16e754d3b60b496f5dc01a53115650f2762d34a99ca6ad68d53c39bf26fc444 SHA512 c98083a7a160e471890edb35e0899f6a9a277893c6bc7241797fb9dc1914ad1026794c8ca689f32e10ae73eb7df8aa6763c07aa9188f1c1b9da2fc2225721d32
|
||||
DIST sealcurses-2.0.18_pre20241014.tar.gz 22958 BLAKE2B c72fd9b5857fc2bf86fcb0e12f2d78a536b0ef9e4949b473005a34754a55ccb21cfd58b5403a12b0a07a4a1ec12c688d89cc9b04c81709b929213446bc8d5446 SHA512 3e26fc27f029d22522dddc0a220724af6b09de1e2ed2e9a41bad3749f817d1ff37db81d6fc4d5023e1ee1938dc438ed86c61c20a1e581cb99d942c0b5deb42a8
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
COMMIT="fa54118f11e373e787835d440095bd7537cea5e5"
|
||||
DESCRIPTION="SDL Emulation and Adaptation Layer for Curses"
|
||||
HOMEPAGE="https://git.skyjake.fi/skyjake/sealcurses"
|
||||
SRC_URI="https://git.skyjake.fi/skyjake/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/tfdn:=
|
||||
sys-libs/ncurses:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
-DSEALCURSES_ENABLE_STATIC=OFF
|
||||
)
|
||||
|
||||
append-cppflags $(usex debug "-UNDEBUG" "-DNDEBUG")
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user