~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
2 2

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190821160043.13866-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +2 -2
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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190821160043.13866-2-bribbers@disroot.org>
In-Reply-To
<20190821160043.13866-1-bribbers@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Patch: +2 -2
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

Re: [PATCH 2/2] testing/libretro-database: add license info

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190821160326.GA20231@arya.arvanta.net>
In-Reply-To
<20190821160043.13866-2-bribbers@disroot.org> (view parent)
DKIM signature
missing
Download raw message
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:
> 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
Reply to thread Export thread (mbox)