Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flint: change name to flint-checker
@ 2021-03-29 14:35 dkwo
  0 siblings, 0 replies; only message in thread
From: dkwo @ 2021-03-29 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages cleanup
https://github.com/void-linux/void-packages/pull/29854

flint: change name to flint-checker
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
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/29854.patch is attached

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

From 38f594591edf40c7a7e59b24d4bafe1c268fd57b Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Mon, 29 Mar 2021 16:26:46 +0200
Subject: [PATCH] flint: change name to flint-checker

---
 srcpkgs/{flint => flint-checker}/template | 10 ++++++----
 srcpkgs/removed-packages/template         |  3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)
 rename srcpkgs/{flint => flint-checker}/template (76%)

diff --git a/srcpkgs/flint/template b/srcpkgs/flint-checker/template
similarity index 76%
rename from srcpkgs/flint/template
rename to srcpkgs/flint-checker/template
index 9a6b0d8c0aac..d4933635a5d0 100644
--- a/srcpkgs/flint/template
+++ b/srcpkgs/flint-checker/template
@@ -1,16 +1,18 @@
-# Template file for 'flint'
-pkgname=flint
+# Template file for 'flint-checker'
+pkgname=flint-checker
 version=0.1.0
-revision=9
+revision=10
+wrksrc=flint-${version}
 build_style=go
+go_import_path="github.com/pengwynn/flint"
 hostmakedepends="git"
 short_desc="Check your project for common sources of contributor friction"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
-go_import_path="github.com/pengwynn/flint"
 homepage="https://github.com/pengwynn/flint"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
+replaces="flint<=${version}_${revision}"
 
 post_install() {
 	vlicense LICENSE.md
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 342c036a14aa..767c206efa03 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=38
+revision=39
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -61,6 +61,7 @@ replaces="
  electron7<=7.3.3_1
  enventor<=1.0.0_2
  epstopdf<=2.27_3
+ flint<=0.1.0_9
  fontmatrix<=0.6.0.20171228_2
  gegl3<=0.3.28_2
  gens-gs<=2.16.7_2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-29 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 14:35 [PR PATCH] flint: change name to flint-checker dkwo

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