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 52CF415802F for ; Sat, 1 Apr 2023 19:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7614E0837; Sat, 1 Apr 2023 19:39:46 +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 7A800E0837 for ; Sat, 1 Apr 2023 19:39:46 +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 AAD31340EE5 for ; Sat, 1 Apr 2023 19:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8C0A24 for ; Sat, 1 Apr 2023 19:39:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1680376708.f96bf8a18579e5d949389b96ed008a4fa99a9218.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dynamips/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/dynamips/Manifest app-emulation/dynamips/dynamips-0.2.23.ebuild X-VCS-Directories: app-emulation/dynamips/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f96bf8a18579e5d949389b96ed008a4fa99a9218 X-VCS-Branch: master Date: Sat, 1 Apr 2023 19:39:42 +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: dffa51b9-860a-4904-b064-5654ff2fbb69 X-Archives-Hash: 42ff6df09ca77cf12e137ebd114dac6e commit: f96bf8a18579e5d949389b96ed008a4fa99a9218 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Mar 11 09:25:03 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 1 19:18:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96bf8a1 app-emulation/dynamips: version bump (0.2.23), EAPI8 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/dynamips/Manifest | 1 + app-emulation/dynamips/dynamips-0.2.23.ebuild | 38 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-emulation/dynamips/Manifest b/app-emulation/dynamips/Manifest index 4c2341a41c36..f644cb6f154c 100644 --- a/app-emulation/dynamips/Manifest +++ b/app-emulation/dynamips/Manifest @@ -1 +1,2 @@ DIST dynamips-0.2.21.tar.gz 833863 BLAKE2B a3162de26839a4c99fd1f147fe0a12e04f4b225b6539aa1599550c40c6a9e21deed950b47f7afbbc1cfbe2f61a351a4185a18f56c4b63c191eccc7122e2c0115 SHA512 c7251963897b65ed5696f47f03be727cea79fe2245850c86fa6b4d8718afa10002b1e39bccefe1c7f2ba86fe6b8f52fe8663ee34f72ca3d9f846522b9b9b4d29 +DIST dynamips-0.2.23.tar.gz 835736 BLAKE2B 5ea57ffbcd289a3982d873dace5bda8941209d7a0f2e36bc0cc4266c59e266f8277a215580487fb70a505eb133672247aa76d7e41124516eb67e40b999bcd67c SHA512 b68af39cd66f10555d860437f55e63887aefdb5a949bacacf3a308cc0c4eaaab3bb9a496c5ac32fd19d3920bada807bff2af8eb66b01d8d735419fec5d134746 diff --git a/app-emulation/dynamips/dynamips-0.2.23.ebuild b/app-emulation/dynamips/dynamips-0.2.23.ebuild new file mode 100644 index 000000000000..1a0741cc4406 --- /dev/null +++ b/app-emulation/dynamips/dynamips-0.2.23.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Cisco 7200/3600 Simulator" +HOMEPAGE="https://github.com/GNS3/dynamips" +SRC_URI="https://github.com/GNS3/dynamips/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/elfutils + net-libs/libpcap" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog README.md README.hypervisor RELEASE-NOTES ) + +PATCHES=( "${FILESDIR}/${PN}-0.2.18-docs.patch" ) + +src_prepare() { + # comment out DYNAMIPS_FLAGS to respect CFLAGS + sed -e "s:^set ( DYNAMIPS_FLAGS:#&:" -i cmake/dependencies.cmake || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DANY_COMPILER=1 + -DENABLE_IPV6=yes + ) + cmake_src_configure +}