Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-edit-0.3.2
@ 2019-06-20 11:00 voidlinux-github
  2019-06-20 14:06 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-20 11:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages cargo-edit
https://github.com/void-linux/void-packages/pull/12568

New package: cargo-edit-0.3.2
The patches are required because upstream accidentally messed up the git tag (see https://github.com/killercup/cargo-edit/issues/313). They should be removed with the next update.

A patch file from https://github.com/void-linux/void-packages/pull/12568.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-edit-12568.patch --]
[-- Type: application/text/x-diff, Size: 3401 bytes --]

From 16675aa5981a4ff725d26305530aa2848b3becb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 20 Jun 2019 12:57:37 +0200
Subject: [PATCH] New package: cargo-edit-0.3.2

---
 ...001-Cargo.toml-bump-version-to-0.3.2.patch | 25 +++++++++++++++++++
 .../0002-Cargo.lock-update-to-0.3.2.patch     | 25 +++++++++++++++++++
 srcpkgs/cargo-edit/template                   | 17 +++++++++++++
 3 files changed, 67 insertions(+)
 create mode 100644 srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
 create mode 100644 srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch
 create mode 100644 srcpkgs/cargo-edit/template

diff --git a/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch b/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
new file mode 100644
index 00000000000..3b660896f57
--- /dev/null
+++ b/srcpkgs/cargo-edit/patches/0001-Cargo.toml-bump-version-to-0.3.2.patch
@@ -0,0 +1,25 @@
+From 114cc7df87209eeb6ddd550113b1a6c7e439e803 Mon Sep 17 00:00:00 2001
+From: Andronik Ordian <write@reusable.software>
+Date: Tue, 4 Jun 2019 12:23:48 +0200
+Subject: [PATCH 1/2] [Cargo.toml] bump version to 0.3.2
+
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git Cargo.toml Cargo.toml
+index 93366811..7855ca03 100644
+--- Cargo.toml
++++ Cargo.toml
+@@ -25,7 +25,7 @@ license = "Apache-2.0/MIT"
+ name = "cargo-edit"
+ readme = "README.md"
+ repository = "https://github.com/killercup/cargo-edit"
+-version = "0.3.1"
++version = "0.3.2"
+ edition = "2018"
+ 
+ [[bin]]
+-- 
+2.22.0
+
diff --git a/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch b/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch
new file mode 100644
index 00000000000..b72efc0cb03
--- /dev/null
+++ b/srcpkgs/cargo-edit/patches/0002-Cargo.lock-update-to-0.3.2.patch
@@ -0,0 +1,25 @@
+From cbc392d33781e8259d3519648c4fbb344683548a Mon Sep 17 00:00:00 2001
+From: Andronik Ordian <write@reusable.software>
+Date: Tue, 4 Jun 2019 13:04:56 +0200
+Subject: [PATCH 2/2] [Cargo.lock] update to 0.3.2
+
+---
+ Cargo.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git Cargo.lock Cargo.lock
+index 2dadd44c..f9977723 100644
+--- Cargo.lock
++++ Cargo.lock
+@@ -123,7 +123,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "cargo-edit"
+-version = "0.3.1"
++version = "0.3.2"
+ dependencies = [
+  "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+-- 
+2.22.0
+
diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
new file mode 100644
index 00000000000..40d318d8550
--- /dev/null
+++ b/srcpkgs/cargo-edit/template
@@ -0,0 +1,17 @@
+# Template file for 'cargo-edit'
+pkgname=cargo-edit
+version=0.3.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Utility for managing cargo dependencies from the command line"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/killercup/cargo-edit"
+distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
+checksum=5d239f596d67ee1ef8a71e93aa367ee40d4ae0cc9f45064105959a22727ecf95
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: New package: cargo-edit-0.3.2
  2019-06-20 11:00 [PR PATCH] New package: cargo-edit-0.3.2 voidlinux-github
@ 2019-06-20 14:06 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-20 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There's a merged pull request on the void-packages repository

New package: cargo-edit-0.3.2
https://github.com/void-linux/void-packages/pull/12568
Description: The patches are required because upstream accidentally messed up the git tag (see https://github.com/killercup/cargo-edit/issues/313). They should be removed with the next update.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 11:00 [PR PATCH] New package: cargo-edit-0.3.2 voidlinux-github
2019-06-20 14:06 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).