Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] racer: remove package
@ 2022-12-06 15:14 sgn
  2022-12-06 21:44 ` kruceter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2022-12-06 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages racer-remove
https://github.com/void-linux/void-packages/pull/40929

racer: remove package
racer 2.0.x failed to be compiled
racer 2.1+ requires Rust Nightly
upstream suggested to use rust-analyzer

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/40929.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-racer-remove-40929.patch --]
[-- Type: text/x-diff, Size: 1481 bytes --]

From 766658fbce6220db12e69babe8e88e9de0156501 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 6 Dec 2022 09:11:11 +0700
Subject: [PATCH] racer: remove package

racer 2.0.x failed to be compiled
racer 2.1+ requires Rust Nightly
---
 srcpkgs/racer/template | 20 --------------------
 srcpkgs/racer/update   |  1 -
 2 files changed, 21 deletions(-)
 delete mode 100644 srcpkgs/racer/template
 delete mode 100644 srcpkgs/racer/update

diff --git a/srcpkgs/racer/template b/srcpkgs/racer/template
deleted file mode 100644
index f5172e1eb5f9..000000000000
--- a/srcpkgs/racer/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'racer'
-pkgname=racer
-version=2.0.14
-revision=2
-build_style=cargo
-short_desc="Utility intended to provide Rust code completion for editors and IDEs"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/racer-rust/racer"
-distfiles="https://github.com/racer-rust/racer/archive/${version}.tar.gz"
-checksum=0442721c01ae4465843cb73b24f6caa0127c3308d72b944ad75736164756e522
-
-pre_build() {
-	# default version too old for ppc musl systems
-	cargo update --package libc --precise 0.2.66
-}
-
-post_install() {
-	vlicense LICENSE-MIT LICENSE
-}
diff --git a/srcpkgs/racer/update b/srcpkgs/racer/update
deleted file mode 100644
index d3401576943c..000000000000
--- a/srcpkgs/racer/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="2.07"

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

* Re: racer: remove package
  2022-12-06 15:14 [PR PATCH] racer: remove package sgn
@ 2022-12-06 21:44 ` kruceter
  2022-12-07  1:12 ` sgn
  2022-12-13 14:04 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: kruceter @ 2022-12-06 21:44 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/40929#issuecomment-1340050149

Comment:
While you are at it, why not add racer to `removed-packages` just in case?

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

* Re: racer: remove package
  2022-12-06 15:14 [PR PATCH] racer: remove package sgn
  2022-12-06 21:44 ` kruceter
@ 2022-12-07  1:12 ` sgn
  2022-12-13 14:04 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-07  1:12 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40929#issuecomment-1340238394

Comment:
`removed-packages` is for something that blocks upgrade, this package doesn't

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

* Re: [PR PATCH] [Merged]: racer: remove package
  2022-12-06 15:14 [PR PATCH] racer: remove package sgn
  2022-12-06 21:44 ` kruceter
  2022-12-07  1:12 ` sgn
@ 2022-12-13 14:04 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-12-13 14:04 UTC (permalink / raw)
  To: ml

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

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

racer: remove package
https://github.com/void-linux/void-packages/pull/40929

Description:
racer 2.0.x failed to be compiled
racer 2.1+ requires Rust Nightly
upstream suggested to use rust-analyzer

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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:[~2022-12-13 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 15:14 [PR PATCH] racer: remove package sgn
2022-12-06 21:44 ` kruceter
2022-12-07  1:12 ` sgn
2022-12-13 14:04 ` [PR PATCH] [Merged]: " sgn

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