public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsc/files/
Date: Wed, 21 Jun 2023 11:51:53 +0000 (UTC)	[thread overview]
Message-ID: <1687348269.6400ea432d0140e586d7b1c50951d38b3aa3a0d8.andrewammerlaan@gentoo> (raw)

commit:     6400ea432d0140e586d7b1c50951d38b3aa3a0d8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 20 10:47:44 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 11:51:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6400ea43

sci-libs/libsc: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/libsc/files/libsc-9999-set_version.patch | 44 -----------------------
 1 file changed, 44 deletions(-)

diff --git a/sci-libs/libsc/files/libsc-9999-set_version.patch b/sci-libs/libsc/files/libsc-9999-set_version.patch
deleted file mode 100644
index 0820b001d8cd..000000000000
--- a/sci-libs/libsc/files/libsc-9999-set_version.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff --git a/cmake/git.cmake b/cmake/git.cmake
-index dd6009e..7c5c8f3 100644
---- a/cmake/git.cmake
-+++ b/cmake/git.cmake
-@@ -1,36 +1,3 @@
- # --- extract version from Git
- 
--set(PROJECT_VERSION 0.0.0)
--find_program(GIT_VERSION_GEN NAMES git-version-gen
--             PATHS ${CMAKE_SOURCE_DIR}/build-aux NO_DEFAULT_PATH)
--if(GIT_VERSION_GEN)
--  execute_process(COMMAND ${GIT_VERSION_GEN} .tarball_version
--    WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
--    RESULT_VARIABLE _err
--    OUTPUT_VARIABLE git_version
--    OUTPUT_STRIP_TRAILING_WHITESPACE)
--endif()
--if(_err EQUAL 0)
--  if(git_version MATCHES
--                 "^(0|[1-9][0-9]*)[.](0|[1-9][0-9]*)[.](0|[1-9][0-9]*)[.].*")
--    set(_major "${CMAKE_MATCH_1}")
--    set(_minor "${CMAKE_MATCH_2}")
--    set(_patch "${CMAKE_MATCH_3}")
--    set(PROJECT_VERSION ${_major}.${_minor}.${_patch}.999)
--  elseif(git_version MATCHES
--                 "^(0|[1-9][0-9]*)[.](0|[1-9][0-9]*)[.](0|[1-9][0-9]*)")
--    set(_major "${CMAKE_MATCH_1}")
--    set(_minor "${CMAKE_MATCH_2}")
--    set(_patch "${CMAKE_MATCH_3}")
--    set(PROJECT_VERSION ${_major}.${_minor}.${_patch})
--  elseif(git_version MATCHES
--                 "^(0|[1-9][0-9]*)[.](0|[1-9][0-9]*)")
--    set(_major "${CMAKE_MATCH_1}")
--    set(_minor "${CMAKE_MATCH_2}")
--    set(PROJECT_VERSION ${_major}.${_minor})
--  elseif(git_version MATCHES
--                 "^(0|[1-9][0-9]*)")
--    set(_major "${CMAKE_MATCH_1}")
--    set(PROJECT_VERSION ${_major})
--  endif()
--endif()
-+set(PROJECT_VERSION 9999.0.0)
-
-


             reply	other threads:[~2023-06-21 11:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-21 11:51 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-18 10:19 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsc/files/ Andrew Ammerlaan
2022-02-22 18:59 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687348269.6400ea432d0140e586d7b1c50951d38b3aa3a0d8.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox