Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dynamips/
Date: Mon, 14 Jan 2019 09:55:17
Message-Id: 1547459692.f771771c5e0e8e409d0dc3f118d7ac02a5db8ac0.pinkbyte@gentoo
1 commit: f771771c5e0e8e409d0dc3f118d7ac02a5db8ac0
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 09:53:53 2019 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 09:54:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f771771c
7
8 app-emulation/dynamips: drop old
9
10 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 app-emulation/dynamips/Manifest | 1 -
14 app-emulation/dynamips/dynamips-0.2.14-r1.ebuild | 41 -----------------------
15 app-emulation/dynamips/dynamips-0.2.14-r2.ebuild | 42 ------------------------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/app-emulation/dynamips/Manifest b/app-emulation/dynamips/Manifest
19 index 49458378e13..26e0ee3e5ed 100644
20 --- a/app-emulation/dynamips/Manifest
21 +++ b/app-emulation/dynamips/Manifest
22 @@ -1,2 +1 @@
23 -DIST dynamips-0.2.14-source.zip 961813 BLAKE2B 71da393bfd5624ad47eda578eafd0f5b8b535d9a93c3ebc8902901c0415168098bb27ea44e92cbb230d0cf2ebb904311665978f1b30e6d35c7792b813a5cd8d2 SHA512 8c3d85998a61cae1e3e82501a00e886c954686f9a19a44acb7dee8b13911c0155ce2cdfecbdc41ed5d279266abdf77a5c3f2753fde12217b138313ffa46dabf8
24 DIST dynamips-0.2.18.tar.gz 833554 BLAKE2B 8152b436e8fc43061c5603a44ceae8feebdd4593649d2fb6a1814ca22cfce2f671f6f98df5f03ee6eeef10cf09fc444d406edd8d3b4a6037a89cf0e8301774ac SHA512 d66e32d72ecc9ebff5232377ac9aa5b966ceb08884cc7f8dc4a8cf3f56305e7cefd677624ba66278f6603a3b275c384bd0ff3905932461b1f8056106cd272a4c
25
26 diff --git a/app-emulation/dynamips/dynamips-0.2.14-r1.ebuild b/app-emulation/dynamips/dynamips-0.2.14-r1.ebuild
27 deleted file mode 100644
28 index 792a84e1a96..00000000000
29 --- a/app-emulation/dynamips/dynamips-0.2.14-r1.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit cmake-utils
38 -
39 -DESCRIPTION="Cisco 7200/3600 Simulator"
40 -HOMEPAGE="http://www.gns3.net/dynamips/"
41 -SRC_URI="mirror://sourceforge/project/gns-3/Dynamips/${PV}/${P}-source.zip"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -IUSE="ipv6"
48 -
49 -RDEPEND="dev-libs/elfutils
50 - net-libs/libpcap"
51 -DEPEND="${RDEPEND}
52 - app-arch/unzip"
53 -
54 -DOCS=( ChangeLog README RELEASE-NOTES )
55 -
56 -S="${WORKDIR}"
57 -
58 -PATCHES=( "${FILESDIR}/${PV}-docs.patch" )
59 -
60 -src_prepare() {
61 - # comment out DYNAMIPS_FLAGS to respect CFLAGS
62 - sed -e "s:^set ( DYNAMIPS_FLAGS:#&:" -i cmake/dependencies.cmake || die
63 -
64 - cmake-utils_src_prepare
65 -}
66 -
67 -src_configure() {
68 - local mycmakeargs=(
69 - $(cmake-utils_use_enable ipv6 IPV6)
70 - )
71 - cmake-utils_src_configure
72 -}
73
74 diff --git a/app-emulation/dynamips/dynamips-0.2.14-r2.ebuild b/app-emulation/dynamips/dynamips-0.2.14-r2.ebuild
75 deleted file mode 100644
76 index 709519ab927..00000000000
77 --- a/app-emulation/dynamips/dynamips-0.2.14-r2.ebuild
78 +++ /dev/null
79 @@ -1,42 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit cmake-utils
86 -
87 -DESCRIPTION="Cisco 7200/3600 Simulator"
88 -HOMEPAGE="http://www.gns3.net/dynamips/"
89 -SRC_URI="mirror://sourceforge/project/gns-3/Dynamips/${PV}/${P}-source.zip"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -
95 -IUSE="ipv6"
96 -
97 -RDEPEND="dev-libs/elfutils
98 - net-libs/libpcap"
99 -DEPEND="${RDEPEND}
100 - app-arch/unzip"
101 -
102 -DOCS=( ChangeLog README RELEASE-NOTES )
103 -
104 -S="${WORKDIR}"
105 -
106 -PATCHES=( "${FILESDIR}/${PV}-docs.patch" )
107 -
108 -src_prepare() {
109 - # comment out DYNAMIPS_FLAGS to respect CFLAGS
110 - sed -e "s:^set ( DYNAMIPS_FLAGS:#&:" -i cmake/dependencies.cmake || die
111 -
112 - cmake-utils_src_prepare
113 -}
114 -
115 -src_configure() {
116 - local mycmakeargs=(
117 - -DANY_COMPILER=1
118 - -DENABLE_IPV6="$(usex ipv6)"
119 - )
120 - cmake-utils_src_configure
121 -}