emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46816: closed ([PATCH Added capstone 4.] gnu: capstone: Update to 4.


From: GNU bug Tracking System
Subject: bug#46816: closed ([PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2.)
Date: Sun, 28 Feb 2021 10:19:01 +0000

Your message dated Sun, 28 Feb 2021 11:18:37 +0100
with message-id <YDtt/Z5AQoqt27hR@jurong>
and subject line Re: [bug#46816] DO NOT MERGE
has caused the debbugs.gnu.org bug report #46816,
regarding [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46816: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46816
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH Added capstone 4.] gnu: capstone: Update to 4.0.2. Date: Sat, 27 Feb 2021 11:25:45 -0600
---
 gnu/packages/engineering.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4987377840..367e139aff 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1501,23 +1501,24 @@ bindings for Python, Java, OCaml and more.")
    (version "4.0.2")
    (source
     (origin
-     (method url-fetch)
-     (uri (string-append "https://github.com/aquynh/capstone";
-                         "/archive/" version ".tar.gz"))
+      (method git-fetch)
+      (uri (git-reference
+             (url "https://github.com/aquynh/capstone";)
+             (commit version)))
+     (file-name (git-file-name name version))
      (sha256
       (base32
-       "0sjjbqps48az4map0kmai7j7dak3gy0xcq0sgx8fg09g0acdg0bw"))))
+       "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w"))))
    (build-system cmake-build-system)
    (arguments
-    `(#:build-type "Release"
-      #:tests? #t))
+    `(#:build-type "Release"))
    (home-page "https://www.capstone-engine.org";)
-   (synopsis "Lightweight multi-platform, multi-architecture disassembly 
framework")
+   (synopsis "Lightweight multi-architecture disassembly framework")
    (description
-    "Capstone is a lightweight multi-platform, multi-architecture disassembly
-framework. Capstone can disassemble machine code for many supported
-architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and
-xcore. It provides bindings for Python, Java, OCaml and more.")
+    "Capstone is a lightweight multi-architecture disassembly framework.
+Capstone can disassemble machine code for many supported architectures such as
+x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore.  It provides
+bindings for Python, Java, OCaml and more.")
    (license license:bsd-3)))
 
 ;; FIXME: This package has a timestamp embedded in
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46816] DO NOT MERGE Date: Sun, 28 Feb 2021 11:18:37 +0100
Hello,

one can close the bug by sending a message to
   46816-done@debbugs.gnu.org

Done for now,

Andreas



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]