Skip to content

Commit

Permalink
splitting a bunch of packages to -docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinkirkland committed Oct 31, 2024
1 parent dff1152 commit e0e9953
Show file tree
Hide file tree
Showing 113 changed files with 749 additions and 115 deletions.
7 changes: 6 additions & 1 deletion acl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: acl
version: 2.3.2
epoch: 4
epoch: 5
description: "access control list utilities"
copyright:
- license: LGPL-2.1-or-later AND GPL-2.0-or-later
Expand Down Expand Up @@ -65,6 +65,11 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/lib
mv "${{targets.destdir}}"/lib/libacl.so.* "${{targets.subpkgdir}}"/lib/
- name: acl-doc
description: acl docs
pipeline:
- uses: split/manpages

update:
enabled: true
release-monitor:
Expand Down
7 changes: 6 additions & 1 deletion apk-tools.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apk-tools
version: 2.14.4
epoch: 1
epoch: 2
description: "apk-tools (Wolfi package manager)"
copyright:
- license: GPL-2.0-only
Expand Down Expand Up @@ -66,6 +66,11 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/usr
mv "${{targets.destdir}}"/usr/lib "${{targets.subpkgdir}}"/usr/lib
- name: apk-tools-doc
description: apk-tools docs
pipeline:
- uses: split/manpages

test:
environment:
contents:
Expand Down
7 changes: 6 additions & 1 deletion attr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: attr
version: 2.5.2
epoch: 4
epoch: 5
description: "utilities for managing filesystem extended attributes"
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -73,6 +73,11 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/lib
mv "${{targets.destdir}}"/lib/libattr.so.* "${{targets.subpkgdir}}"/lib/
- name: attr-doc
description: attr docs
pipeline:
- uses: split/manpages

update:
enabled: true
release-monitor:
Expand Down
8 changes: 7 additions & 1 deletion bdftopcf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: bdftopcf
version: 1.1.2
epoch: 1
epoch: 2
description: X.org font bdftopcf
copyright:
- license: MIT-open-group
Expand Down Expand Up @@ -34,6 +34,12 @@ pipeline:

- uses: autoconf/make-install

subpackages:
- name: bdftopcf-doc
description: bdftopcf docs
pipeline:
- uses: split/manpages

update:
enabled: true
release-monitor:
Expand Down
7 changes: 6 additions & 1 deletion binutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: binutils
version: 2.43.1
epoch: 2
epoch: 3
description: "GNU binutils"
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -87,6 +87,11 @@ subpackages:
ld.gold --version
ld.gold --help
- name: binutils-doc
description: binutils docs
pipeline:
- uses: split/manpages

update:
enabled: true
release-monitor:
Expand Down
9 changes: 8 additions & 1 deletion bison.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: bison
version: 3.8.2
epoch: 5
epoch: 6
description: "The GNU general-purposes parser generator"
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -47,6 +47,13 @@ pipeline:
- uses: strip

subpackages:
- name: bison-doc
description: bison docs
pipeline:
- uses: split/manpages
- uses: split/infodir

update:
enabled: true
release-monitor:
Expand Down
7 changes: 6 additions & 1 deletion busybox.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: busybox
version: 1.37.0
epoch: 0
epoch: 1
description: "swiss-army knife for embedded systems"
copyright:
- license: GPL-2.0-only
Expand Down Expand Up @@ -133,6 +133,11 @@ subpackages:
{ echo "$p --help exited $?. expected pass"; exit 1; }
done
- name: busybox-doc
description: busybox docs
pipeline:
- uses: split/manpages

test:
pipeline:
- uses: test/hardening-check
Expand Down
8 changes: 7 additions & 1 deletion byobu.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: byobu
version: "6.12"
epoch: 3
epoch: 4
description: "open source text-based window manager and terminal multiplexer"
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -41,6 +41,12 @@ pipeline:

- uses: strip

