diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-30 00:44:40 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-30 09:53:41 +0200 |
| commit | 22b6fb35284e9aec2a7eb72473b3d81e25d18f6c (patch) | |
| tree | ac96b0a12c8df8537f20b5151b5ab5837f351dae /app-emulation/dynamips/dynamips-0.2.21.ebuild | |
| parent | 310835392951b46ecfb1e5fa32d4278007cd0b5f (diff) | |
| download | gentoo-22b6fb35284e9aec2a7eb72473b3d81e25d18f6c.tar.gz gentoo-22b6fb35284e9aec2a7eb72473b3d81e25d18f6c.tar.bz2 gentoo-22b6fb35284e9aec2a7eb72473b3d81e25d18f6c.zip | |
app-emulation/dynamips: drop 0.2.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation/dynamips/dynamips-0.2.21.ebuild')
| -rw-r--r-- | app-emulation/dynamips/dynamips-0.2.21.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-emulation/dynamips/dynamips-0.2.21.ebuild b/app-emulation/dynamips/dynamips-0.2.21.ebuild deleted file mode 100644 index ad971daa108b..000000000000 --- a/app-emulation/dynamips/dynamips-0.2.21.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -IUSE="ipv6" - -BDEPEND="app-arch/unzip" -RDEPEND=" - dev-libs/elfutils - net-libs/libpcap" -DEPEND="${RDEPEND}" - -DOCS=( ChangeLog README.md 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="$(usex ipv6)" - ) - cmake_src_configure -} |
