From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5176415814C for ; Fri, 10 Nov 2023 20:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820C02BC03E; Fri, 10 Nov 2023 20:18:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CAE72BC03E for ; Fri, 10 Nov 2023 20:18:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9809A335DA3 for ; Fri, 10 Nov 2023 20:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F581366 for ; Fri, 10 Nov 2023 20:18:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1699552872.e957a638b5b2c4b5083ba7f48a2d7b67d3c20f79.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/orcania/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/orcania/Manifest net-libs/orcania/orcania-2.3.2.ebuild X-VCS-Directories: net-libs/orcania/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e957a638b5b2c4b5083ba7f48a2d7b67d3c20f79 X-VCS-Branch: master Date: Fri, 10 Nov 2023 20:18:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f912cea0-270f-44d9-b594-c337efdf5bc1 X-Archives-Hash: 67e8e1f6590bcbfd10ba10c8adf84821 commit: e957a638b5b2c4b5083ba7f48a2d7b67d3c20f79 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Tue Nov 7 19:06:43 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Nov 9 18:01:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e957a638 net-libs/orcania: drop 2.3.2 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-libs/orcania/Manifest | 1 - net-libs/orcania/orcania-2.3.2.ebuild | 51 ----------------------------------- 2 files changed, 52 deletions(-) diff --git a/net-libs/orcania/Manifest b/net-libs/orcania/Manifest index 525065b3f6..c5830ab95b 100644 --- a/net-libs/orcania/Manifest +++ b/net-libs/orcania/Manifest @@ -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 diff --git a/net-libs/orcania/orcania-2.3.2.ebuild b/net-libs/orcania/orcania-2.3.2.ebuild deleted file mode 100644 index 864328810a..0000000000 --- a/net-libs/orcania/orcania-2.3.2.ebuild +++ /dev/null @@ -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 -}