~alpine/aports

testing/libretro-core-info: add license info v1 PROPOSED

Bart Ribbers: 2
 testing/libretro-core-info: add license info
 testing/libretro-database: add license info

 2 files changed, 4 insertions(+), 4 deletions(-)
Milan P. Stanić <mps@arvanta.net>
Hi Bart,

could you post complete patch, not changes from previous one.

-- 
Thanks for helping Alpine Linux

On Wed, 2019-08-21 at 18:00, Bart Ribbers wrote:
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2935/mbox | git am -3
Learn more about email & git

[PATCH 1/2] testing/libretro-core-info: add license info Export this patch

After requesting it, a license got added to the source
---
 testing/libretro-core-info/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD
index 7714f99349..40ab278361 100644
--- a/testing/libretro-core-info/APKBUILD
+++ b/testing/libretro-core-info/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libretro-core-info
pkgver=1.7.7
pkgrel=0
arch="noarch"
pkgrel=1
arch="MIT"
url="https://www.libretro.com/"
pkgdesc="Libretro core info files"
license="none" # No code, just info files
-- 
2.21.0

[PATCH 2/2] testing/libretro-database: add license info Export this patch

After requesting it, a license got added to the source
---
 testing/libretro-database/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/libretro-database/APKBUILD b/testing/libretro-database/APKBUILD
index 513f0905ff..240b054438 100644
--- a/testing/libretro-database/APKBUILD
+++ b/testing/libretro-database/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libretro-database
pkgver=1.7.7
pkgrel=0
pkgrel=1
arch="noarch"
url="https://www.libretro.com/"
pkgdesc="Libretro core info files"
license="none" # No code, just info files
license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/libretro-database/archive/v$pkgver.tar.gz
	fix-busybox-incompability.patch"
options="!check" # No code to test
-- 
2.21.0
Milan P. Stanić <mps@arvanta.net>
Hi Bart,

could you post complete patch, not changes from previous one.

-- 
Thanks for helping Alpine Linux

On Wed, 2019-08-21 at 18:00, Bart Ribbers wrote: