mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-libs/lexbor: drop 2.5.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST lexbor-2.5.0.tar.gz 5371588 BLAKE2B d8ca6d1532024c97a956f8926501fdd9e8500f2b31d0566cb4557089259d3440f4a4cc60753755a2cd0ed7e350644d4957273cec93596cce2b9e06aed456ca90 SHA512 86d798bb658a5bafd3ca6df6460c3f70ae53c91bf67d1018d4b1fc0649790bc13b490cbc5ea94b28a83860093cfb7142f3c5e1a136449892080825391ede5537
|
||||
DIST lexbor-2.6.0.tar.gz 5549881 BLAKE2B feb854028f090b5f36645df5819e22ac9719a25f9916368033b6845297c8c2695cafb68d53553707673447308343763e49a52c7ec04dc514ed5b0ab23edd18f2 SHA512 5fb5c0f31b873ba669b784f914cf4e688d80e5fdbe06797add19334dcf54a9ffd76923f38600913df6bdd9a40475a27368a09a847515c7929353c25ace5048d4
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Modular web engine (HTML/CSS parser, renderer, ...)"
|
||||
HOMEPAGE="https://lexbor.com/ https://github.com/lexbor/lexbor"
|
||||
SRC_URI="https://github.com/lexbor/lexbor/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples static-libs test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i 's;${LEXBOR_OPTIMIZATION_LEVEL};;' CMakeLists.txt || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLEXBOR_BUILD_EXAMPLES=$(usex examples)
|
||||
-DLEXBOR_BUILD_UTILS=$(usex examples)
|
||||
-DLEXBOR_BUILD_STATIC=$(usex static-libs)
|
||||
-DLEXBOR_BUILD_TESTS=$(usex test)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user