From d25f53566193d24ce4b0f2b6da3deb99e4b1e728 Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Thu, 24 Aug 2023 09:50:22 -0700 Subject: [PATCH] srcpkgs: orphan my packages --- srcpkgs/aggregate/template | 2 +- srcpkgs/delve/template | 2 +- srcpkgs/docker-machine-driver-kvm/template | 2 +- srcpkgs/font-spleen/template | 2 +- srcpkgs/global/template | 2 +- srcpkgs/go-review/template | 2 +- srcpkgs/godef/template | 2 +- srcpkgs/golangci-lint/template | 2 +- srcpkgs/gopls/template | 2 +- srcpkgs/intel-undervolt/template | 2 +- srcpkgs/jenkins/template | 2 +- srcpkgs/loksh/template | 2 +- srcpkgs/netperf/template | 2 +- srcpkgs/nitrokey-app/template | 2 +- srcpkgs/openvswitch/template | 2 +- srcpkgs/otfcc/template | 2 +- srcpkgs/pinebookpro-firmware/template | 2 +- srcpkgs/premake5/template | 2 +- srcpkgs/rtl8812au-dkms/template | 2 +- srcpkgs/sampler/template | 2 +- srcpkgs/shadowfox-updater/template | 2 +- srcpkgs/ttfautohint/template | 2 +- srcpkgs/wee-slack/template | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/srcpkgs/aggregate/template b/srcpkgs/aggregate/template index 5a586217c8070..df1752f712e9e 100644 --- a/srcpkgs/aggregate/template +++ b/srcpkgs/aggregate/template @@ -4,7 +4,7 @@ version=1.6 revision=1 build_style=gnu-configure short_desc="Optimize a list of route prefixes" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="ISC" homepage="https://ftp.isc.org/isc/aggregate/" distfiles="https://ftp.isc.org/isc/aggregate/aggregate-${version}.tar.gz" diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template index aa4f560ac6d95..3c5da73ce5191 100644 --- a/srcpkgs/delve/template +++ b/srcpkgs/delve/template @@ -8,7 +8,7 @@ build_style=go go_import_path=github.com/go-delve/delve go_package="${go_import_path}/cmd/dlv" short_desc="Debugger for the Go programming language" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="MIT" homepage="https://github.com/go-delve/delve" changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md" diff --git a/srcpkgs/docker-machine-driver-kvm/template b/srcpkgs/docker-machine-driver-kvm/template index 7606e2d86e0c8..f00f903acbfa2 100644 --- a/srcpkgs/docker-machine-driver-kvm/template +++ b/srcpkgs/docker-machine-driver-kvm/template @@ -8,7 +8,7 @@ go_package="github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm hostmakedepends="git pkg-config" makedepends="libvirt-devel" short_desc="KVM driver for docker-machine" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/tdilauro/docker-machine-kvm" distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz" diff --git a/srcpkgs/font-spleen/template b/srcpkgs/font-spleen/template index d84121bb2803b..7fb6f84526fc6 100644 --- a/srcpkgs/font-spleen/template +++ b/srcpkgs/font-spleen/template @@ -8,7 +8,7 @@ make_build_target="pcf psf otb" hostmakedepends="bmake bdftopcf bdf2psf fonttosfnt" depends="font-util" short_desc="Monospaced bitmap fonts" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/fcambus/spleen" changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog" diff --git a/srcpkgs/global/template b/srcpkgs/global/template index dcaaa11b15d64..3e5fc2e17620d 100644 --- a/srcpkgs/global/template +++ b/srcpkgs/global/template @@ -8,7 +8,7 @@ configure_args="--disable-static --with-exuberant-ctags=/usr/bin/ctags makedepends="ncurses-devel" depends="ctags" short_desc="Source code tagging system that works across diverse environments" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/global/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/go-review/template b/srcpkgs/go-review/template index c30713835056e..d86bf406cd595 100644 --- a/srcpkgs/go-review/template +++ b/srcpkgs/go-review/template @@ -6,7 +6,7 @@ build_style=go go_import_path="github.com/heppu/go-review" go_package="${go_import_path}/cmd/${pkgname}" short_desc="Publish reports from different Go linters as gerrit reviews" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="MIT" homepage="https://github.com/heppu/go-review" distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz" diff --git a/srcpkgs/godef/template b/srcpkgs/godef/template index 5af98414b5733..3196920d29a6e 100644 --- a/srcpkgs/godef/template +++ b/srcpkgs/godef/template @@ -5,7 +5,7 @@ revision=3 build_style=go go_import_path="github.com/rogpeppe/godef" short_desc="Print where symbols are defined in Go source code" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/rogpeppe/godef" distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz" diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template index 6da307ecef2b8..82737682337ad 100644 --- a/srcpkgs/golangci-lint/template +++ b/srcpkgs/golangci-lint/template @@ -7,7 +7,7 @@ go_import_path="github.com/golangci/golangci-lint" go_package="./cmd/golangci-lint" go_ldflags="-X main.version=${version} -X main.date=${SOURCE_DATE_EPOCH} -X main.commit=v${version}" short_desc="Linters Runner for Go" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://github.com/golangci/golangci-lint" changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md" diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template index 530d8a626da12..ae2785a728080 100644 --- a/srcpkgs/gopls/template +++ b/srcpkgs/gopls/template @@ -6,7 +6,7 @@ build_wrksrc=gopls build_style=go go_import_path=golang.org/x/tools/gopls short_desc="Official language server for the Go language" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/golang/tools/tree/master/gopls" distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz" diff --git a/srcpkgs/intel-undervolt/template b/srcpkgs/intel-undervolt/template index d631eb2222a83..7e420b092a6d4 100644 --- a/srcpkgs/intel-undervolt/template +++ b/srcpkgs/intel-undervolt/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure conf_files="/etc/intel-undervolt.conf" short_desc="Intel CPU undervolting tool" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/kitsunyan/intel-undervolt" distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz" diff --git a/srcpkgs/jenkins/template b/srcpkgs/jenkins/template index 6b824503ab521..673a9e6fad3ff 100644 --- a/srcpkgs/jenkins/template +++ b/srcpkgs/jenkins/template @@ -5,7 +5,7 @@ revision=1 make_dirs="/var/lib/jenkins 0755 jenkins jenkins" depends="virtual?java-runtime" short_desc="Open source automation server" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="MIT" homepage="https://jenkins.io/" distfiles="https://mirrors.jenkins.io/war-stable/${version}/jenkins.war" diff --git a/srcpkgs/loksh/template b/srcpkgs/loksh/template index b355627aee76f..71043a3192f94 100644 --- a/srcpkgs/loksh/template +++ b/srcpkgs/loksh/template @@ -6,7 +6,7 @@ build_style=meson hostmakedepends="pkg-config" makedepends="ncurses-devel" short_desc="Linux port of OpenBSD's ksh" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="custom:Public Domain" homepage="https://github.com/dimkr/loksh" distfiles="https://github.com/dimkr/loksh/releases/download/${version}/loksh-${version}.tar.xz" diff --git a/srcpkgs/netperf/template b/srcpkgs/netperf/template index 3c4beb5a882ee..3d7bc656262c3 100644 --- a/srcpkgs/netperf/template +++ b/srcpkgs/netperf/template @@ -4,7 +4,7 @@ version=2.7.0 revision=1 build_style=gnu-configure short_desc="Network benchmarking tool" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="custom:Proprietary" homepage="https://github.com/HewlettPackard/netperf" distfiles="https://github.com/HewlettPackard/netperf/archive/netperf-${version}.tar.gz" diff --git a/srcpkgs/nitrokey-app/template b/srcpkgs/nitrokey-app/template index 7f3b1b102b65a..b4cee494f2057 100644 --- a/srcpkgs/nitrokey-app/template +++ b/srcpkgs/nitrokey-app/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" makedepends="bash-completion cppcodec libnitrokey-devel qt5-devel qt5-tools-devel qt5-svg-devel" short_desc="Management application for Nitrokey tokens" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://github.com/Nitrokey/nitrokey-app" distfiles="https://github.com/Nitrokey/nitrokey-app/releases/download/v${version}/nitrokey-app-v${version}.tar.gz" diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template index d6477ecada115..61069384e6a44 100644 --- a/srcpkgs/openvswitch/template +++ b/srcpkgs/openvswitch/template @@ -11,7 +11,7 @@ makedepends="openssl-devel libcap-ng-devel" depends="python3" checkdepends="iproute2" short_desc="Production quality, multilayer virtual switch" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="Apache-2.0" homepage="http://openvswitch.org/" distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/otfcc/template b/srcpkgs/otfcc/template index b19fbcb5220d1..a0a82674f7f73 100644 --- a/srcpkgs/otfcc/template +++ b/srcpkgs/otfcc/template @@ -6,7 +6,7 @@ build_style=gnu-makefile make_build_args="-C build/gmake" hostmakedepends="premake5" short_desc="Utility used for parsing and writing OpenType font files" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/caryll/otfcc" distfiles="https://github.com/caryll/otfcc/archive/v${version}.tar.gz" diff --git a/srcpkgs/pinebookpro-firmware/template b/srcpkgs/pinebookpro-firmware/template index 4d29df0915b6e..2f58e3b34afcf 100644 --- a/srcpkgs/pinebookpro-firmware/template +++ b/srcpkgs/pinebookpro-firmware/template @@ -8,7 +8,7 @@ _manjaro_commit=7074a2e21dd804e229eab1c031bc00246e9173e0 archs="aarch64*" create_wrksrc=yes short_desc="Firmware files for the Pinebook Pro" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/rockchip-linux/rkwifibt" distfiles=" diff --git a/srcpkgs/premake5/template b/srcpkgs/premake5/template index 683ddf9d10fe0..65bd5ba8d18a6 100644 --- a/srcpkgs/premake5/template +++ b/srcpkgs/premake5/template @@ -7,7 +7,7 @@ build_style=gnu-makefile make_build_args="-C build/gmake2.unix config=release" hostmakedepends="unzip" short_desc="Cross-platform, open-source build system" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://premake.github.io/" changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt" diff --git a/srcpkgs/rtl8812au-dkms/template b/srcpkgs/rtl8812au-dkms/template index bb5b227795820..74d0657b5bea7 100644 --- a/srcpkgs/rtl8812au-dkms/template +++ b/srcpkgs/rtl8812au-dkms/template @@ -6,7 +6,7 @@ _modver=5.13.6 _gitrev=b5f4e6e894eca8fea38661e2fc22a2570e0274ad depends="dkms" short_desc="Realtek 8812AU/8821AU USB WiFi driver (DKMS)" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/morrownr/8812au" distfiles="https://github.com/morrownr/8812au-${version}/archive/${_gitrev}.tar.gz" diff --git a/srcpkgs/sampler/template b/srcpkgs/sampler/template index 298e9b910f77b..8981e043684cb 100644 --- a/srcpkgs/sampler/template +++ b/srcpkgs/sampler/template @@ -6,7 +6,7 @@ build_style=go go_import_path="github.com/sqshq/sampler" makedepends="alsa-lib-devel" short_desc="Tool for shell commands execution, visualization and alerting" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://sampler.dev/" distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz" diff --git a/srcpkgs/shadowfox-updater/template b/srcpkgs/shadowfox-updater/template index cdcb0be82aad3..ea702afa34159 100644 --- a/srcpkgs/shadowfox-updater/template +++ b/srcpkgs/shadowfox-updater/template @@ -6,7 +6,7 @@ build_style=go go_import_path=github.com/SrKomodo/shadowfox-updater go_ldflags="-X main.version=v${version}" short_desc="Auto-updater for ShadowFox" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="MIT" homepage="https://github.com/SrKomodo/shadowfox-updater" distfiles="https://github.com/SrKomodo/shadowfox-updater/archive/v${version}.tar.gz" diff --git a/srcpkgs/ttfautohint/template b/srcpkgs/ttfautohint/template index 6096ec06eb447..c96e377d84f31 100644 --- a/srcpkgs/ttfautohint/template +++ b/srcpkgs/ttfautohint/template @@ -7,7 +7,7 @@ build_helper=qmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake perl" makedepends="freetype-devel harfbuzz-devel qt5-devel" short_desc="Tools for automated hinting process and finely hand-hinting" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://www.freetype.org/ttfautohint/" distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz" diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template index 6d968556aba09..6afa923f5fd68 100644 --- a/srcpkgs/wee-slack/template +++ b/srcpkgs/wee-slack/template @@ -4,7 +4,7 @@ version=2.9.1 revision=1 depends="weechat weechat-python python3-websocket-client" short_desc="WeeChat plugin for Slack.com" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="MIT" homepage="https://github.com/wee-slack/wee-slack" changelog="https://raw.githubusercontent.com/wee-slack/wee-slack/master/CHANGELOG.md"