From: "Philip Miess" <Phil_miess@yahoo.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/
Date: Sat, 30 Jan 2021 01:16:44 +0000 (UTC) [thread overview]
Message-ID: <1611969735.e75a41a6cee39817125b5ca10199a7b7226c6f54.Phil_miess@gentoo> (raw)
commit: e75a41a6cee39817125b5ca10199a7b7226c6f54
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Jan 30 01:22:15 2021 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> 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 <Philip_Miess <AT> 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
+}
next reply other threads:[~2021-01-30 1:16 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-30 1:16 Philip Miess [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-19 15:21 [gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/ Philip Miess
2024-09-19 14:57 Philip Miess
2023-06-03 20:08 Philip Miess
2023-06-03 19:39 Philip Miess
2021-06-16 23:21 Philip Miess
2021-01-30 1:29 Philip Miess
2021-01-30 1:22 Philip Miess
2021-01-30 1:01 Philip Miess
2020-04-13 1:31 Philip Miess
2020-04-12 12:53 Philip Miess
2020-04-12 12:50 Philip Miess
2020-04-12 3:51 Philip Miess
2020-04-12 2:41 Philip Miess
2020-04-12 2:34 Philip Miess
2020-04-12 2:32 Philip Miess
2020-04-12 0:30 Philip Miess
2020-04-12 0:19 Philip Miess
2020-04-12 0:10 Philip Miess
2020-04-11 23:42 Philip Miess
2020-02-29 12:30 Philip Miess
2020-02-29 12:30 Philip Miess
2019-10-31 23:25 Philip Miess
2019-01-29 2:30 Philip Miess
2019-01-29 2:28 Philip Miess
2019-01-29 2:28 Philip Miess
2019-01-28 3:11 Philip Miess
2018-09-02 23:23 Philip Miess
2018-09-02 23:14 Philip Miess
2018-01-22 2:28 Philip Miess
2018-01-22 2:18 Philip Miess
2018-01-22 2:03 Philip Miess
2018-01-22 2:00 Philip Miess
2018-01-22 1:53 Philip Miess
2018-01-22 1:30 Philip Miess
2018-01-20 23:32 Philip Miess
2018-01-20 22:23 Philip Miess
2018-01-20 2:22 Philip Miess
2018-01-19 3:30 Philip Miess
2018-01-19 3:19 Philip Miess
2018-01-19 2:53 Philip Miess
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611969735.e75a41a6cee39817125b5ca10199a7b7226c6f54.Phil_miess@gentoo \
--to=phil_miess@yahoo.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox