public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udiskie/
Date: Tue, 21 Jan 2020 12:56:54 +0000 (UTC)	[thread overview]
Message-ID: <1579611404.be8a558430a1f3f6964aceba84ea72f56cfe8684.bkohler@gentoo> (raw)

commit:     be8a558430a1f3f6964aceba84ea72f56cfe8684
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 12:56:07 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 12:56:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8a5584

sys-fs/udiskie: bump to 2.0.4 & drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-fs/udiskie/Manifest                            |  3 +-
 sys-fs/udiskie/udiskie-2.0.3.ebuild                | 49 ----------------------
 ...diskie-2.0.2-r1.ebuild => udiskie-2.0.4.ebuild} |  0
 3 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/sys-fs/udiskie/Manifest b/sys-fs/udiskie/Manifest
index fdc0ac7df30..359afec1c15 100644
--- a/sys-fs/udiskie/Manifest
+++ b/sys-fs/udiskie/Manifest
@@ -1,3 +1,2 @@
 DIST udiskie-1.7.7.tar.gz 91858 BLAKE2B 7d9729f8c66e0d9afdf2b89f5cc2a941ce6726c809af1069146f13466eccdfa54ed45f43535d84592f1b09ccf6454814d7ff62d453781c547ebfb989fcab7767 SHA512 ea192cc8a50c742e96d5163bb1378a7cd110599cfe731d676343766a1ce3ee1102ab43322c5f9666d6c6a232e310fd494e0f76ad33aeab1fd8225a3267f3193a
-DIST udiskie-2.0.2.tar.gz 85616 BLAKE2B 4d2ab17679610a4d3aa5eae5e6a611a5ae16e7958071c6b44f52884d945b7776d5dd84e85acda2a9b763f5c7da8846e0d2a80e7c788b739953cde04790610804 SHA512 ae3e298b11adaa50046bf521c5f3bd67cbcaa2f1e1cf18cf43f4b6b086ded2540f7db93de5c8b57048ea1bb115fb5266f9e3b69f7bb1acb9b7f429efcbe101c1
-DIST udiskie-2.0.3.tar.gz 85690 BLAKE2B 3d2fd2c666624defca4ff9a288412d184169759d8051d07c4c2b9dd8e5b7befab0193753cc714b3668b298949b8dc52324cfa273f5e7590fec3990aff3caffc7 SHA512 a6bd1c13648e9b58fe862059880c48dcf736448b44567b3551730ce959e2d33993a0e553d868f1788512004134709e44f38fca7ef476222a0739aef02d9a2473
+DIST udiskie-2.0.4.tar.gz 85944 BLAKE2B f7281ea04e6a5d76d490fa7f126e6214d4a9cf77d055e8d19d30395ae710e4298026cf50c58629634b6d81c095baff731b315fe175ec2fc94eff2ea518d18a0b SHA512 67dc6d27edaf956cd2b7d5de2625b15029723573a3f7bcabd56d397fb1493010c50194cd178f0c4071a0bebaed4672a19f39d902946c7bfb0891000fdf3f43cc

diff --git a/sys-fs/udiskie/udiskie-2.0.3.ebuild b/sys-fs/udiskie/udiskie-2.0.3.ebuild
deleted file mode 100644
index 342a8f0494a..00000000000
--- a/sys-fs/udiskie/udiskie-2.0.3.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.0.2-r1.ebuild b/sys-fs/udiskie/udiskie-2.0.4.ebuild
similarity index 100%
rename from sys-fs/udiskie/udiskie-2.0.2-r1.ebuild
rename to sys-fs/udiskie/udiskie-2.0.4.ebuild


             reply	other threads:[~2020-01-21 12:56 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 12:56 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
2021-01-22 13:50 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-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=1579611404.be8a558430a1f3f6964aceba84ea72f56cfe8684.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