Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions srcpkgs/fail2ban/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Template file for 'fail2ban'
pkgname=fail2ban
version=1.1.0
revision=2
revision=3
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools"
depends="python3-pyasynchat"
short_desc="Authentication failure monitor system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
Expand Down
13 changes: 0 additions & 13 deletions srcpkgs/python3-pyasynchat/template

This file was deleted.

17 changes: 2 additions & 15 deletions srcpkgs/tzutils/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'tzutils'
pkgname=tzutils
version=2025c
version=2026a
revision=1
bootstrap=yes
short_desc="Time zone and daylight-saving time utilities"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Public Domain"
homepage="https://www.iana.org/time-zones"
distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz"
checksum=fbe5b52a151c992c1aeb49bc6ca41e170ca9f8d3fb810ec459eeb79c82d6972b
checksum=0913509a37f26b81bb6396018ad5cdf32065374ed36e82cceb61b2ee57a94b7c

if [ "$CROSS_BUILD" ]; then
hostmakedepends="tzutils"
Expand All @@ -32,19 +32,6 @@ do_install() {
fi
make install DESTDIR="$DESTDIR" ZICDIR=/usr/bin $zic ZFLAGS="-b fat"
rm -rf "$DESTDIR"/{etc,usr/lib,usr/share/man/man3}
# old structure,
# noone should use posix/xxx since it's the same as xxx
mkdir "$DESTDIR/usr/share/zoneinfo/posix"
for _file in "$DESTDIR/usr/share/zoneinfo/"[A-Z]*; do
_file="${_file##*/}"
ln -s "../$_file" "$DESTDIR/usr/share/zoneinfo/posix/$_file"
done
# Because TZ=../zoneinfo-posix/posix/posix" is stupid
rm -f "$DESTDIR/usr/share/zoneinfo-posix"
ln -s zoneinfo/posix "$DESTDIR/usr/share/zoneinfo-posix"
# Backward compatible links
# TZ=right/... known to be broken especially on musl, but whatever
ln -s ../zoneinfo-leaps "$DESTDIR/usr/share/zoneinfo/right"
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
vlicense strftime.license
fi
Expand Down
11 changes: 0 additions & 11 deletions srcpkgs/tzutils/tzdata.INSTALL

This file was deleted.

Loading