net-libs/orcania: drop 2.3.2

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2023-11-07 20:06:43 +01:00
parent a63b649518
commit e957a638b5
2 changed files with 0 additions and 52 deletions

View File

@@ -1,2 +1 @@
DIST orcania-2.3.2.tar.gz 39739 BLAKE2B 8b09aba52646a66661fd1f9d93fe2a85ac9fa007daefc162f180622f226ae6aced9659e1f9963fc491a252a72df98a8d8a128fa60b3444137e791020414a19f9 SHA512 d47af7fa61acc71b06b7390703d3530fd9994750ab783be58126e75df0da3539df7aa260bdee3f30fee21b19fea79615a204b3817e45a9f87cb308213ad9ad89
DIST orcania-2.3.3.tar.gz 40916 BLAKE2B ea154ac1ace5d161dd7ac0783d48ba5e04e2cc7d132324b6ac69babaa2d87bea4a44fc7a81304c5a67d6766d5dc19fe2a2dc27168f1c2521b821b689fac72045 SHA512 5bfa98b86165cc8b74ff309a31f859260ad172912783f7ff82f8c3065eac8caa8b0e94236ab029915a5e7276b201dbc4d335a9185094725bf2be5d29dbd8f55e

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Library for angharad programs"
HOMEPAGE="https://github.com/babelouest/orcania/"
SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RESTRICT="test"
BDEPEND="
doc? (
app-doc/doxygen
media-gfx/graphviz
)
virtual/pkgconfig
"
DEPEND="
"
RDEPEND="
${DEPEND}
"
src_configure() {
local mycmakeargs=(
-DBUILD_BASE64URL=OFF
-DBUILD_ORCANIA_DOCUMENTATION=$(usex doc)
)
# bug 887885
sed -i -e "s/-Werror//g" CMakeLists.txt || die
cmake_src_configure
}
src_compile() {
cmake_src_compile
use doc && cmake_build doc
}
src_install() {
use doc && local HTML_DOCS=( doc/html/* )
cmake_src_install
}