From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 818881382C5 for ; Sat, 30 Jan 2021 01:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5775CE0A5A; Sat, 30 Jan 2021 01:16:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31FF6E0A5A for ; Sat, 30 Jan 2021 01:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF18433E362 for ; Sat, 30 Jan 2021 01:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EF04A4 for ; Sat, 30 Jan 2021 01:16:44 +0000 (UTC) From: "Philip Miess" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philip Miess" Message-ID: <1611969735.e75a41a6cee39817125b5ca10199a7b7226c6f54.Phil_miess@gentoo> Subject: [gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/ X-VCS-Repository: repo/user/superposition X-VCS-Files: sys-apps/0install/0install-2.3.12.ebuild sys-apps/0install/0install-2.3.13.ebuild X-VCS-Directories: sys-apps/0install/ X-VCS-Committer: Phil_miess X-VCS-Committer-Name: Philip Miess X-VCS-Revision: e75a41a6cee39817125b5ca10199a7b7226c6f54 X-VCS-Branch: master Date: Sat, 30 Jan 2021 01:16:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80befb97-61b2-4b2f-be23-84c91eab8b34 X-Archives-Hash: 2b46e840962b53aefa71dbb8f6518b6b commit: e75a41a6cee39817125b5ca10199a7b7226c6f54 Author: Philip Miess yahoo com> AuthorDate: Sat Jan 30 01:22:15 2021 +0000 Commit: Philip Miess yahoo com> CommitDate: Sat Jan 30 01:22:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e75a41a6 version bumps Signed-off-by: Philip Miess yahoo.com> sys-apps/0install/0install-2.3.12.ebuild | 50 ++++++++++++++++++++++++++++++++ sys-apps/0install/0install-2.3.13.ebuild | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/sys-apps/0install/0install-2.3.12.ebuild b/sys-apps/0install/0install-2.3.12.ebuild new file mode 100644 index 0000000..aa900a8 --- /dev/null +++ b/sys-apps/0install/0install-2.3.12.ebuild @@ -0,0 +1,50 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_REQ_USE="xml(+)" +inherit xdg-utils distutils-r1 + +DESCRIPTION="Zeroinstall Injector allows regular users to install software themselves" +HOMEPAGE="http://0install.net/" +SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +RDEPEND=" + $(python_gen_any_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + app-crypt/gnupg +" + +python_check_deps() { + has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" +} + +python_prepare_all() { + # Change manpage install path (Bug 207495) + sed -i 's:man/man1:share/man/man1:' setup.py || die 'Documentation path fix sed failed.' + distutils-r1_python_prepare_all +} + +python_install_all() { + distutils-r1_python_install_all + + local BASE_XDG_CONFIG="/etc/xdg/0install.net" + local BASE_XDG_DATA="/usr/share/0install.net" + + insinto "${BASE_XDG_CONFIG}/injector" + newins "${FILESDIR}/global.cfg" global + + dodir "${BASE_XDG_DATA}/native_feeds" +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/sys-apps/0install/0install-2.3.13.ebuild b/sys-apps/0install/0install-2.3.13.ebuild new file mode 100644 index 0000000..aa900a8 --- /dev/null +++ b/sys-apps/0install/0install-2.3.13.ebuild @@ -0,0 +1,50 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_REQ_USE="xml(+)" +inherit xdg-utils distutils-r1 + +DESCRIPTION="Zeroinstall Injector allows regular users to install software themselves" +HOMEPAGE="http://0install.net/" +SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +RDEPEND=" + $(python_gen_any_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + app-crypt/gnupg +" + +python_check_deps() { + has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" +} + +python_prepare_all() { + # Change manpage install path (Bug 207495) + sed -i 's:man/man1:share/man/man1:' setup.py || die 'Documentation path fix sed failed.' + distutils-r1_python_prepare_all +} + +python_install_all() { + distutils-r1_python_install_all + + local BASE_XDG_CONFIG="/etc/xdg/0install.net" + local BASE_XDG_DATA="/usr/share/0install.net" + + insinto "${BASE_XDG_CONFIG}/injector" + newins "${FILESDIR}/global.cfg" global + + dodir "${BASE_XDG_DATA}/native_feeds" +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}