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 A03AC138335 for ; Mon, 4 Mar 2019 03:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9268EE0880; Mon, 4 Mar 2019 03:14:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 699CCE0880 for ; Mon, 4 Mar 2019 03:14:23 +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 F1EC7335CDB for ; Mon, 4 Mar 2019 03:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C634F55E for ; Mon, 4 Mar 2019 03:14:18 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551669066.2f9bc58ce2e55af06b456818744b39b04c6c0b74.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dynamips/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/dynamips/files/0.2.14-docs.patch X-VCS-Directories: app-emulation/dynamips/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2f9bc58ce2e55af06b456818744b39b04c6c0b74 X-VCS-Branch: master Date: Mon, 4 Mar 2019 03:14:18 +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: 8bc9f438-a630-4d6d-9a86-cfe44fb04fc4 X-Archives-Hash: a3bfe1d86b737bf4861c9ad23a6ac1a4 commit: 2f9bc58ce2e55af06b456818744b39b04c6c0b74 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 3 15:53:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 4 03:11:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9bc58c app-emulation/dynamips: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11234 Signed-off-by: Aaron Bauman gentoo.org> app-emulation/dynamips/files/0.2.14-docs.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-emulation/dynamips/files/0.2.14-docs.patch b/app-emulation/dynamips/files/0.2.14-docs.patch deleted file mode 100644 index 0572a04c482..00000000000 --- a/app-emulation/dynamips/files/0.2.14-docs.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/CMakeLists.txt 2014-11-28 14:51:14.375913296 +0900 -+++ b/CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900 -@@ -37,16 +37,6 @@ - add_subdirectory ( stable ) - add_subdirectory ( unstable ) - --install_docs ( -- "ChangeLog" -- "COPYING" -- "MAINTAINERS" -- "README" -- "README.hypervisor" -- "RELEASE-NOTES" -- "TODO" -- ) -- - # uninstall target - leaves behind any directory created during install - set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" ) - set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" ) -