dev-libs/teakra: add 20250824, drop 20220224-r1

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
Part-of: https://github.com/gentoo/gentoo/pull/45417
Closes: https://github.com/gentoo/gentoo/pull/45417
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Pavel Sobolev
2026-01-17 19:40:19 +03:00
committed by Maciej Barć
parent 6c17167525
commit e2db78bbb3
2 changed files with 3 additions and 13 deletions

View File

@@ -1 +1 @@
DIST teakra-20220224.tar.gz 983295 BLAKE2B 79c399f2bd3358fd558b4e7558dbbfb95a74ea16d8c9e79037a5ae258066bd5dcab903bd776b2cd355dacb60ee4dfb5de2802ed318d12985a4655f87dd958604 SHA512 b8c37b9d82431b00bcd22554e3f507466f0e6823bcd0cb7c22d38cf5ffd63bf270dd6f70472063adf4db02cac3e4dbe85ceba2946d7ba0ca13b166bf7f197e02
DIST teakra-20250824.tar.gz 984566 BLAKE2B 78acae6ac6ad38318fc85044d16eedffda135007d419b5e6924d13910cb2a604d34fa665017cd27a53e7b2e844f217082d3be3552744509c5cc033bb91aa2026 SHA512 80939407c0d1fcf0aadc8f75815f4629761a8f5964d327e68b95e7879f9de3e8b0a625bf560a3ab7dee800da33e640bb5d68ea4fc05261228e28ba7eda02c6e2

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
[[ ${PV} == 20220224 ]] && COMMIT=01db7cdd00aabcce559a8dddce8798dabb71949b
[[ ${PV} == 20250824 ]] && COMMIT=3d697a18df504f4677b65129d9ab14c7c597e3eb
inherit cmake
@@ -46,13 +46,3 @@ src_test() {
cmake_src_test
}
src_install() {
dolib.so "${BUILD_DIR}/src/lib${PN}.so"
dolib.so "${BUILD_DIR}/src/lib${PN}_c.so"
insinto /usr/include
doins -r "./include/${PN}"
einstalldocs
}