tMake repoman happy. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 80721b4809779d827d3863fe887315ce39e5f653 DIR parent 84b190d95e0f015039a678ef1c65787d6770a4de HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 15 Nov 2020 10:45:19 +0100 Make repoman happy. Diffstat: M app-arch/unarr/unarr-9999.ebuild | 6 +++--- M app-crypt/tomb/tomb-2.4-r2.ebuild | 8 ++++---- A app-misc/scroll/metadata.xml | 8 ++++++++ A app-misc/wendy/metadata.xml | 8 ++++++++ M dev-util/devscripts/devscripts-2.2… | 3 +-- M dev-util/gtk-doc/gtk-doc-1.33.0.eb… | 3 +-- A net-misc/hurl/metadata.xml | 8 ++++++++ M sys-kernel/hardened-sources/harden… | 6 +++--- M x11-themes/numix-blue-gtk-theme/nu… | 1 - 9 files changed, 36 insertions(+), 15 deletions(-) --- DIR diff --git a/app-arch/unarr/unarr-9999.ebuild b/app-arch/unarr/unarr-9999.ebuild t@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" BDEPEND="" PATCHES=( - ${FILESDIR}/rar-get-name.patch - ${FILESDIR}/tar-get-name.patch - ${FILESDIR}/zip-get-name.patch + "${FILESDIR}/rar-get-name.patch" + "${FILESDIR}/tar-get-name.patch" + "${FILESDIR}/zip-get-name.patch" ) DIR diff --git a/app-crypt/tomb/tomb-2.4-r2.ebuild b/app-crypt/tomb/tomb-2.4-r2.ebuild t@@ -1,7 +1,7 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils DESCRIPTION="The Crypto Undertaker" t@@ -12,8 +12,8 @@ S="${WORKDIR}/Tomb-${PV}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="tools" +KEYWORDS="amd64 arm arm64" +IUSE="+tools" DEPEND=" app-shells/zsh DIR diff --git a/app-misc/scroll/metadata.xml b/app-misc/scroll/metadata.xml t@@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> +<email>parazyd@dyne.org</email> +<name>parazyd</name> +</maintainer> +</pkgmetadata> DIR diff --git a/app-misc/wendy/metadata.xml b/app-misc/wendy/metadata.xml t@@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> +<email>parazyd@dyne.org</email> +<name>parazyd</name> +</maintainer> +</pkgmetadata> DIR diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild t@@ -1,6 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 DIR diff --git a/dev-util/gtk-doc/gtk-doc-1.33.0.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.0.ebuild t@@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit autotools eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1 t@@ -17,7 +17,6 @@ IUSE="debug doc emacs" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - ${PYTHON_DEPS} >=dev-libs/glib-2.6:2 dev-libs/libxslt >=dev-libs/libxml2-2.3.6:2 DIR diff --git a/net-misc/hurl/metadata.xml b/net-misc/hurl/metadata.xml t@@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> +<email>parazyd@dyne.org</email> +<name>parazyd</name> +</maintainer> +</pkgmetadata> DIR diff --git a/sys-kernel/hardened-sources/hardened-sources-5.8.18.ebuild b/sys-kernel/hardened-sources/hardened-sources-5.8.18.ebuild t@@ -1,7 +1,7 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_DEBLOB_AVAILABLE="1" t@@ -13,4 +13,4 @@ DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="https://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" DIR diff --git a/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild b/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild t@@ -45,4 +45,3 @@ src_compile() { src_install() { default } -