From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 12:31:46 2022 Received: (at 54299) by debbugs.gnu.org; 8 Mar 2022 17:31:46 +0000 Received: from localhost ([127.0.0.1]:57633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgX-0007RV-SS for submit@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:46 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:51736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRdgT-0007P5-0E for 54299@debbugs.gnu.org; Tue, 08 Mar 2022 12:31:41 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KCj6v1VCPz9sbG for <54299@debbugs.gnu.org>; Tue, 8 Mar 2022 18:31:35 +0100 (CET) From: Till Robin Zickel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=illegalaliensfrom.space; s=MBO0001; t=1646760694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5S6uy28oFbrvAI7FwTquZ8nBXckbAnGLPL89c7ip+YE=; b=YsnD1Wz19PayaA0wnbL96tYffmu3KFQi2+zjoVTdtlO9odRBY2U9RHYd2a+rQS4rUXbCF3 RhQehI1MbD2NZEsWm+skHlND6Qxr2bz33TQzOLE280huiGT7M3dSWxoK9HCFbs7JW1ltxz dk/RZ28Fhazc7rydSDwqPAaC3tzoVHrNOZsnZqhB7UEI48vue7uajKkQZZyWf/YUU8LUI0 Aogt4aaRlRaadMhdOhldy5WfRfu66+qqaAvodyPFBNtYONH6+1bIpLxX/u2k60Kyfvp7d/ eKLS+vSK6YSef/LJQU61LoheFVqHk2lYtKGveEeIFztJg8rHaN4PP/jHSMT7sA== To: 54299@debbugs.gnu.org Subject: [PATCH 09/27] added rust-ndk-context@0.1 Date: Tue, 8 Mar 2022 18:31:09 +0100 Message-Id: <20220308173127.21218-8-trzickel@illegalaliensfrom.space> In-Reply-To: <20220308173127.21218-1-trzickel@illegalaliensfrom.space> References: <20220308173127.21218-1-trzickel@illegalaliensfrom.space> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 633123bc72..57039afa79 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -36498,6 +36498,26 @@ (def [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [80.241.56.171 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [80.241.56.171 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: illegalaliensfrom.space (space)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 54299 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 633123bc72..57039afa79 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -36498,6 +36498,26 @@ (define-public rust-ndk-sys-0.2 (description "This package provides FFI bindings for the Android NDK.") (license (list license:expat license:asl2.0)))) +(define-public rust-ndk-context-0.1 + (package + (name "rust-ndk-context") + (version "0.1.0") + (source (origin + (method url-fetch) + (uri (crate-uri "ndk-context" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "112q689zc4338xmj55a8nxdlkjmrw34s3xkpy3l1zqiphv35qg2f")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t)) + (home-page "https://github.com/rust-windowing/android-ndk-rs") + (synopsis "Rust on Android") + (description + "Collection of libraries and tools for Rust programming on Android targets") + (license (list license:expat license:asl2.0)))) + (define-public rust-neli-0.4 (package (name "rust-neli") -- 2.34.0