From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- sys-fs/traydevice/Manifest | 2 +- sys-fs/traydevice/traydevice-1.6.2-r1.ebuild | 37 ------------------------- sys-fs/traydevice/traydevice-1.6.2-r2.ebuild | 40 ++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 38 deletions(-) delete mode 100644 sys-fs/traydevice/traydevice-1.6.2-r1.ebuild create mode 100644 sys-fs/traydevice/traydevice-1.6.2-r2.ebuild (limited to 'sys-fs/traydevice') diff --git a/sys-fs/traydevice/Manifest b/sys-fs/traydevice/Manifest index e195e78474cb..524704141c49 100644 --- a/sys-fs/traydevice/Manifest +++ b/sys-fs/traydevice/Manifest @@ -1,3 +1,3 @@ DIST traydevice-1.6.2.tar.gz 29238 BLAKE2B 78a5e01ad4f5f1f4df2f64d876b2567aa2001683c9827ac4a152219ab0febeaf4a47744f4cca277516a1cd4a2461f2fd915ab08762c16ab9198326fa2f2c0bab SHA512 19523c502a58aed9e1ea3c52970438a7119d9f4895527777b6c5c4167d44e917b23ca4cb7c1916f7eb7ff8c539d3c72cc1b70712affaa32a9eaa344ec8e92634 -EBUILD traydevice-1.6.2-r1.ebuild 887 BLAKE2B 1085ffd65714fcc17ded9428f99fecc244ef24ac9d334e3435e88859e9bccb4c7f103b211c93864cc32540e6fe3ae070dbd2bb51d53a8cbdb6043a34992d4706 SHA512 bd8174c9438d9ccdf5c70a5f761ac5c3b28216cbfdd935f5f01f165348da05bc2dc1adedcd45c35999810e889ccede84dba3d14260bbc6cecc8f19798e16cd66 +EBUILD traydevice-1.6.2-r2.ebuild 936 BLAKE2B 3a138ad8363021abd13fca896523a9b17188ad78a773ea9e53a99ec48434849ef0d4153831510bbecb1b43891ffd43cc489c1365eb1ed841c463dff95f1c32f1 SHA512 e92df319cf7effc0a5930242f7c5aa567328a1625c447e5cb2e420e341aa3f0ec8d17904103cffae82b03487e4b6b6722055e82abfb73d2c26686f08e95ea876 MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4 diff --git a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild deleted file mode 100644 index da259161112d..000000000000 --- a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="A little desktop application displaying systray icon for UDisks" -HOMEPAGE="https://savannah.nongnu.org/projects/traydevice/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - sys-fs/udisks:2" -DEPEND="app-text/docbook2X" - -src_compile() { :; } - -python_install() { - distutils-r1_python_install \ - --prefix=/usr \ - --install-data=/usr/share/${PN} \ - --install-man=/usr/share/man \ - --docbook2man=docbook2man.pl -} - -python_install_all() { - distutils-r1_python_install_all - rm -f "${ED}"/usr/share/${PN}/doc/*.txt -} diff --git a/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild new file mode 100644 index 000000000000..43f07a7fa705 --- /dev/null +++ b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="A little desktop application displaying systray icon for UDisks" +HOMEPAGE="https://savannah.nongnu.org/projects/traydevice/" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/lxml[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + ') + sys-fs/udisks:2" +DEPEND="app-text/docbook2X" + +src_compile() { :; } + +python_install() { + distutils-r1_python_install \ + --prefix=/usr \ + --install-data=/usr/share/${PN} \ + --install-man=/usr/share/man \ + --docbook2man=docbook2man.pl +} + +python_install_all() { + distutils-r1_python_install_all + rm -f "${ED}"/usr/share/${PN}/doc/*.txt +} -- cgit v1.2.3