~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
6

[PATCH 0/6] Move several packages into community

Details
Message ID
<20190820062509.10844-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Moving some of my packages into community, ones which have been
demonstrably stable for a while now. Also fixes an oversight with the
mako package.

Drew DeVault (6):
  community/grim: move from testing
  community/slurp: move from testing
  testing/mako: fix description & URL
  community/mako: move from testing
  community/nethack: move from testing
  community/imv: move from testing

 {testing => community}/grim/APKBUILD    | 0
 {testing => community}/imv/APKBUILD     | 0
 {testing => community}/mako/APKBUILD    | 6 +++---
 {testing => community}/nethack/APKBUILD | 0
 {testing => community}/slurp/APKBUILD   | 0
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename {testing => community}/grim/APKBUILD (100%)
 rename {testing => community}/imv/APKBUILD (100%)
 rename {testing => community}/mako/APKBUILD (87%)
 rename {testing => community}/nethack/APKBUILD (100%)
 rename {testing => community}/slurp/APKBUILD (100%)

-- 
2.23.0

[PATCH 1/6] community/grim: move from testing

Details
Message ID
<20190820062509.10844-2-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/grim/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/grim/APKBUILD (100%)

diff --git a/testing/grim/APKBUILD b/community/grim/APKBUILD
similarity index 100%
rename from testing/grim/APKBUILD
rename to community/grim/APKBUILD
-- 
2.23.0

[PATCH 2/6] community/slurp: move from testing

Details
Message ID
<20190820062509.10844-3-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/slurp/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/slurp/APKBUILD (100%)

diff --git a/testing/slurp/APKBUILD b/community/slurp/APKBUILD
similarity index 100%
rename from testing/slurp/APKBUILD
rename to community/slurp/APKBUILD
-- 
2.23.0

[PATCH 3/6] testing/mako: fix description & URL

Details
Message ID
<20190820062509.10844-4-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 testing/mako/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/mako/APKBUILD b/testing/mako/APKBUILD
index 9a3f53de39..b58f4d53ba 100644
--- a/testing/mako/APKBUILD
+++ b/testing/mako/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=mako
pkgver=1.4
pkgrel=0
pkgdesc="A modular Wayland compositor library"
url="https://github.com/swaywm/wlroots"
pkgrel=1
pkgdesc="A lightweight notification daemon for Wayland"
url="https://wayland.emersion.fr/mako/"
arch="all"
license="MIT"
options="!check" # contains no test suite
-- 
2.23.0

[PATCH 4/6] community/mako: move from testing

Details
Message ID
<20190820062509.10844-5-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/mako/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/mako/APKBUILD (100%)

diff --git a/testing/mako/APKBUILD b/community/mako/APKBUILD
similarity index 100%
rename from testing/mako/APKBUILD
rename to community/mako/APKBUILD
-- 
2.23.0

[PATCH 5/6] community/nethack: move from testing

Details
Message ID
<20190820062509.10844-6-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/nethack/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/nethack/APKBUILD (100%)

diff --git a/testing/nethack/APKBUILD b/community/nethack/APKBUILD
similarity index 100%
rename from testing/nethack/APKBUILD
rename to community/nethack/APKBUILD
-- 
2.23.0

[PATCH 6/6] community/imv: move from testing

Details
Message ID
<20190820062509.10844-7-sir@cmpwn.com>
In-Reply-To
<20190820062509.10844-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/imv/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/imv/APKBUILD (100%)

diff --git a/testing/imv/APKBUILD b/community/imv/APKBUILD
similarity index 100%
rename from testing/imv/APKBUILD
rename to community/imv/APKBUILD
-- 
2.23.0
Reply to thread Export thread (mbox)