public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/open62541/
Date: Mon,  3 Jun 2024 19:47:02 +0000 (UTC)	[thread overview]
Message-ID: <1717443048.e29e4f1844dd59f927501551b4a4173a47c76703.KurtKanzenbach@gentoo> (raw)

commit:     e29e4f1844dd59f927501551b4a4173a47c76703
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Mon Jun  3 19:30:48 2024 +0000
Commit:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Mon Jun  3 19:30:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e29e4f18

dev-libs/open62541: drop 1.4.0

Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>

 dev-libs/open62541/Manifest               |  1 -
 dev-libs/open62541/open62541-1.4.0.ebuild | 82 -------------------------------
 2 files changed, 83 deletions(-)

diff --git a/dev-libs/open62541/Manifest b/dev-libs/open62541/Manifest
index 80e8a4845..203351ffb 100644
--- a/dev-libs/open62541/Manifest
+++ b/dev-libs/open62541/Manifest
@@ -1,2 +1 @@
-DIST open62541-1.4.0.tar.gz 4193601 BLAKE2B 9285c2e8e7d59c306d575579b7935881536c3b2b4d1765a3fb2b6e342540dcae4b65662e2672641b446b0f4d737692af21f62efe497a83fbe42a400bd18f0048 SHA512 2c0a3caea48d4708f37cc084ee8d683a02190f4402fd51bbd5cba763bfab8afa92ecbfb129aa4cfa94930a785ab6037fc4b71de363a374b8952e483464c5e7d3
 DIST open62541-1.4.1.tar.gz 4191270 BLAKE2B 6d186eee099803a1501642ad4dd78d196a0b9e51bdc2f426ed4b8a7efea9939b05ec3d21f0cbaf87289d983168084080df530405d5b71f409feb25ab614e3c95 SHA512 e0a2f9e748ee1b27b0bd400d56b6e90602d545c7a5c794ba9a1ccd1ab15bde3c2908440ec1662b4a6980b9e7ffcf532018f8894821405f8edbd5f0168ca4ccf3

diff --git a/dev-libs/open62541/open62541-1.4.0.ebuild b/dev-libs/open62541/open62541-1.4.0.ebuild
deleted file mode 100644
index 7fc876bf8..000000000
--- a/dev-libs/open62541/open62541-1.4.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="Open source C implementation of OPC UA"
-HOMEPAGE="https://www.open62541.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc encryption examples mbedtls pubsub openssl tools"
-# Requires network access
-RESTRICT="test"
-
-REQUIRED_USE="
-	${PYTHON_REQUIRED_USE}
-	encryption? ( || ( mbedtls openssl ) )
-"
-
-BDEPEND="
-	${PYTHON_DEPS}
-	virtual/pkgconfig
-	doc? (
-		media-gfx/graphviz
-		$(python_gen_cond_dep '
-			dev-python/sphinx[${PYTHON_USEDEP}]
-			dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
-		')
-	)
-"
-DEPEND="
-	mbedtls? ( net-libs/mbedtls:= )
-	openssl? ( dev-libs/openssl:0= )
-"
-RDEPEND="
-	${PYTHON_DEPS}
-	${DEPEND}
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_SHARED_LIBS=ON
-		-DOPEN62541_VERSION=v${PV}
-		-DUA_BUILD_EXAMPLES=OFF
-		-DUA_BUILD_TOOLS=$(usex tools)
-		-DUA_BUILD_UNIT_TESTS=OFF
-		-DUA_ENABLE_PUBSUB=$(usex pubsub)
-		-DUA_FORCE_WERROR=OFF
-	)
-
-	if use encryption; then
-		use mbedtls && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=MBEDTLS)
-		use openssl && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=OPENSSL)
-	fi
-
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-	use doc && cmake_build doc
-}
-
-src_install() {
-	use doc && local HTML_DOCS=( "${WORKDIR}"/${P}_build/doc/. )
-	cmake_src_install
-
-	if use examples; then
-		docompress -x /usr/share/doc/${PF}/examples
-		dodoc -r examples/
-	fi
-}
-
-src_test() {
-	cmake_src_test -j1
-}


             reply	other threads:[~2024-06-03 19:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 19:47 Kurt Kanzenbach [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12  9:38 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/open62541/ Kurt Kanzenbach
2024-10-12  9:38 Kurt Kanzenbach
2024-10-07 20:16 Kurt Kanzenbach
2024-10-07 20:16 Kurt Kanzenbach
2024-09-07 19:36 Kurt Kanzenbach
2024-09-07 19:36 Kurt Kanzenbach
2024-08-06 17:50 Kurt Kanzenbach
2024-08-06 17:50 Kurt Kanzenbach
2024-07-23 20:58 Lucio Sauer
2024-07-23 20:58 Lucio Sauer
2024-07-14 17:05 Kurt Kanzenbach
2024-07-14 17:05 Kurt Kanzenbach
2024-06-10 18:36 Kurt Kanzenbach
2024-06-10 18:36 Kurt Kanzenbach
2024-06-03 19:47 Kurt Kanzenbach
2024-04-14 15:09 Kurt Kanzenbach
2023-12-20  9:28 Kurt Kanzenbach
2023-12-20  9:28 Kurt Kanzenbach
2023-10-14 11:41 Kurt Kanzenbach
2023-10-14 11:41 Kurt Kanzenbach
2023-09-22  7:58 Kurt Kanzenbach
2023-09-22  7:58 Kurt Kanzenbach
2023-09-22  7:58 Kurt Kanzenbach
2023-05-18 10:02 Kurt Kanzenbach
2023-05-18 10:02 Kurt Kanzenbach
2022-08-18 19:00 Kurt Kanzenbach
2022-06-25  7:51 Kurt Kanzenbach
2022-06-25  7:51 Kurt Kanzenbach
2021-05-24  8:52 Kurt Kanzenbach
2021-04-08 17:18 Kurt Kanzenbach
2020-05-30  8:36 Kurt Kanzenbach
2020-05-01  9:31 Kurt Kanzenbach
2020-05-01  9:31 Kurt Kanzenbach
2020-04-25  0:37 Alessandro Barbieri
2020-04-04 12:07 Kurt Kanzenbach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717443048.e29e4f1844dd59f927501551b4a4173a47c76703.KurtKanzenbach@gentoo \
    --to=kurt@kmk-computers.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox