From 088703d8dad448599318e0d758fe6bffca928659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 22 Nov 2019 14:14:59 +0100 Subject: [PATCH] orphan dleeram's packages --- srcpkgs/iomenu/template | 4 ++-- srcpkgs/neovim-remote/template | 4 ++-- srcpkgs/python-kitchen/template | 4 ++-- srcpkgs/rtv/template | 4 ++-- srcpkgs/rustfmt/template | 4 ++-- srcpkgs/rustup/template | 4 ++-- srcpkgs/xurls/template | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/srcpkgs/iomenu/template b/srcpkgs/iomenu/template index 380624a23b5..d89a7b0fb7c 100644 --- a/srcpkgs/iomenu/template +++ b/srcpkgs/iomenu/template @@ -1,10 +1,10 @@ # Template file for 'iomenu' pkgname=iomenu version=1.0 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Interactive selection menu" -maintainer="dleeram " +maintainer="Orphaned " license="ISC" homepage="https://github.com/josuah/${pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template index d8473bf0521..a19b9120bea 100644 --- a/srcpkgs/neovim-remote/template +++ b/srcpkgs/neovim-remote/template @@ -1,7 +1,7 @@ # Template file for 'neovim-remote' pkgname=neovim-remote version=2.2.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="nvr" @@ -9,7 +9,7 @@ hostmakedepends="python3-setuptools" depends="python3-neovim python3-psutil" checkdepends="python3-neovim python3-psutil python3-pytest" short_desc="Control nvim processes using 'nvr' commandline tool" -maintainer="dleeram " +maintainer="Orphaned " license="MIT" homepage="https://github.com/mhinz/neovim-remote" distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz" diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template index 2bbd68c13c9..214b2c608ee 100644 --- a/srcpkgs/python-kitchen/template +++ b/srcpkgs/python-kitchen/template @@ -1,7 +1,7 @@ # Template file for 'python-kitchen' pkgname=python-kitchen version=1.2.6 -revision=1 +revision=2 archs=noarch wrksrc="kitchen-${version}" build_style=python-module @@ -9,7 +9,7 @@ pycompile_module="kitchen" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Useful snippets for Python2" -maintainer="dleeram " +maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/fedora-infra/kitchen" distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz" diff --git a/srcpkgs/rtv/template b/srcpkgs/rtv/template index 1a089e3e88d..65ac7769188 100644 --- a/srcpkgs/rtv/template +++ b/srcpkgs/rtv/template @@ -1,7 +1,7 @@ # Template file for 'rtv' pkgname=rtv version=1.27.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="rtv" @@ -9,7 +9,7 @@ hostmakedepends="python3-setuptools" depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen python3-requests python3-six" short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)" -maintainer="dleeram " +maintainer="Orphaned " license="MIT" homepage="https://github.com/michael-lazar/${pkgname}" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/rustfmt/template b/srcpkgs/rustfmt/template index 1c9a8632d59..92d5236805b 100644 --- a/srcpkgs/rustfmt/template +++ b/srcpkgs/rustfmt/template @@ -1,10 +1,10 @@ # Template file for 'rustfmt' pkgname=rustfmt version=0.9.0 -revision=2 +revision=3 build_style=cargo short_desc="Tool to find and fix Rust formatting issues" -maintainer="Daniel Lee Ramírez " +maintainer="Orphaned " license="Apache-2.0, MIT" homepage="https://github.com/rust-lang-nursery/${pkgname}" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index c8eb053bd30..2d4fb92f69a 100644 --- a/srcpkgs/rustup/template +++ b/srcpkgs/rustup/template @@ -1,14 +1,14 @@ # Template file for 'rustup' pkgname=rustup version=1.20.2 -revision=1 +revision=2 wrksrc="${pkgname}.rs-${version}" build_style=cargo configure_args="--features no-self-update --bin rustup-init" hostmakedepends="perl pkg-config" makedepends="libressl-devel zlib-devel libcurl-devel" short_desc="Rust toolchain installer" -maintainer="Daniel Lee Ramírez " +maintainer="Orphaned " license="Apache-2.0, MIT" homepage="https://www.rustup.rs" distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz" diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index c1d66b933ba..07679c0d406 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,13 +1,13 @@ # Template file for 'xurls' pkgname=xurls version=2.1.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/mvdan/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}" hostmakedepends="git" short_desc="Extract urls from text" -maintainer="dleeram " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://www.github.com/mvdan/xurls" distfiles="${homepage}/archive/v${version}.tar.gz"