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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFE9113835A for ; Sun, 4 Apr 2021 18:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C4F6E0844; Sun, 4 Apr 2021 18:55:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FDEEE085A for ; Sun, 4 Apr 2021 18:55:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 319A6335CB7 for ; Sun, 4 Apr 2021 18:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F1163E for ; Sun, 4 Apr 2021 18:55:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562505.ab2e14153ec6c76ede196d086d76e2771683f266.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-server/gns3-server-2.2.17.ebuild net-misc/gns3-server/gns3-server-2.2.19.ebuild X-VCS-Directories: net-misc/gns3-server/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab2e14153ec6c76ede196d086d76e2771683f266 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:22 +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: e521c126-01e5-4f35-b7e2-77379de78dd0 X-Archives-Hash: db706ec7ea52279eaef276dd1dcbb95d commit: ab2e14153ec6c76ede196d086d76e2771683f266 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:27:00 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2e1415 net-misc/gns3-server: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/gns3-server/gns3-server-2.2.17.ebuild | 5 +---- net-misc/gns3-server/gns3-server-2.2.19.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/net-misc/gns3-server/gns3-server-2.2.17.ebuild b/net-misc/gns3-server/gns3-server-2.2.17.ebuild index b014c21ebf6..36b02014f94 100644 --- a/net-misc/gns3-server/gns3-server-2.2.17.ebuild +++ b/net-misc/gns3-server/gns3-server-2.2.17.ebuild @@ -54,14 +54,11 @@ python_install() { } pkg_postinst() { - elog "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality." - elog "" - elog "The following is a list of packages that can be added:" optfeature "QEMU Support" "app-emulation/qemu" optfeature "Virtualbox Support" "app-emulation/virtualbox" optfeature "Docker Support" "app-emulation/docker" optfeature "Wireshark Support" "net-analyzer/wireshark" - elog "" + elog elog "The following packages are currently unsupported:" elog "iouyap and vpcs" } diff --git a/net-misc/gns3-server/gns3-server-2.2.19.ebuild b/net-misc/gns3-server/gns3-server-2.2.19.ebuild index 74edb61d0a6..c02bcf1c799 100644 --- a/net-misc/gns3-server/gns3-server-2.2.19.ebuild +++ b/net-misc/gns3-server/gns3-server-2.2.19.ebuild @@ -54,14 +54,11 @@ python_install() { } pkg_postinst() { - elog "net-misc/gns3-server has several optional packages that must be merged manually for additional functionality." - elog "" - elog "The following is a list of packages that can be added:" optfeature "QEMU Support" "app-emulation/qemu" optfeature "Virtualbox Support" "app-emulation/virtualbox" optfeature "Docker Support" "app-emulation/docker" optfeature "Wireshark Support" "net-analyzer/wireshark" - elog "" + elog elog "The following packages are currently unsupported:" elog "iouyap and vpcs" }