From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udiskie/
Date: Fri, 22 Jan 2021 13:50:16 +0000 (UTC) [thread overview]
Message-ID: <1611323405.1c44c0d6e3953346e92a0ae4351e1c73e1ee86bd.bkohler@gentoo> (raw)
commit: 1c44c0d6e3953346e92a0ae4351e1c73e1ee86bd
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 13:43:29 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 13:50:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c44c0d6
sys-fs/udiskie: bump to 2.3.0, drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sys-fs/udiskie/Manifest | 3 +-
sys-fs/udiskie/udiskie-2.1.0.ebuild | 49 ----------------------
.../{udiskie-2.1.1.ebuild => udiskie-2.3.0.ebuild} | 8 ++--
3 files changed, 5 insertions(+), 55 deletions(-)
diff --git a/sys-fs/udiskie/Manifest b/sys-fs/udiskie/Manifest
index ea280fce1ba..3c053d2a766 100644
--- a/sys-fs/udiskie/Manifest
+++ b/sys-fs/udiskie/Manifest
@@ -1,3 +1,2 @@
-DIST udiskie-2.1.0.tar.gz 86339 BLAKE2B e92c61ac61aaab81bb91874ed1ed0c8bab60524fe79c9432053968418767b6ebc5c15c33abc74f37471fcc5a799152a50d88528a4b7bbd91e015d448fb36d0cb SHA512 704bdf8226dd2eeb6b13c5a4facca76d9f5fa7119cef7b5af08d0d399f9e65318ed5a921638cd9b7db3acbadcff1029f2e7698a942350f31b8f94f5032c25663
-DIST udiskie-2.1.1.tar.gz 87216 BLAKE2B 4860e8ae7310c89d3292fe7fadcd49f6c92f05628ea0c398f0e7f77183b93c5e34c4119f0ae4b4e031109cc8bc6ea23ddc14c9478709cdce594bfea3b39a1af8 SHA512 bad0f024c64a7d2c48dd6c3bc59f5bc223789bec9a8201f763cabf97096312bbdc9779711d15a9f7f8f9545a7088042b159f856c9a9db12413e9bea41b215ef4
DIST udiskie-2.2.0.tar.gz 88232 BLAKE2B ba037b0828b7bf42b00be481ecec807bc9ed591ad3990cb6b6f0db21b4894c184ff2fcb5410272a55f3f78caae999458cb159cd450ede540606138e5e9dab1af SHA512 7c6c096eeb52458a2e30415c1489a640ca679489a34729f5502ae35f178f810476111a17f082a092d61d6d08022cfd208cb1f71ab34d6b88ea7f1f4e4a1ae49c
+DIST udiskie-2.3.0.tar.gz 89954 BLAKE2B ece40590aee684325a8df4b793a5407a0f15ba07c3d8a0df72d72afe5af2f1d3bb6c072fa33fbe61b647a3ed3b0d5b9f6881be4db3943fdc0208e14ced4acec2 SHA512 4b2d97ac458a70bbb6458fdf2386b5847c1ab590d4f8ae420d4c799871be732f793d31c3c6a51558caea266797da10647de437790237f01cc313e08f74524148
diff --git a/sys-fs/udiskie/udiskie-2.1.0.ebuild b/sys-fs/udiskie/udiskie-2.1.0.ebuild
deleted file mode 100644
index 182cb3d8011..00000000000
--- a/sys-fs/udiskie/udiskie-2.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1 gnome2-utils
-
-DESCRIPTION="An automatic disk mounting service using udisks"
-HOMEPAGE="https://pypi.org/project/udiskie/ https://github.com/coldfix/udiskie"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- sys-fs/udisks:2
- $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' 'python3_6')"
-DEPEND="app-text/asciidoc
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- sed -i -e 's:gtk-update-icon-cache:true:' setup.py || die
- default
-
- distutils-r1_src_prepare
-}
-
-src_compile() {
- distutils-r1_src_compile
- emake -C doc
-}
-
-src_install() {
- distutils-r1_src_install
- doman doc/${PN}.8
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/sys-fs/udiskie/udiskie-2.1.1.ebuild b/sys-fs/udiskie/udiskie-2.3.0.ebuild
similarity index 83%
rename from sys-fs/udiskie/udiskie-2.1.1.ebuild
rename to sys-fs/udiskie/udiskie-2.3.0.ebuild
index 391ac1d6d38..55fa66a15c5 100644
--- a/sys-fs/udiskie/udiskie-2.1.1.ebuild
+++ b/sys-fs/udiskie/udiskie-2.3.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 gnome2-utils
DESCRIPTION="An automatic disk mounting service using udisks"
@@ -17,8 +18,7 @@ IUSE=""
RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
- sys-fs/udisks:2
- $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' 'python3_6')"
+ sys-fs/udisks:2"
DEPEND="app-text/asciidoc
dev-python/setuptools[${PYTHON_USEDEP}]"
next reply other threads:[~2021-01-22 13:50 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 13:50 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 5:24 [gentoo-commits] repo/gentoo:master commit in: sys-fs/udiskie/ Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-06-03 9:59 Ben Kohler
2024-05-16 15:06 Arthur Zamarin
2024-04-27 8:04 Arthur Zamarin
2024-04-26 14:31 Ben Kohler
2024-01-28 16:26 Joonas Niilola
2024-01-28 16:11 Ben Kohler
2023-11-27 13:35 Ben Kohler
2023-11-03 12:23 Ben Kohler
2023-10-30 16:49 Ben Kohler
2023-10-04 16:29 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-03-07 13:47 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-04-14 19:36 Jakov Smolić
2022-04-14 19:36 Jakov Smolić
2022-03-05 19:48 Ben Kohler
2022-02-04 20:27 Ben Kohler
2022-01-07 19:30 Ben Kohler
2022-01-03 9:41 Jakov Smolić
2022-01-03 9:18 Sam James
2021-12-01 12:59 Ben Kohler
2021-08-30 10:28 Ben Kohler
2021-07-15 11:00 Ben Kohler
2021-07-14 18:23 Ben Kohler
2021-07-13 13:44 Ben Kohler
2021-04-19 17:52 Ben Kohler
2021-04-06 13:45 Ben Kohler
2021-03-05 17:19 Ben Kohler
2021-02-27 13:55 Ben Kohler
2021-02-26 14:54 Ben Kohler
2021-01-28 2:15 Ben Kohler
2020-12-28 18:50 Ben Kohler
2020-05-08 14:47 Ben Kohler
2020-04-19 11:53 Ben Kohler
2020-04-19 11:53 Ben Kohler
2020-04-19 11:53 Ben Kohler
2020-02-07 16:55 Ben Kohler
2020-01-21 12:56 Ben Kohler
2020-01-20 13:07 Ben Kohler
2020-01-08 16:53 Ben Kohler
2019-12-31 13:18 Ben Kohler
2019-12-30 13:19 Ben Kohler
2019-12-30 13:03 Ben Kohler
2019-12-29 13:49 Ben Kohler
2019-12-27 15:57 Ben Kohler
2019-11-15 14:06 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-02-18 15:11 Ben Kohler
2018-11-28 14:14 Ben Kohler
2018-11-27 18:11 Ben Kohler
2018-02-07 8:51 Michael Palimaka
2018-02-06 16:24 Thomas Deutschmann
2017-12-15 8:54 Jason Zaman
2017-12-03 9:07 Jeroen Roovers
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=1611323405.1c44c0d6e3953346e92a0ae4351e1c73e1ee86bd.bkohler@gentoo \
--to=bkohler@gentoo.org \
--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