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 3C1F8138330 for ; Sun, 11 Sep 2016 08:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1D0E0BE1; Sun, 11 Sep 2016 08:56:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FF3CE0BE1 for ; Sun, 11 Sep 2016 08:56:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B178B340943 for ; Sun, 11 Sep 2016 08:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE09248B for ; Sun, 11 Sep 2016 08:56:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1473584064.e704024722a56b71f349c0cd30c848494983ba61.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dynd-python/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dynd-python/files/dynd-python-0.6.0-out-of-git-versioning.patch X-VCS-Directories: dev-python/dynd-python/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e704024722a56b71f349c0cd30c848494983ba61 X-VCS-Branch: master Date: Sun, 11 Sep 2016 08:56:21 +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-Archives-Salt: f82322cb-11d9-4619-a219-c8184cec8640 X-Archives-Hash: f26f9f1dd9b9568d6a55a4877052ee96 commit: e704024722a56b71f349c0cd30c848494983ba61 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Sep 10 17:10:10 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 11 08:54:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7040247 dev-python/dynd-python: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert gentoo.org> .../files/dynd-python-0.6.0-out-of-git-versioning.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/dynd-python/files/dynd-python-0.6.0-out-of-git-versioning.patch b/dev-python/dynd-python/files/dynd-python-0.6.0-out-of-git-versioning.patch deleted file mode 100644 index 003091d..00000000 --- a/dev-python/dynd-python/files/dynd-python-0.6.0-out-of-git-versioning.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- CMakeLists.txt.orig 2014-02-10 18:35:07.332899916 -0800 -+++ CMakeLists.txt 2014-02-10 18:38:03.220956236 -0800 -@@ -86,8 +86,8 @@ - endif() - - # Get the git revision --get_git_head_revision("${CMAKE_CURRENT_SOURCE_DIR}" GIT_REFSPEC DYND_PYTHON_GIT_SHA1) --git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_PYTHON_VERSION_STRING --dirty --match "v[0-9]*") -+set(DYND_PYTHON_GIT_SHA1 "2eaece194769aa55b505274692bfaafa4ef68ac6") -+set(DYND_PYTHON_VERSION_STRING "v0.6.0") - message(STATUS "DyND-Python version: ${DYND_PYTHON_VERSION_STRING}") - configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/src/git_version.cpp.in"