Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dnote-cli: remove package.
@ 2021-02-19  2:17 ericonr
  2021-03-01 20:12 ` [PR PATCH] [Updated] " ericonr
  2021-03-01 20:12 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: ericonr @ 2021-02-19  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages remove7
https://github.com/void-linux/void-packages/pull/28872

dnote-cli: remove package.
Package hasn't been maintained for a long time, upstream is at version
0.12.0. Even upstream's move to Go modules didn't lead to an update.

@Vaelatern feel free to push an update instead, otherwise I think the package should be removed.

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

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

From 996bb0150054e0b5ba9cb9ef993c891e887a46da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 18 Feb 2021 23:14:33 -0300
Subject: [PATCH] dnote-cli: remove package.

Package hasn't been maintained for a long time, upstream is at version
0.12.0. Even upstream's move to Go modules didn't lead to an update.
---
 srcpkgs/dnote-cli/template        | 31 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 31 deletions(-)
 delete mode 100644 srcpkgs/dnote-cli/template

diff --git a/srcpkgs/dnote-cli/template b/srcpkgs/dnote-cli/template
deleted file mode 100644
index 309bee7649b..00000000000
--- a/srcpkgs/dnote-cli/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'dnote-cli'
-pkgname=dnote-cli
-version=0.6.2
-revision=1
-wrksrc="cli-${version}"
-build_style=go
-go_import_path=github.com/dnote-io/cli
-go_build_tags="fts5"
-hostmakedepends="git dep"
-short_desc="Capture what you learn as you code without leaving the command line"
-maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="MIT"
-homepage="https://dnote.io/"
-distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz"
-checksum=886f09dc20ff9cb56bdbc71eb7e78e7099b541fa0d830d4b4d0251b2fb32ad06
-
-pre_build() {
-	cd $GOSRCPATH
-	dep ensure
-}
-
-post_install() {
-	vlicense LICENSE
-
-	# Rename the bianry form cli to dnote
-	mv ${DESTDIR}/usr/bin/{cli,dnote}
-}
-
-do_check() {
-	./scripts/test.sh
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4869282733c..3a9e574bc44 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -32,6 +32,7 @@ replaces="
  dleyna-core<=0.6.0_2
  dleyna-renderer<=0.6.0_2
  dleyna-server<=0.6.0_2
+ dnote-cli<=0.6.2_1
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3
  electron7<=7.3.3_1

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

* Re: [PR PATCH] [Updated] dnote-cli: remove package.
  2021-02-19  2:17 [PR PATCH] dnote-cli: remove package ericonr
@ 2021-03-01 20:12 ` ericonr
  2021-03-01 20:12 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-03-01 20:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages remove7
https://github.com/void-linux/void-packages/pull/28872

dnote-cli: remove package.
Package hasn't been maintained for a long time, upstream is at version
0.12.0. Even upstream's move to Go modules didn't lead to an update.

@Vaelatern feel free to push an update instead, otherwise I think the package should be removed.

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

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

From 4ae47f1ecc535c1ca551f0e37a205e47fc929c50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 18 Feb 2021 23:14:33 -0300
Subject: [PATCH] dnote-cli: remove package.

Package hasn't been maintained for a long time, upstream is at version
0.12.0. Even upstream's move to Go modules didn't lead to an update.
---
 srcpkgs/dnote-cli/template        | 31 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 31 deletions(-)
 delete mode 100644 srcpkgs/dnote-cli/template

diff --git a/srcpkgs/dnote-cli/template b/srcpkgs/dnote-cli/template
deleted file mode 100644
index 309bee7649b..00000000000
--- a/srcpkgs/dnote-cli/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'dnote-cli'
-pkgname=dnote-cli
-version=0.6.2
-revision=1
-wrksrc="cli-${version}"
-build_style=go
-go_import_path=github.com/dnote-io/cli
-go_build_tags="fts5"
-hostmakedepends="git dep"
-short_desc="Capture what you learn as you code without leaving the command line"
-maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="MIT"
-homepage="https://dnote.io/"
-distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz"
-checksum=886f09dc20ff9cb56bdbc71eb7e78e7099b541fa0d830d4b4d0251b2fb32ad06
-
-pre_build() {
-	cd $GOSRCPATH
-	dep ensure
-}
-
-post_install() {
-	vlicense LICENSE
-
-	# Rename the bianry form cli to dnote
-	mv ${DESTDIR}/usr/bin/{cli,dnote}
-}
-
-do_check() {
-	./scripts/test.sh
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c17637f391a..256e5e69954 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -35,6 +35,7 @@ replaces="
  dleyna-core<=0.6.0_2
  dleyna-renderer<=0.6.0_2
  dleyna-server<=0.6.0_2
+ dnote-cli<=0.6.2_1
  docker2aci<=0.17.2_4
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3

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

* Re: [PR PATCH] [Merged]: dnote-cli: remove package.
  2021-02-19  2:17 [PR PATCH] dnote-cli: remove package ericonr
  2021-03-01 20:12 ` [PR PATCH] [Updated] " ericonr
@ 2021-03-01 20:12 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-03-01 20:12 UTC (permalink / raw)
  To: ml

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

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

dnote-cli: remove package.
https://github.com/void-linux/void-packages/pull/28872

Description:
Package hasn't been maintained for a long time, upstream is at version
0.12.0. Even upstream's move to Go modules didn't lead to an update.

@Vaelatern feel free to push an update instead, otherwise I think the package should be removed.

<!-- 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
-->


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

end of thread, other threads:[~2021-03-01 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19  2:17 [PR PATCH] dnote-cli: remove package ericonr
2021-03-01 20:12 ` [PR PATCH] [Updated] " ericonr
2021-03-01 20:12 ` [PR PATCH] [Merged]: " ericonr

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