subpackages:
- name: byobu-doc
description: byobu docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
7 changes: 6 additions & 1 deletion bzip2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: bzip2
version: 1.0.8
epoch: 9
epoch: 10
description: "a library implementing the bzip2 compression algorithms"
copyright:
- license: MPL-2.0 AND MIT
Expand Down Expand Up @@ -78,6 +78,11 @@ subpackages:
- runs: |
ln -s libbz2.so.1 "${{targets.subpkgdir}}"/usr/lib/libbz2.so
- name: bzip2-doc
description: bzip2 docs
pipeline:
- uses: split/manpages

update:
enabled: true
release-monitor:
Expand Down
7 changes: 6 additions & 1 deletion ca-certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
name: ca-certificates
# manual: update java-cacerts
version: "20241010"
epoch: 1
epoch: 2
description: "CA certificates from the Mozilla trusted root program"
copyright:
- license: MPL-2.0 AND MIT
Expand Down Expand Up @@ -67,6 +67,11 @@ subpackages:
mkdir -p ${{targets.subpkgdir}}/etc/pki/tls/certs/
ln -s ../../../ssl/certs/ca-certificates.crt ${{targets.subpkgdir}}/etc/pki/tls/certs/ca-bundle.crt
- name: ca-certificates-doc
description: ca-certificates docs
pipeline:
- uses: split/manpages

test:
environment:
contents:
Expand Down
8 changes: 7 additions & 1 deletion cabextract.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cabextract
version: 1.11
epoch: 1
epoch: 2
description: "Tool for extracting Microsoft cabinet files"
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -36,6 +36,12 @@ pipeline:

- uses: strip

subpackages:
- name: cabextract-doc
description: cabextract docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
8 changes: 7 additions & 1 deletion ccache.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ccache
version: 4.10.2
epoch: 2
epoch: 3
description: Fast C/C++ compiler cache
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -43,6 +43,12 @@ pipeline:
ln -sf /bin/ccache ${{targets.destdir}}/usr/lib/ccache/bin/${link}
done
subpackages:
- name: ccache-doc
description: ccache docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
7 changes: 6 additions & 1 deletion clang-15.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-15
version: 15.0.7
epoch: 3
epoch: 4
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -305,6 +305,11 @@ subpackages:
- libLLVM-15
- libclang-cpp-15

- name: clang-15-doc
description: clang-15 docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
7 changes: 6 additions & 1 deletion clang-16.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-16
version: 16.0.6
epoch: 5
epoch: 6
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -268,6 +268,11 @@ subpackages:
- libLLVM-16
- libclang-cpp-16

- name: clang-16-doc
description: clang-16 docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
7 changes: 6 additions & 1 deletion clang-17.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-17
version: 17.0.6
epoch: 2
epoch: 3
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -271,6 +271,11 @@ subpackages:
- libLLVM-17
- libclang-cpp-17

- name: clang-17-doc
description: clang-17 docs
pipeline:
- uses: split/manpages

update:
enabled: true
github:
Expand Down
7 changes: 6 additions & 1 deletion clang-18.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-18
version: 18.1.8
epoch: 5
epoch: 6
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -266,6 +266,11 @@ subpackages:
- libLLVM-18
- libclang-cpp-18

- name: clang-18-doc
description: clang-18 docs
pipeline:
- uses: split/manpages

test:
pipeline:
- uses: test/compiler-hardening-check
Expand Down
7 changes: 6 additions & 1 deletion clang-19.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-19
version: 19.1.2
epoch: 2
epoch: 3
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -258,6 +258,11 @@ subpackages:
- libLLVM-19
- libclang-cpp-19

- name: clang-19-doc
description: clang-19 docs
pipeline:
- uses: split/manpages

test:
pipeline:
- uses: test/compiler-hardening-check
Expand Down
8 changes: 7 additions & 1 deletion dhclient.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: dhclient
version: 4.4.3
epoch: 1
epoch: 2
description: dhcp client program
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -59,6 +59,12 @@ pipeline:
mkdir -p "${{targets.destdir}}"/var/lib/dhcp/
touch "${{targets.destdir}}"/var/lib/dhcp/dhclient.leases
subpackages:
- name: dhclient-doc
description: dhclient docs
pipeline:
- uses: split/manpages

update:
enabled: false
exclude-reason: >
Expand Down
Loading

0 comments on commit e0e9953

Please sign in to comment.