mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-libs/sealcurses: drop 2.0.18_pre20220609
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST sealcurses-2.0.18_pre20220609.tar.gz 22306 BLAKE2B 52a02e8a0b18957f9275a2715973751de23bd9d6a98f8e36321e10bfe14d6ed728eed6bd14b1dc8d48510f4c4186672cc5a9160991979ed28cb0e8a3b9c22dcd SHA512 6bfa0c1154346c0f6eaf92f76ad616ec250d011e47ea6497b1014fa60685d7545860dd47b54212bb819f416222faea9f3e96f08ed08da79e42998f115a63d1e6
|
||||
DIST sealcurses-2.0.18_pre20230206.tar.gz 22432 BLAKE2B e9736f965a7d5853bae6e9b388d87241e54469bed503bdd85f234072d4fcf9172d8eb8ed98dfad9f376242c71fec84a9dbedef76c5fac114bff6ea4d181e9257 SHA512 e21d9bab648e9a64bd349acbf5aada780cbf5ad8755bd6b1c308c5e318d1d61d2fefc95e480a051678c411297d339481868a07cf0a81c7cc2628e37ce33801e4
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
COMMIT="b0667079251f0eb3e6291a0ae5eecc31c996dc8b"
|
||||
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"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/tfdn:=
|
||||
sys-libs/ncurses:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
-DENABLE_STATIC=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user