Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] docker2aci: remove package.
@ 2021-02-19  1:46 ericonr
  2021-02-19  5:14 ` the-maldridge
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ericonr @ 2021-02-19  1:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages remove1
https://github.com/void-linux/void-packages/pull/28866

docker2aci: remove package.
Has been archived by upstream, due to the rtk project itself being
archived.

@thypon 

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

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

From 2c9836845d78310b41ab4240b291878c5ab44ed0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 18 Feb 2021 22:43:44 -0300
Subject: [PATCH] docker2aci: remove package.

Has been archived by upstream, due to the rtk project itself being
archived.
---
 srcpkgs/docker2aci/template       | 13 -------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 13 deletions(-)
 delete mode 100644 srcpkgs/docker2aci/template

diff --git a/srcpkgs/docker2aci/template b/srcpkgs/docker2aci/template
deleted file mode 100644
index 0ddd50cc80b..00000000000
--- a/srcpkgs/docker2aci/template
+++ /dev/null
@@ -1,13 +0,0 @@
-# Template file for 'docker2aci'
-pkgname=docker2aci
-version=0.17.2
-revision=4
-hostmakedepends="git"
-build_style=go
-short_desc="Library and CLI tool to convert Docker images to ACIs"
-maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="Apache-2.0"
-go_import_path="github.com/appc/docker2aci"
-homepage="https://$go_import_path"
-distfiles="$homepage/archive/v$version.tar.gz"
-checksum=43cb18a3647ca8bae48a283fa3359e9555ab7a366c7ee9ef8a561797cebe2593
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4869282733c..5b4437fcdb3 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
+ docker2aci<=0.17.2_4
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3
  electron7<=7.3.3_1

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

* Re: docker2aci: remove package.
  2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
@ 2021-02-19  5:14 ` the-maldridge
  2021-02-19  5:16 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2021-02-19  5:14 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/28866#issuecomment-781826910

Comment:
Seems fine to remove to me.  Rocket has run its course, so it seems reasonable that its image format has as well.

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

* Re: docker2aci: remove package.
  2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
  2021-02-19  5:14 ` the-maldridge
@ 2021-02-19  5:16 ` ericonr
  2021-02-19 13:53 ` [PR PATCH] [Closed]: " thypon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-02-19  5:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28866#issuecomment-781827771

Comment:
Related #28554

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

* Re: docker2aci: remove package.
  2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
                   ` (2 preceding siblings ...)
  2021-02-19 13:53 ` [PR PATCH] [Closed]: " thypon
@ 2021-02-19 13:53 ` thypon
  2021-02-19 13:53 ` [PR PATCH] [Merged]: " thypon
  4 siblings, 0 replies; 6+ messages in thread
From: thypon @ 2021-02-19 13:53 UTC (permalink / raw)
  To: ml

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

New comment by thypon on void-packages repository

https://github.com/void-linux/void-packages/pull/28866#issuecomment-782089115

Comment:
Go for it. The world has superseeded docker2aci


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

* Re: [PR PATCH] [Closed]: docker2aci: remove package.
  2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
  2021-02-19  5:14 ` the-maldridge
  2021-02-19  5:16 ` ericonr
@ 2021-02-19 13:53 ` thypon
  2021-02-19 13:53 ` thypon
  2021-02-19 13:53 ` [PR PATCH] [Merged]: " thypon
  4 siblings, 0 replies; 6+ messages in thread
From: thypon @ 2021-02-19 13:53 UTC (permalink / raw)
  To: ml

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

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

docker2aci: remove package.
https://github.com/void-linux/void-packages/pull/28866

Description:
Has been archived by upstream, due to the rtk project itself being
archived.

@thypon 

<!-- 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] 6+ messages in thread

* Re: [PR PATCH] [Merged]: docker2aci: remove package.
  2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
                   ` (3 preceding siblings ...)
  2021-02-19 13:53 ` thypon
@ 2021-02-19 13:53 ` thypon
  4 siblings, 0 replies; 6+ messages in thread
From: thypon @ 2021-02-19 13:53 UTC (permalink / raw)
  To: ml

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

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

docker2aci: remove package.
https://github.com/void-linux/void-packages/pull/28866

Description:
Has been archived by upstream, due to the rtk project itself being
archived.

@thypon 

<!-- 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] 6+ messages in thread

end of thread, other threads:[~2021-02-19 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19  1:46 [PR PATCH] docker2aci: remove package ericonr
2021-02-19  5:14 ` the-maldridge
2021-02-19  5:16 ` ericonr
2021-02-19 13:53 ` [PR PATCH] [Closed]: " thypon
2021-02-19 13:53 ` thypon
2021-02-19 13:53 ` [PR PATCH] [Merged]: " thypon

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