From 5017b70de4777c973300470b220382a3c038a16f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Jun 2018 19:38:22 +0100 Subject: prepare for python3.6 migration --- dev-python/animation/animation-0.0.3-r1.ebuild | 27 ------ dev-python/animation/animation-0.0.3-r2.ebuild | 27 ++++++ dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild | 32 ------- dev-python/meteo-qt/meteo-qt-0.9.5-r2.ebuild | 32 +++++++ dev-python/sh/sh-1.12.14-r1.ebuild | 27 ------ dev-python/sh/sh-1.12.14-r2.ebuild | 27 ++++++ net-misc/dropbox/Manifest | 4 +- net-misc/dropbox/dropbox-43.3.47.ebuild | 121 ------------------------ net-misc/dropbox/dropbox-48.3.56.ebuild | 122 +++++++++++++++++++++++++ 9 files changed, 210 insertions(+), 209 deletions(-) delete mode 100644 dev-python/animation/animation-0.0.3-r1.ebuild create mode 100644 dev-python/animation/animation-0.0.3-r2.ebuild delete mode 100644 dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild create mode 100644 dev-python/meteo-qt/meteo-qt-0.9.5-r2.ebuild delete mode 100644 dev-python/sh/sh-1.12.14-r1.ebuild create mode 100644 dev-python/sh/sh-1.12.14-r2.ebuild delete mode 100644 net-misc/dropbox/dropbox-43.3.47.ebuild create mode 100644 net-misc/dropbox/dropbox-48.3.56.ebuild diff --git a/dev-python/animation/animation-0.0.3-r1.ebuild b/dev-python/animation/animation-0.0.3-r1.ebuild deleted file mode 100644 index d3cbcc77..00000000 --- a/dev-python/animation/animation-0.0.3-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Tools for terminal-based wait animations" -HOMEPAGE="https://github.com/bprinty/animation" -SRC_URI="https://github.com/bprinty/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all -} diff --git a/dev-python/animation/animation-0.0.3-r2.ebuild b/dev-python/animation/animation-0.0.3-r2.ebuild new file mode 100644 index 00000000..a640a257 --- /dev/null +++ b/dev-python/animation/animation-0.0.3-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Tools for terminal-based wait animations" +HOMEPAGE="https://github.com/bprinty/animation" +SRC_URI="https://github.com/bprinty/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild deleted file mode 100644 index 030d36b6..00000000 --- a/dev-python/meteo-qt/meteo-qt-0.9.5-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="System tray application for weather status information" -HOMEPAGE="https://github.com/dglent/meteo-qt" -SRC_URI="https://github.com/dglent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/sip[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all -} diff --git a/dev-python/meteo-qt/meteo-qt-0.9.5-r2.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.5-r2.ebuild new file mode 100644 index 00000000..0123b6d0 --- /dev/null +++ b/dev-python/meteo-qt/meteo-qt-0.9.5-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="System tray application for weather status information" +HOMEPAGE="https://github.com/dglent/meteo-qt" +SRC_URI="https://github.com/dglent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] + dev-python/urllib3[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/sh/sh-1.12.14-r1.ebuild b/dev-python/sh/sh-1.12.14-r1.ebuild deleted file mode 100644 index a986554d..00000000 --- a/dev-python/sh/sh-1.12.14-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Python process launching" -HOMEPAGE="https://amoffat.github.com/sh" -SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all -} diff --git a/dev-python/sh/sh-1.12.14-r2.ebuild b/dev-python/sh/sh-1.12.14-r2.ebuild new file mode 100644 index 00000000..88f0ef95 --- /dev/null +++ b/dev-python/sh/sh-1.12.14-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Python process launching" +HOMEPAGE="https://amoffat.github.com/sh" +SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest index 082ab8e2..2bd117e5 100644 --- a/net-misc/dropbox/Manifest +++ b/net-misc/dropbox/Manifest @@ -1,2 +1,2 @@ -DIST dropbox-lnx.x86-43.3.47.tar.gz 108318530 SHA256 081cb20157683583dcf5fbdfde45c83eddd1d2f156b7f80b4d1ced6a95e47814 SHA512 23df4e4e2c3cd99d16890091a7c2d3f61341806241462b6ef095b86d5db4b663090e12848038c731014079dd77adaef47fb721b1eac8bc84e945daaae3ee438a WHIRLPOOL 5bc378a03666334ca64d065190a79c1c5f0a7b49a707b2a0ce2aafd1e222f5672cfe8ea432f30ae58f587b4fa0cd79c7bad05c7fe6c7704b152912c76437bca6 -DIST dropbox-lnx.x86_64-43.3.47.tar.gz 114389696 SHA256 c4a7331df7b8619d650944fd782e933666d8c292dde114fb828fb57b32595624 SHA512 e11b01cdf67e16593822d722a8e3d822e9a02a99036a938521bb9e31a2451118168e434e1924006d9629d7b2a847bfacd2d7b0b213d6e1c90fb92fa3378629bf WHIRLPOOL dd39cd832f9d363a4ab2f55d400b478b7a728daca796784ad0de3e58e9ff962649184c7d47ac158a91c1c5927d8ecfbebf3377ac8bbd47486ecd913de56945c8 +DIST dropbox-lnx.x86-48.3.56.tar.gz 108876564 BLAKE2B b809a220605265685026657e791aff3e716f7ff51e1fc5074d66df87eb8dc473c63c7513c94ca0715844c600fe71aaa3c42a108be4baee2e3e72baade97e3429 SHA512 3174c41e19a01cbd986c111711bc0df80b68882d595a5c869b81bfa1982b3f219da4cda852168bf7fdc9d67b91f52260017f4d25508f6372efd470536a6b96c8 +DIST dropbox-lnx.x86_64-48.3.56.tar.gz 114940928 BLAKE2B 7d678344b59aa12bdbd28f3e425c0b80b15feae403911ef25a03150d1dfa47e94da1eb17d4b703feea6721d2fdfa721da54fab92e1a56b6b8f31456482bc3614 SHA512 cbd3eed71286be079aa8c898929dea305a4cefb9b5e2e41b196d07f68bfc3b5f2839f78d676a3fd7df62644fe00b9ad1930121bde88a6eea9c864d956ccb6f8e diff --git a/net-misc/dropbox/dropbox-43.3.47.ebuild b/net-misc/dropbox/dropbox-43.3.47.ebuild deleted file mode 100644 index 6ec33da2..00000000 --- a/net-misc/dropbox/dropbox-43.3.47.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) -inherit eutils gnome2-utils pax-utils systemd python-single-r1 - -DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" -HOMEPAGE="http://dropbox.com/" -SRC_URI=" - x86? ( https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86-${PV}.tar.gz ) - amd64? ( https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-${PV}.tar.gz )" - -LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" -SLOT="0" -KEYWORDS="amd64 ~x86 ~x86-linux" -IUSE="+librsync-bundled selinux X" -RESTRICT="mirror strip" - -QA_PREBUILT="opt/.*" -QA_EXECSTACK="opt/dropbox/dropbox" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="librsync-bundled? ( dev-util/patchelf )" - -# Be sure to have GLIBCXX_3.4.9, #393125 -# USE=X require wxGTK's dependencies. system-library cannot be used due to -# missing symbol (CtlColorEvent). #443686 -RDEPEND="${PYTHON_DEPS} - X? ( - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[-gles2,xcb] - dev-qt/qtopengl:5[-gles2] - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5[-gles2] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5[-gles2] - media-libs/fontconfig - media-libs/freetype - virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/pango[X] - x11-misc/wmctrl - x11-themes/hicolor-icon-theme - ) - !librsync-bundled? ( =sys-devel/gcc-4.2.0 - sys-libs/zlib - sys-libs/ncurses:1/5" - -src_unpack() { - unpack ${A} - mkdir -p "${S}" || die - mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die - mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die - rmdir "${S}"/dropbox-lnx.*-${PV}/ || die - rmdir .dropbox-dist || die -} - -src_prepare() { - eapply_user - - rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die - # tray icon doesnt load when removing libQt5* (bug 641416) - #rm -vrf libQt5* libicu* qt.conf plugins/ || die - if use X ; then - mv images/hicolor/16x16/status "${T}" || die - else - rm -vrf PyQt5* *pyqt5* images || die - fi - if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die - else - rm -vf librsync.so.1 || die - fi - pax-mark cm dropbox - mv README ACKNOWLEDGEMENTS "${T}" || die -} - -src_install() { - local targetdir="/opt/dropbox" - - insinto "${targetdir}" - doins -r * - fperms a+x "${targetdir}"/{dropbox,dropbox_py3,dropboxd} - dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" - - use X && doicon -s 16 -c status "${T}"/status - - make_desktop_entry "${PN}" "Dropbox" - - newinitd "${FILESDIR}"/dropbox.initd dropbox - newconfd "${FILESDIR}"/dropbox.conf dropbox - systemd_newunit "${FILESDIR}"/dropbox_at.service-r1 "dropbox@.service" - - dodoc "${T}"/{README,ACKNOWLEDGEMENTS} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/dropbox/dropbox-48.3.56.ebuild b/net-misc/dropbox/dropbox-48.3.56.ebuild new file mode 100644 index 00000000..09a67447 --- /dev/null +++ b/net-misc/dropbox/dropbox-48.3.56.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) +inherit eutils gnome2-utils pax-utils systemd python-single-r1 + +DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" +HOMEPAGE="https://www.dropbox.com/" +SRC_URI=" + x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) + amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )" + +LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" +SLOT="0" +KEYWORDS="amd64" +IUSE="+librsync-bundled selinux X" +RESTRICT="mirror strip" + +QA_PREBUILT="opt/.*" +QA_EXECSTACK="opt/dropbox/dropbox" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="librsync-bundled? ( dev-util/patchelf )" + +# Be sure to have GLIBCXX_3.4.9, #393125 +# USE=X require wxGTK's dependencies. system-library cannot be used due to +# missing symbol (CtlColorEvent). #443686 +RDEPEND="${PYTHON_DEPS} + X? ( + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5[-gles2,xcb] + dev-qt/qtopengl:5[-gles2] + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5[-gles2] + dev-qt/qtwebkit:5 + dev-qt/qtwidgets:5[-gles2] + media-libs/fontconfig + media-libs/freetype + virtual/jpeg + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXinerama + x11-libs/libXxf86vm + x11-libs/pango[X] + x11-misc/wmctrl + x11-themes/hicolor-icon-theme + ) + !librsync-bundled? ( =sys-devel/gcc-4.2.0 + sys-libs/zlib + sys-libs/ncurses:1/5 + )" + +src_unpack() { + unpack ${A} + mkdir -p "${S}" || die + mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die + mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die + rmdir "${S}"/dropbox-lnx.*-${PV}/ || die + rmdir .dropbox-dist || die +} + +src_prepare() { + eapply_user + + rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die + # tray icon doesnt load when removing libQt5* (bug 641416) + #rm -vrf libQt5* libicu* qt.conf plugins/ || die + if use X ; then + mv images/hicolor/16x16/status "${T}" || die + else + rm -vrf PyQt5* *pyqt5* images || die + fi + if use librsync-bundled ; then + patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die + else + rm -vf librsync.so.1 || die + fi + pax-mark cm dropbox + mv README ACKNOWLEDGEMENTS "${T}" || die +} + +src_install() { + local targetdir="/opt/dropbox" + + insinto "${targetdir}" + doins -r * + fperms a+x "${targetdir}"/{dropbox,dropbox_py3,dropboxd} + dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" + + use X && doicon -s 16 -c status "${T}"/status + + make_desktop_entry "${PN}" "Dropbox" + + newinitd "${FILESDIR}"/dropbox.initd dropbox + newconfd "${FILESDIR}"/dropbox.conf dropbox + systemd_newunit "${FILESDIR}"/dropbox_at.service-r1 "dropbox@.service" + + dodoc "${T}"/{README,ACKNOWLEDGEMENTS} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} -- cgit v1.2.3