From d8039c1219845631260c398bfe3a178654ae85a3 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 27 Sep 2023 10:15:00 +0200 Subject: [PATCH] srcpkgs: orphan my packages --- srcpkgs/SmartSim/template | 2 +- srcpkgs/autorunner/template | 2 +- srcpkgs/buku_run/template | 2 +- srcpkgs/cxxopts/template | 2 +- srcpkgs/drone-cli/template | 2 +- srcpkgs/flashrom/template | 2 +- srcpkgs/gajim/template | 2 +- srcpkgs/geonkick/template | 2 +- srcpkgs/gparted/template | 2 +- srcpkgs/hdparm/template | 2 +- srcpkgs/i3blocks-blocklets/template | 2 +- srcpkgs/iftop/template | 2 +- srcpkgs/ioping/template | 2 +- srcpkgs/iotop/template | 2 +- srcpkgs/keychain/template | 2 +- srcpkgs/kodi-addon-pvr-zattoo/template | 2 +- srcpkgs/kpeoplevcard/template | 2 +- srcpkgs/leocad/template | 2 +- srcpkgs/libicns/template | 2 +- srcpkgs/libsignal-protocol-c/template | 2 +- srcpkgs/metalog/template | 2 +- srcpkgs/ncdu/template | 2 +- srcpkgs/openimagedenoise/template | 2 +- srcpkgs/pamixer/template | 2 +- srcpkgs/pass-git-helper/template | 2 +- srcpkgs/pass/template | 2 +- srcpkgs/podget/template | 2 +- srcpkgs/portage/template | 2 +- srcpkgs/py3status/template | 2 +- srcpkgs/radicale/template | 2 +- srcpkgs/remwharead/template | 2 +- srcpkgs/viewnior/template | 2 +- srcpkgs/volctl/template | 2 +- srcpkgs/x2vnc/template | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/srcpkgs/SmartSim/template b/srcpkgs/SmartSim/template index 3bbaee03c40bb..753c99ced0137 100644 --- a/srcpkgs/SmartSim/template +++ b/srcpkgs/SmartSim/template @@ -6,7 +6,7 @@ build_style=gnu-configure hostmakedepends="pkg-config tar" makedepends="libglib-devel gtk+3-devel librsvg-devel" short_desc="Digital logic circuit design and simulation" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://www.smartsim.org.uk/" distfiles="https://github.com/ashleynewson/SmartSim/archive/v${version}.tar.gz" diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template index 55fb18e5e6610..b747951778e33 100644 --- a/srcpkgs/autorunner/template +++ b/srcpkgs/autorunner/template @@ -4,7 +4,7 @@ version=1.1.1 revision=1 conf_files="/etc/autorunner.config" short_desc="Autostart helper for Desktops" -maintainer="teldra " +maintainer="Orphaned " license="MIT" homepage="https://github.com/cytopia/autorunner" distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz" diff --git a/srcpkgs/buku_run/template b/srcpkgs/buku_run/template index 719574c731485..ef7660023b872 100644 --- a/srcpkgs/buku_run/template +++ b/srcpkgs/buku_run/template @@ -5,7 +5,7 @@ revision=2 conf_files="/etc/buku_run.config" depends="rofi gawk sed buku bash" short_desc="Rofi frontend for buku bookmarks manager" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://github.com/carnager/buku_run" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template index 07c6c0b6a310c..0ea336a7a6c4d 100644 --- a/srcpkgs/cxxopts/template +++ b/srcpkgs/cxxopts/template @@ -4,7 +4,7 @@ version=3.0.0 revision=1 build_style=cmake short_desc="Lightweight C++ command line option parser" -maintainer="teldra " +maintainer="Orphaned " license="MIT" homepage="https://github.com/jarro2783/cxxopts" changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md" diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template index 80aa3162f1f0f..90cd299b31439 100644 --- a/srcpkgs/drone-cli/template +++ b/srcpkgs/drone-cli/template @@ -7,7 +7,7 @@ go_import_path=github.com/drone/drone-cli go_package="${go_import_path}/drone" go_ldflags="-X main.version=${version}" short_desc="CLI for Drone continuous delivery platform" -maintainer="teldra " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/drone/drone-cli" changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md" diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template index af1e0d4246030..6cf2e4e25cd10 100644 --- a/srcpkgs/flashrom/template +++ b/srcpkgs/flashrom/template @@ -6,7 +6,7 @@ build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="pciutils-devel libusb-compat-devel libftdi1-devel" short_desc="Utility for reading, writing, erasing and verifying flash ROM chips" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://www.flashrom.org" distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 16ba231c90643..ea3d6473cbc3b 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -13,7 +13,7 @@ depends="python3-gobject python3-setuptools python3-Pillow gst-plugins-ugly1 gst-libav gtksourceview4" checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://www.gajim.org" changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog" diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template index 853c24e7edc2c..0fa7179768688 100644 --- a/srcpkgs/geonkick/template +++ b/srcpkgs/geonkick/template @@ -7,7 +7,7 @@ hostmakedepends="pkg-config tar xz" makedepends="jack-devel libsndfile-devel rapidjson lv2 libX11-devel cairo-devel" short_desc="Free software percussion synthesizer" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/free-sm/geonkick" changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md" diff --git a/srcpkgs/gparted/template b/srcpkgs/gparted/template index 9b42f25a0d004..bd986abc0bfc3 100644 --- a/srcpkgs/gparted/template +++ b/srcpkgs/gparted/template @@ -9,7 +9,7 @@ makedepends="libglib-devel gtkmm-devel libparted-devel yelp-tools" depends="desktop-file-utils hicolor-icon-theme" checkdepends="xvfb-run" short_desc="Gnome Partition Editor" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://gparted.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/gparted/gparted/gparted-${version}/gparted-${version}.tar.gz" diff --git a/srcpkgs/hdparm/template b/srcpkgs/hdparm/template index cde340c770842..af8dde974f4fb 100644 --- a/srcpkgs/hdparm/template +++ b/srcpkgs/hdparm/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-makefile make_install_args="exec_prefix=/usr sbindir=/usr/bin" short_desc="Utility to access IDE device parameters" -maintainer="teldra " +maintainer="Orphaned " license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style' homepage="https://sourceforge.net/projects/hdparm/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/i3blocks-blocklets/template b/srcpkgs/i3blocks-blocklets/template index 3d292444fe41a..3df3624e9ebe8 100644 --- a/srcpkgs/i3blocks-blocklets/template +++ b/srcpkgs/i3blocks-blocklets/template @@ -4,7 +4,7 @@ version=2.0.0 revision=1 depends="i3blocks>=1.5" short_desc="Flexible scheduler for i3bar" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later, GPL-3.0-only, GPL-2.0-only" homepage="https://github.com/vivien/i3blocks-contrib" distfiles="https://github.com/vivien/i3blocks-contrib/archive/v${version}.tar.gz" diff --git a/srcpkgs/iftop/template b/srcpkgs/iftop/template index 4debe8a2f8046..4a5556236df20 100644 --- a/srcpkgs/iftop/template +++ b/srcpkgs/iftop/template @@ -5,7 +5,7 @@ revision=3 build_style=gnu-configure makedepends="libpcap-devel ncurses-devel" short_desc="Top-like tool to display bandwidth usage on an interface" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="http://www.ex-parrot.com/pdw/iftop/" distfiles="${homepage}/download/$pkgname-$version.tar.gz" diff --git a/srcpkgs/ioping/template b/srcpkgs/ioping/template index 0adaf0ab06ae2..7b53ae762078e 100644 --- a/srcpkgs/ioping/template +++ b/srcpkgs/ioping/template @@ -4,7 +4,7 @@ version=1.3 revision=1 build_style=gnu-makefile short_desc="Simple disk I/O latency measuring tool" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/koct9i/ioping/" distfiles="https://github.com/koct9i/ioping/archive/v${version}.tar.gz" diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template index e6462af8657e8..3acdfc2d2119a 100644 --- a/srcpkgs/iotop/template +++ b/srcpkgs/iotop/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3" depends="${hostmakedepends}" short_desc="View I/O usage of processes" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://guichaz.free.fr/iotop" #distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2" diff --git a/srcpkgs/keychain/template b/srcpkgs/keychain/template index b3f50d69912e5..eb5504e772d49 100644 --- a/srcpkgs/keychain/template +++ b/srcpkgs/keychain/template @@ -3,7 +3,7 @@ pkgname=keychain version=2.8.5 revision=2 short_desc="Keychain manager for ssh-agent and gpg-agent" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="http://www.funtoo.org/Keychain" distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz" diff --git a/srcpkgs/kodi-addon-pvr-zattoo/template b/srcpkgs/kodi-addon-pvr-zattoo/template index 05c2b721fc58c..565ed61187d27 100644 --- a/srcpkgs/kodi-addon-pvr-zattoo/template +++ b/srcpkgs/kodi-addon-pvr-zattoo/template @@ -9,7 +9,7 @@ makedepends="kodi-devel kodi-platform-devel p8-platform-devel rapidjson tinyxml2-devel tinyxml-devel sqlite-devel" depends="kodi-addon-inputstream-adaptive" short_desc="Kodi PVR addon for streaming live TV from zattoo" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/rbuehlma/pvr.zattoo" distfiles="https://github.com/rbuehlma/pvr.zattoo/archive/${version}-${_kodi_release}.tar.gz" diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template index 57bed52dc619b..68941360d4740 100644 --- a/srcpkgs/kpeoplevcard/template +++ b/srcpkgs/kpeoplevcard/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="gettext AppStream extra-cmake-modules" makedepends="qt5-devel ki18n-devel kpeople-devel kcontacts-devel" short_desc="Expose vcards to KPeople" -maintainer="teldra " +maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://kde.org/" distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz" diff --git a/srcpkgs/leocad/template b/srcpkgs/leocad/template index 4010c69a2be1c..c2321fbc402c7 100644 --- a/srcpkgs/leocad/template +++ b/srcpkgs/leocad/template @@ -9,7 +9,7 @@ configure_args="DISABLE_UPDATE_CHECK=1" hostmakedepends="qt5-host-tools qt5-qmake unzip" makedepends="qt5-devel MesaLib-devel" short_desc="CAD program for creating virtual LEGO models" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only, CC-BY-2.0" homepage="http://leocad.org" distfiles="https://github.com/leozide/leocad/archive/v${version}.tar.gz diff --git a/srcpkgs/libicns/template b/srcpkgs/libicns/template index 51ea4781f1717..544a4a1859924 100644 --- a/srcpkgs/libicns/template +++ b/srcpkgs/libicns/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure makedepends="libpng-devel jasper-devel" short_desc="Library for manipulating icns/IconFamily files" -maintainer="teldra " +maintainer="Orphaned " license="LGPL-2.0-only, GPL-2.0-only" homepage="https://icns.sourceforge.io/" distfiles="${SOURCEFORGE_SITE}/icns/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/libsignal-protocol-c/template b/srcpkgs/libsignal-protocol-c/template index 20eb3cd373ca0..531291dfd5e31 100644 --- a/srcpkgs/libsignal-protocol-c/template +++ b/srcpkgs/libsignal-protocol-c/template @@ -6,7 +6,7 @@ build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" checkdepends="openssl-devel pkg-config check-devel" short_desc="Signal Protocol C Library" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://www.whispersystems.org/" distfiles="https://github.com/signalapp/libsignal-protocol-c/archive/v${version}.tar.gz" diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template index ed5e4435a6213..6fa32cc5d73de 100644 --- a/srcpkgs/metalog/template +++ b/srcpkgs/metalog/template @@ -7,7 +7,7 @@ conf_files="/etc/metalog.conf" hostmakedepends="autoconf autoconf-archive automake pkg-config" makedepends="pcre2-devel" short_desc="Modern replacement for syslogd and klogd" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/hvisage/metalog" changelog="https://github.com/hvisage/metalog/blob/master/NEWS" diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template index e1c976ed74f48..4dccfcbe15b04 100644 --- a/srcpkgs/ncdu/template +++ b/srcpkgs/ncdu/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure makedepends="ncurses-devel" short_desc="NCurses Disk Usage utility" -maintainer="teldra " +maintainer="Orphaned " license="MIT" homepage="https://dev.yorhel.nl/ncdu" changelog="https://dev.yorhel.nl/ncdu/changes" diff --git a/srcpkgs/openimagedenoise/template b/srcpkgs/openimagedenoise/template index db5ccdb055cc9..b792813dba7c2 100644 --- a/srcpkgs/openimagedenoise/template +++ b/srcpkgs/openimagedenoise/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="ispc python3" makedepends="tbb-devel openimageio-devel" short_desc="Intel(R) Open Image Denoise library" -maintainer="teldra " +maintainer="Orphaned " license="Apache-2.0" homepage="https://openimagedenoise.github.io" changelog="https://github.com/OpenImageDenoise/oidn/blob/master/CHANGELOG.md" diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template index 8f9ea09613f38..bed5b914d499f 100644 --- a/srcpkgs/pamixer/template +++ b/srcpkgs/pamixer/template @@ -6,7 +6,7 @@ build_style=meson hostmakedepends="pkg-config" makedepends="pulseaudio-devel cxxopts" short_desc="Pulseaudio command line mixer" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/cdemoulins/pamixer" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template index 13f2564606e22..87b4b23dc4d57 100644 --- a/srcpkgs/pass-git-helper/template +++ b/srcpkgs/pass-git-helper/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="pass python3-xdg" checkdepends="python3-pytest-cov python3-pytest-mock python3-xdg" short_desc="Git credential helper interfacing with pass" -maintainer="teldra " +maintainer="Orphaned " license="LGPL-3.0-or-later" homepage="https://github.com/languitar/pass-git-helper" distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz" diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template index 20bcc68db5f14..29c2b7868618f 100644 --- a/srcpkgs/pass/template +++ b/srcpkgs/pass/template @@ -7,7 +7,7 @@ make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes" depends="bash gnupg>=2 tree" checkdepends="gnupg tree git" short_desc="Stores, retrieves, generates, and synchronizes passwords securely" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.passwordstore.org" distfiles="https://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz" diff --git a/srcpkgs/podget/template b/srcpkgs/podget/template index f2e3261df9e23..1d19b7f3f02c7 100644 --- a/srcpkgs/podget/template +++ b/srcpkgs/podget/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-makefile depends="wget" short_desc="Automate downloading of podcasts" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/dvehrs/podget" changelog="https://raw.githubusercontent.com/dvehrs/podget/dev/Changelog" diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index bb6c1ae41fe26..9c06e7a12c842 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -8,7 +8,7 @@ hostmakedepends="python3" depends="python3 rsync xmlto eselect tar zstd" checkdepends="tar zstd gnupg" short_desc="Gentoo's package management system" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://wiki.gentoo.org/wiki/Portage" changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS" diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index 08839c406062a..b8343ec07cf41 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pyudev" checkdepends="python3-pytest" short_desc="Alternative i3bar implementation in Python3" -maintainer="teldra " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/ultrabug/py3status" changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG" diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template index a6fabe065463c..6542dd59411bc 100644 --- a/srcpkgs/radicale/template +++ b/srcpkgs/radicale/template @@ -9,7 +9,7 @@ depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort python3-pytest-cov python3-waitress" short_desc="Complete calendar and contact storing and manipulating solution" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://radicale.org" changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md" diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template index 4f6276ca2477d..f75eb15001f49 100644 --- a/srcpkgs/remwharead/template +++ b/srcpkgs/remwharead/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="poco-devel asciidoc pkg-config" makedepends="poco-devel boost-devel" short_desc="Saves URIs of things you want to remember in a database" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://schlomp.space/tastytea/remwharead" distfiles="https://github.com/tastytea/remwharead/archive/refs/tags/${version}.tar.gz" diff --git a/srcpkgs/viewnior/template b/srcpkgs/viewnior/template index 52c924a162960..ea1e528a8651f 100644 --- a/srcpkgs/viewnior/template +++ b/srcpkgs/viewnior/template @@ -6,7 +6,7 @@ build_style=meson hostmakedepends="pkg-config intltool glib-devel gettext-devel" makedepends="gtk+-devel exiv2-devel" short_desc="Elegant Image Viewer" -maintainer="teldra " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://siyanpanayotov.com/project/viewnior/" distfiles="https://github.com/hellosiyan/Viewnior/archive/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 15ea9ae8bfeb3..cf6911a455ef8 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl" short_desc="Lightweight volume control for pulseaudio in your systray" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://buzz.github.io/volctl/" distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz" diff --git a/srcpkgs/x2vnc/template b/srcpkgs/x2vnc/template index b810f5c5ae9f4..c3ac4df7db158 100644 --- a/srcpkgs/x2vnc/template +++ b/srcpkgs/x2vnc/template @@ -6,7 +6,7 @@ hostmakedepends="imake" makedepends="libXrandr-devel libXxf86dga-devel libX11-devel libXScrnSaver-devel" depends="libXrandr libXxf86dga libX11 libXScrnSaver" short_desc="Connect mouse via VNC" -maintainer="teldra " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://fredrik.hubbe.net/x2vnc.html" distfiles="http://fredrik.hubbe.net/${pkgname}/${pkgname}-${version}.tar.gz"