Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-limit-0.0.6
@ 2021-02-04 12:44 ninewise
  2021-02-16  6:42 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ninewise @ 2021-02-04 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ninewise/void-packages-1 new/cargo-limit
https://github.com/void-linux/void-packages/pull/28476

New package: cargo-limit-0.0.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I discovered this thing only last week so I haven't been testing it for a long time.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/cargo-limit-28476.patch --]
[-- Type: text/x-diff, Size: 1073 bytes --]

From c58bfee3adfb1c2d8fa666b495d35a0cf453fc7a Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Thu, 4 Feb 2021 13:40:34 +0100
Subject: [PATCH] New package: cargo-limit-0.0.6

---
 srcpkgs/cargo-limit/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/cargo-limit/template

diff --git a/srcpkgs/cargo-limit/template b/srcpkgs/cargo-limit/template
new file mode 100644
index 00000000000..d2e5ef09898
--- /dev/null
+++ b/srcpkgs/cargo-limit/template
@@ -0,0 +1,17 @@
+# Template file for 'cargo-limit'
+pkgname=cargo-limit
+version=0.0.6
+revision=1
+build_style=cargo
+short_desc="Limit cargo noise"
+maintainer="Felix Van der Jeugt <felix.vanderjeugt@posteo.net>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/alopatindev/cargo-limit"
+distfiles="https://github.com/alopatindev/cargo-limit/archive/${version}.tar.gz"
+checksum=9ac6f92d24aeec29697c281ee8f877d01ebfc34546b2b397d86ae0a37922fe88
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: New package: cargo-limit-0.0.6
  2021-02-04 12:44 [PR PATCH] New package: cargo-limit-0.0.6 ninewise
@ 2021-02-16  6:42 ` ericonr
  2021-02-16  8:09 ` ninewise
  2021-05-11  8:45 ` [PR PATCH] [Closed]: " ninewise
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-02-16  6:42 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28476#issuecomment-779623352

Comment:
Isn't someone using this likely to already have a complete rust dev environment, meaning they can for the most part build these themselves? Not sure it fully fits within quality requirements :/

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

* Re: New package: cargo-limit-0.0.6
  2021-02-04 12:44 [PR PATCH] New package: cargo-limit-0.0.6 ninewise
  2021-02-16  6:42 ` ericonr
@ 2021-02-16  8:09 ` ninewise
  2021-05-11  8:45 ` [PR PATCH] [Closed]: " ninewise
  2 siblings, 0 replies; 4+ messages in thread
From: ninewise @ 2021-02-16  8:09 UTC (permalink / raw)
  To: ml

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

New comment by ninewise on void-packages repository

https://github.com/void-linux/void-packages/pull/28476#issuecomment-779661849

Comment:
That's very likely, yes. I prefer to keep all installed applications managed by xbps, so I'd written a configuration for this anyway. And sharing is caring, so why not submit it.

Anyone using this *must* have cargo installed as well, so they could just `cargo install cargo-limit` as well.

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

* Re: [PR PATCH] [Closed]: New package: cargo-limit-0.0.6
  2021-02-04 12:44 [PR PATCH] New package: cargo-limit-0.0.6 ninewise
  2021-02-16  6:42 ` ericonr
  2021-02-16  8:09 ` ninewise
@ 2021-05-11  8:45 ` ninewise
  2 siblings, 0 replies; 4+ messages in thread
From: ninewise @ 2021-05-11  8:45 UTC (permalink / raw)
  To: ml

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

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

New package: cargo-limit-0.0.6
https://github.com/void-linux/void-packages/pull/28476

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I discovered this thing only last week so I haven't been testing it for a long time.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-11  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 12:44 [PR PATCH] New package: cargo-limit-0.0.6 ninewise
2021-02-16  6:42 ` ericonr
2021-02-16  8:09 ` ninewise
2021-05-11  8:45 ` [PR PATCH] [Closed]: " ninewise

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).