Reapply "tests: remove 'test package' comment"

This reverts commit 96d53109ac.
This commit is contained in:
Natanael Copa 2024-10-18 11:34:15 +02:00
parent 443b976f44
commit 5fcf74eafe
11 changed files with 3 additions and 32 deletions

View File

@ -622,8 +622,6 @@ abuild_package_size_body() {
cd test-size
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="test-size"
pkgver="1.0"
pkgrel=0
@ -732,8 +730,6 @@ abuild_keepdirs_body() {
cd test-amove
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="test-keepdirs"
pkgver="1.0"
pkgrel=0
@ -758,8 +754,6 @@ abuild_amove_body() {
cd test-amove
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="test-amove"
pkgver="1.0"
pkgrel=0
@ -854,7 +848,6 @@ abuild_doc_body() {
cd foo
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="foo"
pkgver="1.0"
pkgrel=0
@ -892,7 +885,6 @@ abuild_dev_body() {
cd foo
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="foo"
pkgver="1.0"
pkgrel=0
@ -1001,7 +993,6 @@ abuild_cleanoldpkg_body() {
for v in 0.9 1.0 1.1; do
cat > APKBUILD <<-EOF
# Maintainer: Test User 123 <123@example.com>
# test package
pkgname="foo"
pkgver="$v"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="dbgpkg"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="invalid-filename"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="large-doc-subpkg"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="lib64test"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="pkg-path-with-spaces"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname="pkg1"
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname=setcap
pkgver="1.0"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname=${TESTNAME-test-pkgname}
pkgver="${TESTPKGVER-1.0}"
pkgrel=0

View File

@ -1,6 +1,4 @@
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
# test package
pkgname="${TESTNAME-test-licenses}"
pkgver="1.0"
pkgrel=0
@ -8,9 +6,9 @@ pkgdesc='Dummy test package that has multi-line licenses'
url='https://gitlab.alpinelinux.org/alpine/aports'
arch='noarch'
license='MIT AND
(GPL-3.0-only OR
GPL-3.0-or-later AND
(GPL-3.0-only OR
GPL-3.0-or-later AND
BSD-4-Clause)
'

View File

@ -1,6 +1,4 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# test package
pkgname=${TESTNAME-test-pkgname}
pkgver="${TESTPKGVER-1.0}"
pkgrel=0