mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-libs/orcania: drop 2.3.1
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST orcania-2.3.1.tar.gz 67013 BLAKE2B 6b1175501b1c66b7b714244bcee9ec6387f72211f18197d2d746c2a5029045dafab74cb28819adbce5ee226bfee01e9a6a9a18e878cca9876cd594040acffa32 SHA512 e1d7cd703432dc993ee441a3d671df872300adbabe99d952b297d0a6308f88dae0adf4186f997925257a4202316e426e8142dc304a194f8aabbe77a5a77a0bd5
|
||||
DIST orcania-2.3.2.tar.gz 39739 BLAKE2B 8b09aba52646a66661fd1f9d93fe2a85ac9fa007daefc162f180622f226ae6aced9659e1f9963fc491a252a72df98a8d8a128fa60b3444137e791020414a19f9 SHA512 d47af7fa61acc71b06b7390703d3530fd9994750ab783be58126e75df0da3539df7aa260bdee3f30fee21b19fea79615a204b3817e45a9f87cb308213ad9ad89
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user