diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest index 590626e7a3..7e3812dc5d 100644 --- a/app-arch/libarchive-qt/Manifest +++ b/app-arch/libarchive-qt/Manifest @@ -1 +1 @@ -DIST libarchive-qt-2.0.2.tar.gz 52672 BLAKE2B f3b223c5a5a468c3c7f2dac00b37b13c61d9cd86764af28468543cc899e79a6b9019a460fa8a4d73ef94f6f6233d7409f525cac6a0024c71b8f66f262d9d95ad SHA512 bf82884134265a825b49e3d313279d8826c422a54a5be65f170995c140ed2f4e6eca1cb939bf23bd1c04ef6bd60e47f9ae1cb5acaa505a114d2f1dfbb24c7c5c +DIST libarchive-qt-2.0.3.tar.gz 52793 BLAKE2B bfc29a21c54421b4c589eb5d444b7d9cb40c9d4f71b3ac36489df5f919e9d6eb2455574b1ad6c435cb3556f5ff697a0e6244554cf2dbaf032c1c77dc454f8328 SHA512 4d3c809a6bac4db576314a6b52893613de3b6d7eefc7ce74271ce5e6c5b73f3650380ba4b987724abda722e70cce3d1555a5ffd470d867ae9e1157cde7e761ee diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild similarity index 57% rename from app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild rename to app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild index b2e5605fbf..74abd09fda 100644 --- a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib qmake-utils xdg +inherit multilib xdg cmake DESCRIPTION="A Qt based archiving solution with libarchive backend" HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" @@ -20,6 +20,7 @@ fi RESTRICT="test" LICENSE="LGPL-3" SLOT="0" +IUSE="static-libs" DEPEND=" app-arch/libarchive[lzma,bzip2,zlib] @@ -30,25 +31,9 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare() { - default - - # remove override of the libpath - sed -i -e '/^ target.path/d' lib/shared.pro || die - sed -i -e '/^ target.path/d' lib/static.pro || die - - # fix prefix of lib files - sed -i -e 's/$$INSTALL_PREFIX/$$PREFIX/g' lib/shared.pro || die - sed -i -e 's/$$INSTALL_PREFIX/$$PREFIX/g' lib/static.pro || die -} - src_configure() { - local lib="$(get_libdir)" - # '^^' because we need to upcase the definition - eqmake5 DEFINES+="${lib^^}" -} - -src_install() { - einstalldocs - emake INSTALL_ROOT="${ED}" install + local mycmakeargs=( + -DINSTALL_STATIC=$(usex static-libs) + ) + cmake_src_configure } diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild index 39ebdda53a..74abd09fda 100644 --- a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild +++ b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild @@ -20,6 +20,7 @@ fi RESTRICT="test" LICENSE="LGPL-3" SLOT="0" +IUSE="static-libs" DEPEND=" app-arch/libarchive[lzma,bzip2,zlib] @@ -29,3 +30,10 @@ DEPEND=" dev-qt/qtgui:5 " RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DINSTALL_STATIC=$(usex static-libs) + ) + cmake_src_configure +} diff --git a/app-editors/typora-bin/metadata.xml b/app-editors/typora-bin/metadata.xml index fcfbbf6928..5595aa5958 100644 --- a/app-editors/typora-bin/metadata.xml +++ b/app-editors/typora-bin/metadata.xml @@ -2,7 +2,7 @@ - avis@autistici.org + queereen@riseup.net Avis Drożniak diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild index cb7e4350c4..fc1051d6e9 100644 --- a/app-editors/typora-bin/typora-bin-9999.ebuild +++ b/app-editors/typora-bin/typora-bin-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg-utils desktop +inherit desktop xdg DESCRIPTION="a markdown editor,markdown reader." HOMEPAGE="https://typora.io" @@ -20,6 +20,8 @@ RDEPEND=" ${DEPEND}" BDEPEND="" +QA_PREBUILT="*" + src_unpack() { if [ ${A} != "" ]; then unpack ${A} @@ -34,10 +36,5 @@ src_install() { dosym -r /opt/Typora-linux-x64/Typora /usr/bin/Typora fperms 0755 /opt/Typora-linux-x64/Typora fperms 4755 /opt/Typora-linux-x64/chrome-sandbox - domenu /usr/share/applications/ - doins "${FILESDIR}/Typora.desktop" -} - -pkg_postinst() { - xdg_desktop_database_update + domenu "${FILESDIR}/Typora.desktop" } diff --git a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild index df36d0b559..5bb09beecd 100644 --- a/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild +++ b/app-editors/visual-studio-code-bin/visual-studio-code-bin-1.55.0.ebuild @@ -27,6 +27,7 @@ RDEPEND=" x11-libs/cairo x11-libs/gtk+:3 x11-libs/libnotify + x11-libs/libxkbfile x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango" diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild index c75c04ad46..e8816e6d84 100644 --- a/app-misc/ntfy/ntfy-2.7.0.ebuild +++ b/app-misc/ntfy/ntfy-2.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild index 605c10ad30..618ee0728f 100644 --- a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild +++ b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/anyio/anyio-2.1.0.ebuild b/dev-python/anyio/anyio-2.1.0.ebuild index 3e5f0dd979..c5e3308e97 100644 --- a/dev-python/anyio/anyio-2.1.0.ebuild +++ b/dev-python/anyio/anyio-2.1.0.ebuild @@ -28,7 +28,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" # This is a mess RESTRICT="test" diff --git a/dev-python/anyio/anyio-2.2.0.ebuild b/dev-python/anyio/anyio-2.2.0.ebuild index f6ffbc88bf..f74abd4081 100644 --- a/dev-python/anyio/anyio-2.2.0.ebuild +++ b/dev-python/anyio/anyio-2.2.0.ebuild @@ -23,7 +23,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/curio-1.4[${PYTHON_USEDEP}] diff --git a/dev-python/asciimatics/Manifest b/dev-python/asciimatics/Manifest index ee89dd9255..d92fb4dc1b 100644 --- a/dev-python/asciimatics/Manifest +++ b/dev-python/asciimatics/Manifest @@ -1,3 +1 @@ -DIST asciimatics-1.11.0.tar.gz 1544889 BLAKE2B 98492a3bef25331daf085bfd93e17a244cd70939d06ead1c4e6dfa546411e268b7c278b7e05046c42d59faf35d85c6c584663aac3566ef82e682740f9fa67fa4 SHA512 7703e29955c984cb091a1cfda01abf31ad108da0488d0dd1c941593689cc4ebb899565471d5d4396b910a9770e640e0cba835c4dac203bd1c4a853ce7dcaacbc -DIST asciimatics-1.12.0.tar.gz 1569408 BLAKE2B ee8071e3f49c05adfe70fb41a91cd422ed92aac51fb8c7f05b22e62f543d5a6a9a382fe4bfc7e9ae9220264303879c722e467d74a3134df66a3f762eea63af9e SHA512 9c7e18079b5560256bc93c39d41852878b2e57ccadb515563ff5eaea0234fae77e5494e4bd6ef3ac5ab386cd49cc96f6c56336c8f9fa4321592d23eb3c857812 DIST asciimatics-1.13.0.tar.gz 2521962 BLAKE2B 35b564f7b0a33c658b93ad8bdad5bfb53c12da8dbe3347c1651fe3e1886c1721282455c7a668cbc85a12cd34944cc4d701d86862a622efb384739122ad983ba5 SHA512 b3943765c151b030e41bb08f3e85891449fb51533b18fae792289274f53b8548d2c7507533a56eb45797c9f44ae4963c0c247c37d6f375535900a4204238a95f diff --git a/dev-python/asciimatics/asciimatics-1.11.0.ebuild b/dev-python/asciimatics/asciimatics-1.11.0.ebuild deleted file mode 100644 index 5121dfe911..0000000000 --- a/dev-python/asciimatics/asciimatics-1.11.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations" -HOMEPAGE="https://pypi.org/project/asciimatics/ https://github.com/peterbrittain/asciimatics" - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/peterbrittain/asciimatics.git" -else - SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="Apache-2.0" -SLOT="0" - -RESTRICT="mirror test" - -RDEPEND=" - >=dev-python/pyfiglet-0.7.2[${PYTHON_USEDEP}] - >=dev-python/pillow-2.7.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] -" - -src_prepare() { - default - sed -i -e "s/use_scm_version={/\0'fallback_version': '${PV}',/" setup.py -} diff --git a/dev-python/asciimatics/asciimatics-1.12.0.ebuild b/dev-python/asciimatics/asciimatics-1.12.0.ebuild deleted file mode 100644 index 5121dfe911..0000000000 --- a/dev-python/asciimatics/asciimatics-1.12.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations" -HOMEPAGE="https://pypi.org/project/asciimatics/ https://github.com/peterbrittain/asciimatics" - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/peterbrittain/asciimatics.git" -else - SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="Apache-2.0" -SLOT="0" - -RESTRICT="mirror test" - -RDEPEND=" - >=dev-python/pyfiglet-0.7.2[${PYTHON_USEDEP}] - >=dev-python/pillow-2.7.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] -" - -src_prepare() { - default - sed -i -e "s/use_scm_version={/\0'fallback_version': '${PV}',/" setup.py -} diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild b/dev-python/asciimatics/asciimatics-1.13.0.ebuild index ab3809a439..7a1e7728e4 100644 --- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild +++ b/dev-python/asciimatics/asciimatics-1.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations" diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild b/dev-python/asciimatics/asciimatics-9999.ebuild index 75c2d5f680..47254c49fa 100644 --- a/dev-python/asciimatics/asciimatics-9999.ebuild +++ b/dev-python/asciimatics/asciimatics-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Package for curses-like operations, text UIs and ASCII art animations" diff --git a/dev-python/asynctest/asynctest-0.13.0.ebuild b/dev-python/asynctest/asynctest-0.13.0.ebuild index 063172c603..6210e149f0 100644 --- a/dev-python/asynctest/asynctest-0.13.0.ebuild +++ b/dev-python/asynctest/asynctest-0.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit distutils-r1 @@ -17,11 +17,9 @@ SRC_URI="https://github.com/Martiusweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="" distutils_enable_sphinx doc +distutils_enable_tests unittest src_prepare() { sed -i 's|def test_events_watched_outside_test_are_ignored|@unittest.skip("this fail")\n def test_events_watched_outside_test_are_ignored|' test/test_selector.py @@ -29,5 +27,5 @@ src_prepare() { } python_test() { - "${EPYTHON}" -m unittest -v test || die "Testing failed" + "${EPYTHON}" -m unittest -v test || die "Testing failed with ${EPYTHON}" } diff --git a/dev-python/atomiclong/atomiclong-0.1.1.ebuild b/dev-python/atomiclong/atomiclong-0.1.1.ebuild deleted file mode 100644 index ccef49186e..0000000000 --- a/dev-python/atomiclong/atomiclong-0.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -DESCRIPTION="An AtomicLong type using CFFI." -HOMEPAGE="https://github.com/dreid/atomiclong" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild deleted file mode 100644 index a93c4f0b1c..0000000000 --- a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Up to date simple useragent faker with real world database" -HOMEPAGE=" - https://github.com/hellysmile/fake-useragent - https://pypi.org/project/fake-useragent -" -SRC_URI="https://github.com/hellysmile/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/ipython_genutils[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pathlib2[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pickleshare[${PYTHON_USEDEP}] - dev-python/pluggy[${PYTHON_USEDEP}] - dev-python/prompt_toolkit[${PYTHON_USEDEP}] - dev-python/ptyprocess[${PYTHON_USEDEP}] - dev-python/py[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/scandir[${PYTHON_USEDEP}] - dev-python/simplegeneric[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_prepare_all() { - # do not depend on pytest-cov - sed -i -e '/addopts/d' pytest.ini || die - - # skip online tests - rm tests/test_fake.py || die - rm tests/test_utils.py || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc diff --git a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild deleted file mode 100644 index 953aeff8a3..0000000000 --- a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3) -DISTUTILS_USE_SETUPTOOLS="rdepend" -inherit distutils-r1 - -COMMIT="99285aa6b5250b91a837b842dc61b2a96007f3c5" -MYPN="glicko2" -DESCRIPTION="An implementation of the Glicko-2 rating system for Python" -HOMEPAGE="https://github.com/sublee/glicko2" -SRC_URI="https://github.com/sublee/glicko2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/${MYPN}-${COMMIT}" - -distutils_enable_tests setup.py - -src_prepare() { - sed -i -e "s/distribute/setuptools/g" setup.py - eapply_user -} diff --git a/dev-python/googletransx/googletransx-2.4.2.ebuild b/dev-python/googletransx/googletransx-2.4.2.ebuild deleted file mode 100644 index 82129e418c..0000000000 --- a/dev-python/googletransx/googletransx-2.4.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -#DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Free Google Translate API for Python. Translates totally free of charge." -HOMEPAGE="https://pypi.org/project/googletransx" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-python/hypercorn/hypercorn-0.11.2.ebuild b/dev-python/hypercorn/hypercorn-0.11.2.ebuild index 056ad59a9f..56221e8203 100644 --- a/dev-python/hypercorn/hypercorn-0.11.2.ebuild +++ b/dev-python/hypercorn/hypercorn-0.11.2.ebuild @@ -25,7 +25,7 @@ SRC_URI="https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/h11[${PYTHON_USEDEP}] diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild index 5577358836..9393fe0e02 100644 --- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild +++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/dev-python/pproxy/Manifest b/dev-python/pproxy/Manifest index 9ae3e0ae8c..b706395385 100644 --- a/dev-python/pproxy/Manifest +++ b/dev-python/pproxy/Manifest @@ -1,3 +1,2 @@ -DIST pproxy-2.4.6.tar.gz 46410 BLAKE2B f7c4e973e205d3256e17cab23bb8745800c5c12592f15e52a303ad6f3063bc345257576c52edafab5da67b93cf289e5f4f25336e58e9a66ba7e90402031fdcff SHA512 72d5c781ee81556e10a3436f2fae6e541a7f0b7d5f354336d0b4d98b1a75c34e4ec4c9c9f88e3c7cff47fe4218bf6efb1a78588caa02e704900fe436708c5cba DIST pproxy-2.5.tar.gz 50900 BLAKE2B f8ef79672836bd78e8684e839a70afe35a521b1e2c1e99ad17a8d61a3e209b6b92af2a5c09ac9124bc2058f514030b7a2a8bf2499dc607c820acbbc3a874e633 SHA512 9f8f6c51abbab9519c98dec18a98b3bf48fc223707fd66ae9298c80c095bf4beace6232f948e56b2d6f8a0bf08968abd6b7c225f6352623ce3fd84b19fd8eb2e DIST pproxy-2.7.7.tar.gz 58199 BLAKE2B 8c7802761814361164d1d3c3477c51f5f31bbbb6bcd657ce08cdba91d4dc12cefa0c918af4d33a0f76acfcd530473e5e5b987a4546d8d74bb160bfc05860f597 SHA512 2df0820980345289b6b523dc375417c4e94d232e5fffbbde62679fb2b54e7f67b5dd60a8e2ddc0002880774db97fc4d602eb346af19ab9760a285c2f623df7ae diff --git a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild b/dev-python/pproxy/pproxy-2.4.6-r1.ebuild deleted file mode 100644 index c325370d50..0000000000 --- a/dev-python/pproxy/pproxy-2.4.6-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 optfeature - -DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" -HOMEPAGE=" - https://github.com/qwj/python-proxy - https://pypi.org/project/pproxy -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_postinst() { - optfeature "ssh tunnelling" ">=dev-python/asyncssh-1.16.0" - optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2" - optfeature "daemon" ">=dev-python/python-daemon-2.2.3" - optfeature "accelerated cyphers" ">=dev-python/uvloop-0.13.0" -} diff --git a/dev-python/pproxy/pproxy-2.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild deleted file mode 100644 index 9ec9b6294a..0000000000 --- a/dev-python/pproxy/pproxy-2.4.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 optfeature - -DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" -HOMEPAGE=" - https://github.com/qwj/python-proxy - https://pypi.org/project/pproxy -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_postinst() { - optfeature "ssh tunnelling" ">=dev-python/asyncssh-1.16.0" - optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2" - optfeatures "daemon" ">=dev-python/python-daemon-2.2.3" - optfeatures "accelerated cyphers" ">=dev-python/uvloop-0.13.0" -} diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest index 1d5c74eb0f..f6bf80965c 100644 --- a/dev-python/pyfiglet/Manifest +++ b/dev-python/pyfiglet/Manifest @@ -1,2 +1 @@ -DIST pyfiglet-0.8_p0.tar.gz 634587 BLAKE2B 6ceec287f854662a0d0cbb6de285c91f1088e6fa2626a26445a98c18f98c8e6fb648b6f6f2fc1cfb160657423a24ec8ec8f9183e078393f336edc1db08eb8e9e SHA512 43f0497ae86139e8f64c45e41e575aa82eee574331739e96c555ca33e8f6900df6487d3220667188891eacd56e00d716d427479337fe5d6b2efdaa6aaaa64376 DIST pyfiglet-0.8_p1.tar.gz 634618 BLAKE2B 49268581974e72f28ddb11785a1629a4ac2696bcdd57710147cafdcf7709be8c67bdf03e5ccdb1655a9be6eb8a83baf4ca5ae0a6412e2318d0923376558b8d49 SHA512 3b8c7b4c9ae48466da3ccc6711aac9c35b08a373abbdda66c60a62f17ba6edd316b0d5e3085613f7c44fbaa2f02acc4a5b3830a31d22437d9261863878421400 diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild deleted file mode 100644 index 35776c9e87..0000000000 --- a/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="Pure-python FIGlet implementation" -HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet" - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git" -else - MY_PV="$(ver_cut 1-2).post$(ver_cut 4)" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RESTRICT="mirror test" diff --git a/dev-python/pygaljs/pygaljs-1.0.2.ebuild b/dev-python/pygaljs/pygaljs-1.0.2.ebuild deleted file mode 100644 index 6f910626f6..0000000000 --- a/dev-python/pygaljs/pygaljs-1.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js" -HOMEPAGE=" - https://github.com/ionelmc/python-pygaljs - https://pypi.org/project/pygaljs -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild index c147e49ba0..db0e734583 100644 --- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild +++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild index f248974d8f..a56157c2fb 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild @@ -25,7 +25,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" #too many errors RESTRICT="test" diff --git a/dev-python/skills/skills-0.3.0.ebuild b/dev-python/skills/skills-0.3.0.ebuild index 024bc28ff2..8167098e56 100644 --- a/dev-python/skills/skills-0.3.0.ebuild +++ b/dev-python/skills/skills-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest index cb40417132..30290e7ea6 100644 --- a/dev-python/sphinx-autodoc-typehints/Manifest +++ b/dev-python/sphinx-autodoc-typehints/Manifest @@ -1,2 +1 @@ -DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715 SHA512 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb DIST sphinx-autodoc-typehints-1.11.1.tar.gz 17361 BLAKE2B 2ea3c3cd19c2bcb6c6dcc8c37ef60e977a852c29337f34f090d54cd1b2a7525f32dbef83c369042fc28a555f340231f3754bc301bb5056c40de9915da94fa8e4 SHA512 ac6b15247496ef2e284be57cf715972865859b1f3c51a7548aca07d7ded9dd53e75114064cd5a8c66539ef2cee983e1a3213570baa09b5c3ced594893e14bc38 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild deleted file mode 100644 index 9cd677becb..0000000000 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Type hints support for the Sphinx autodoc extension " -HOMEPAGE=" - https://github.com/agronholm/sphinx-autodoc-typehints - https://pypi.org/project/sphinx-autodoc-typehints -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/sphobjinv[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_prepare_all() { - # skip these tests - sed -i -e 's:test_parse_annotation:_&:' \ - -e 's:test_format_annotation:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_sphinx_output:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - -e 's:test_format_annotation_both_libs:_&:' \ - tests/test_sphinx_autodoc_typehints.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index 70c541e1af..c496354dc4 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE=" || ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/async_generator-1.6[${PYTHON_USEDEP}] diff --git a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild index 21d6778cd7..36fbf1587a 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/outcome[${PYTHON_USEDEP}] diff --git a/dev-python/trio/trio-0.18.0.ebuild b/dev-python/trio/trio-0.18.0.ebuild index 8785c5ae53..f13f182ea8 100644 --- a/dev-python/trio/trio-0.18.0.ebuild +++ b/dev-python/trio/trio-0.18.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/async_generator[${PYTHON_USEDEP}] diff --git a/dev-python/trio/trio-0.18.0_p20210212.ebuild b/dev-python/trio/trio-0.18.0_p20210212.ebuild index 7d0d590f13..e1b8df5ffc 100644 --- a/dev-python/trio/trio-0.18.0_p20210212.ebuild +++ b/dev-python/trio/trio-0.18.0_p20210212.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/python-trio/${PN}/archive/${COMMIT}.tar.gz -> ${P}.t LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/async_generator[${PYTHON_USEDEP}] diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index c864e7b2b9..d99ec21bc0 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1,3 +1,2 @@ DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58 -DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd diff --git a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild deleted file mode 100644 index c57351c95e..0000000000 --- a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="A UFO font library" -HOMEPAGE="https://github.com/fonttools/ufoLib2" - -LICENSE="Apache-2.0" -SLOT="0" - -# fs not pulled in by fonttools -RDEPEND=" - >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] - dev-python/fs[${PYTHON_USEDEP}] - >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/typing-extensions[${PYTHON_USEDEP}] - ) -" -BDEPEND="app-arch/unzip" - -distutils_enable_tests pytest -distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme - -python_prepare_all() { - sed -e '/\/d' -i setup.cfg || die - distutils-r1_python_prepare_all -} diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild deleted file mode 100644 index 35bcb04954..0000000000 --- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Easily update multiple git repositories at once" -HOMEPAGE="https://github.com/earwig/git-repo-updater" -SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] - >=dev-python/GitPython-2.1.8[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest index 8ff57daa36..06e6b09a0f 100644 --- a/dev-vcs/gitqlient/Manifest +++ b/dev-vcs/gitqlient/Manifest @@ -1,2 +1,3 @@ DIST gitqlient-1.3.0.tar.gz 4337675 BLAKE2B efa041cc863ea0c5820841804a32dab8e212979367cf9b59be163c7322183facadddd788fd077be0566eb8d906c47b9486036558de8f8ae9b2365d90c3069349 SHA512 8011426aed84a7611b3b2253b377fe66690b0ad2b54c1b6c85a85b1d1b9adabeea9fe0e763340d67f3139d4c43de7e368a0f2c4d9c9640d911aac3a48d111ebc DIST gitqlient-1.3.1.tar.gz 4360293 BLAKE2B 6b37e4c2397584f16720440e075dead7fd0a0fa69e3a6b7fda7ff4d9de3c7c8d924098f17f68a3f3015310fee45bca98ef8b490081a7dc10d77965c896de5bba SHA512 09156e54673ac912a388de81339912252b6e341ee2b0c2628e7b995e953ba0dee7ec3dc4d832b419832731e8c188dbea2ce4dd8a5ab6088f1bc511c1ae2200e6 +DIST gitqlient-1.3.2.tar.gz 4360445 BLAKE2B 81764b64b5cc6868377795d170c766e4693350602482a3c223defaf43b96c4e10cef3c812ab5b5ad11e91df44896225fb7fe7c31299ffdbf2a3c59888bc8e4b4 SHA512 239c89bbde1d5adbb5b5a74420a1bc42f88f1a7db4030e5dceba3ebff9d269009dfc0e1450a32e1c042fa2ac5285dac882a29350ff22791dc9db11a6275bfde0 diff --git a/dev-vcs/gitqlient/gitqlient-1.3.2.ebuild b/dev-vcs/gitqlient/gitqlient-1.3.2.ebuild new file mode 100644 index 0000000000..2caf1d9659 --- /dev/null +++ b/dev-vcs/gitqlient/gitqlient-1.3.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils xdg + +MY_PN="GitQlient" +MY_PV=$(ver_rs 3 -) + +DESCRIPTION="Multi-platform Git client written with Qt" +HOMEPAGE="https://github.com/francescmm/GitQlient" + +SRC_URI="https://github.com/francescmm/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}/${MY_PN}-${MY_PV}" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwebchannel:5 + dev-qt/qtwebengine:5[widgets] + dev-qt/qtwidgets:5 +" + +RDEPEND=" + ${DEPEND} + dev-vcs/git +" + +src_prepare() { + default + sed -i -e "/QMAKE_CXXFLAGS/s:-Werror::" -e "/^GQ_SHA/d" "${MY_PN}".pro || die + + sed -i -e "s:Office:Development:" "${S}/src/resources/${PN}.desktop" || die +} + +src_configure() { + eqmake5 PREFIX=/usr "${MY_PN}".pro +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} diff --git a/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild b/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild index 9639dc3a50..0018a9e626 100644 --- a/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild +++ b/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64" -DEPENDS=" +DEPEND=" media-libs/libpng:= media-libs/libsdl2:= media-libs/sdl2-mixer:= diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index 6eddf04772..af843295b4 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1,3 +1,3 @@ -DIST coreaction-4.0.0.tar.gz 1397910 BLAKE2B f8d25c6c9066def7d1a0915deb62135a0c042bc67382dcfa24ebc8ef59e125a0ac2e15b8d9bbaf5cfbd34e5ffbd604a2edfc1398c12a2f7f160365734988bac2 SHA512 47f4289bb69498f0d6ba0ba6b3cbf4cea3ccadf4adb0b57c77ccc26cb1b132ecb908291b0b0dc8dccdedbc5b5c2dec40d6adbfb65f73127df1fef868bba16c1e DIST coreaction-4.1.0.tar.gz 1398175 BLAKE2B 2222a351a7c308d958eb5a4ffa8c9200aa0d3d2c8144fbc6123a115622fab7ce4d457ba2f11d56481cd29d4efa2b2d61da9f289cae2deaa90004b009e2ca36e2 SHA512 ac9d4aea8e1f354ebc3aec902bf128bcad5116b660412c293e6a374119057d1d3604894e97b33e7a13a39192b034b18e9925e5a8ba550f9e726c55a7f35df7a3 +DIST coreaction-4.2.0.tar.gz 783597 BLAKE2B 499f94062512a92a728d0a3cc0cf2a07050bb6b20f4957e4a1bae73697f876ca2a5d11304b55e6b62882f8541ddfdb8fd693ed6d8f46affa95c67c3bad915c50 SHA512 006ffd4791084b56fa87ce3630ab84018915f2c986b5b4a50ec7a8e42cb52bca22eb42e5952b22bde67b80b1494c4459598cc544e3fb415d3cd5f22e6056a7a6 DIST coreaction-4.2.0_alpha.tar.gz 783383 BLAKE2B fd896a3598b126117108b4cd0a8c4ffec9452b1ba301603cf19a55c973e63a872f590ec6470bd2809e6ed0fddba2160e98126c9f8666e22f3554a8c85953b8d2 SHA512 c90daee802d36256d6233b131d57dfe3a34f70ef7dfa89f01e45460882500e18a9ef0b71fc9f30be00bfd338425926fc25483457081e2ea03ebaad8d365b8780 diff --git a/gui-apps/coreaction/coreaction-4.0.0.ebuild b/gui-apps/coreaction/coreaction-4.2.0.ebuild similarity index 60% rename from gui-apps/coreaction/coreaction-4.0.0.ebuild rename to gui-apps/coreaction/coreaction-4.2.0.ebuild index e7524dade2..3620e3c6c4 100644 --- a/gui-apps/coreaction/coreaction-4.0.0.ebuild +++ b/gui-apps/coreaction/coreaction-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A side bar for showing widgets for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -29,23 +31,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' app/"${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild b/gui-apps/coreapps-meta/coreapps-meta-4.2.0.ebuild similarity index 90% rename from gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild rename to gui-apps/coreapps-meta/coreapps-meta-4.2.0.ebuild index 9a2b697cd8..416cadd13c 100644 --- a/gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild +++ b/gui-apps/coreapps-meta/coreapps-meta-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,7 @@ RDEPEND=" ~gui-apps/corepad-${PV} ~gui-apps/corepaint-${PV} ~gui-apps/corepdf-${PV} + ~gui-apps/corepins-${PV} ~gui-apps/corerenamer-${PV} ~gui-apps/coreshot-${PV} ~gui-apps/corestats-${PV} @@ -36,6 +37,7 @@ RDEPEND=" ~gui-apps/coreterminal-${PV} ~gui-apps/coretime-${PV} ~gui-apps/coretoppings-${PV}[location?,pulseaudio?] + ~gui-apps/coreuniverse-${PV} ~gui-libs/libcprime-${PV} ~gui-libs/libcsys-${PV}[udisks?] " diff --git a/gui-apps/corearchiver/Manifest b/gui-apps/corearchiver/Manifest index 7f98365144..d20b6b5c0b 100644 --- a/gui-apps/corearchiver/Manifest +++ b/gui-apps/corearchiver/Manifest @@ -1,3 +1,3 @@ -DIST corearchiver-4.0.0.tar.gz 86699 BLAKE2B 8ca065e35f2567ae971fe42db7152352ea079adefd87790430341dcc03360a6b51710f2a6a2fc6bb486bfb4961895a9e29de9a7a23071fd5e7d499136a940759 SHA512 5e9da633a1d059399a761527479ec37dab1a2e2c8625ed66379cd1e553fb262772a3d23bcb2bccb1a6a70d617701b56d84f81dffb721ce6a95758f726d20c02f DIST corearchiver-4.1.0.tar.gz 86679 BLAKE2B 7e159875eb9ea9e45d372dbf14a28e72cd1e12b36cc6609f702cc74275345017210610e29e8fdc6ba706124f1bb305db9ff948acf8f5a84cb5739651048af619 SHA512 f00e5e98cf87392d48228ac8eb66ef7031126d0fc70f3455867cb9872194ae374a322b13e848be89fd7be4d1a8bfa550ae4d496485dc80d7b8670f481f7f8d48 +DIST corearchiver-4.2.0.tar.gz 103411 BLAKE2B 6d336b5975d6a5e9a4a24239bf503a04c32c967297266d0dc2344a4e1b15b2a4924bfbbe88b83e685e9a09d09416c416a3d789760c74eb28488e484565a168a1 SHA512 f978aebd01f8a3a35c505df4d5be381d85df82461a30fb59f93ec1b560c3c3a70228f2f52b216f8426082c4736dc612f45f08ec4a5128a337b2599bff3189abb DIST corearchiver-4.2.0_alpha.tar.gz 102645 BLAKE2B 68519a93486589cbd9151aaa3dc36da0a41048ee48c90ec3dda9daddf2de028dd896222f43c518cfcdda8d68fb46499738f94da613415ee2916df926df9d916f SHA512 11f28547f0a072dfd0cba27920ec7325729d32d55fe494c325da1d99bc710ec729c5b95462e23033cbf44df41465057bd3a5f9ae1ee6873f28f1d04985f69580 diff --git a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild b/gui-apps/corearchiver/corearchiver-4.2.0.ebuild similarity index 63% rename from gui-apps/corearchiver/corearchiver-4.0.0.ebuild rename to gui-apps/corearchiver/corearchiver-4.2.0.ebuild index 0f739637f1..3cdc66d623 100644 --- a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild +++ b/gui-apps/corearchiver/corearchiver-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="Archiver for C Suite, to create and extract archives" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corefm/Manifest b/gui-apps/corefm/Manifest index da1849de18..247c273ac6 100644 --- a/gui-apps/corefm/Manifest +++ b/gui-apps/corefm/Manifest @@ -1,3 +1,4 @@ DIST corefm-4.0.0.tar.gz 102820 BLAKE2B 8ad9c7f8db32c41ce05cd148300a6aaa5e36dd92be5d1f6b1594263f86931c23f57f1b72ec0e58c00f8d359261717ec808f04d5911b7ba7fb39ae4290b1d1803 SHA512 de835961148a4a3c19b6fdd78010624ff4002f7721e53deb3a8053a754303bd1e737b2a437757ff17c845cad998f04405a114c8034ba10b224c916177f2dfc01 DIST corefm-4.1.0.tar.gz 102650 BLAKE2B a1a176beb26e0015f51367c652334ea5cc8daded8fa8137b451ef7ee0b1e47715a16e17113d4957a0be5b2093b078465e84e0c3c9ade0a7bebb9764602f43ba9 SHA512 600dad0e309e996ec84276026ff0bba5d965d09ae5fb3cbf33663839ce8d85889edf765a3088d6f88048f752b678bb6f4962b7e13eb53d1d3d3463878a5ed475 +DIST corefm-4.2.0.tar.gz 105569 BLAKE2B ddc6a91ba18b6e9fbe084ff0eeebecce14689e8afad41cbc885786f617962b04ee92fb6b4a7fd31cebb7cd94782f3fd15213e85bcda31e3e38befb0e30a8e2d7 SHA512 dce7592abf393c7adad2f07c9cb95450285f3af155abb41a76eceac2c50bdcd2c41f85a46e9a341ec06a7525599de5daea240fa9cdcb7f3c0dee25e00eac49dc DIST corefm-4.2.0_alpha.tar.gz 105041 BLAKE2B 48a7b84f9d547f2e14650ae098161bc10ebdf6427171dbe8a3c1a8cf79774d3c2c542fc9a632b8865e4d416a279e57843046a17aac12ca92f9cec9682c5cd72a SHA512 702ef7c42bdbd70f8c3bfe0d93a7650107a4a0c7e0fd60e59010e39e8ee2173c36836c18ab3d4f82eb669b021ab9dbff752ae31ac7843239dadf80591d7962ed diff --git a/gui-apps/corefm/corefm-4.2.0.ebuild b/gui-apps/corefm/corefm-4.2.0.ebuild new file mode 100644 index 0000000000..834c6ed714 --- /dev/null +++ b/gui-apps/corefm/corefm-4.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV/_/-}" + +inherit xdg cmake + +DESCRIPTION="A lightweight file-manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${MY_PV}" +fi + +RESTRICT="test" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtdbus:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest index b72fc9ef06..e0f96033d7 100644 --- a/gui-apps/coregarage/Manifest +++ b/gui-apps/coregarage/Manifest @@ -1,3 +1,3 @@ -DIST coregarage-4.0.0.tar.gz 113603 BLAKE2B 2044cc558f886d47f6622bbe853f0a33a01585b72463e948c5515b6803f3a30c600b2bdc2ed1037701b0c30714b9c743b5ac70b898b1f6b56c59a3e58979b306 SHA512 0f7864027af39b567d54f0430f511245d3dd5b18d900e66734bb27e95ffa6ed6d6217fe80f95e8fe9b322bad47628127fa559ed328051ec1c551e77824cfc9f6 DIST coregarage-4.1.0.tar.gz 113599 BLAKE2B 3a4d8748af42fb342626944a43bb1371b06a4f39142c8e7e2f2ff3ef1359e25714ac4ccf9894ee3e219c43600bc2ef3bd887e35b17a6e8c2dc9b6ee74d5dc8ab SHA512 9b15c1147105c0cc068e9559e4c5c89e95497a7026356051b37165a0347725e6310b4d5144238e01f94a7cbbd6a427db8eed37bb457c2804db2b857a9c1de574 +DIST coregarage-4.2.0.tar.gz 102207 BLAKE2B cbd570ba36036e15d198230c3289d27604d43a7298e7f75c59fa412b5c36009941a4d7ed4eb4f5e8fd2af4cbd4bfb257c380ce76c2aa2c698ef54710c1740d47 SHA512 f6c8cbb723f3d49d66c17b860e7002998a88d99da78de566bc40a6af90c0b697ebaf898f16a45a2cfcd92e2e37717cba8ab6b6090daaf1a0f7fcbebb983b34f3 DIST coregarage-4.2.0_alpha.tar.gz 101915 BLAKE2B d3552f429b9ff1af132e98660e73f92e648fb1c474e0d15d743a915c39b49921b14b7f212dba93cba66494bf13dc219d6c9a8486a56414f02eb62abe10f568fb SHA512 f23d1eccda1d01f0db5a399310fcce250f8472e45ec3823118ac1f8a22e8a4426c485c23a0bd7e9e6426b67722e59671bf625723f155c4b62fbac43491263409 diff --git a/gui-apps/coregarage/coregarage-4.0.0.ebuild b/gui-apps/coregarage/coregarage-4.2.0.ebuild similarity index 59% rename from gui-apps/coregarage/coregarage-4.0.0.ebuild rename to gui-apps/coregarage/coregarage-4.2.0.ebuild index 3c69167211..e6895c448a 100644 --- a/gui-apps/coregarage/coregarage-4.0.0.ebuild +++ b/gui-apps/coregarage/coregarage-4.2.0.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A settings manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" -if [[ "${PV}" == *9999* ]]; then +if [[ "${MY_PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -32,23 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest index 8679b9529a..acfe231476 100644 --- a/gui-apps/corehunt/Manifest +++ b/gui-apps/corehunt/Manifest @@ -1,3 +1,3 @@ -DIST corehunt-4.0.0.tar.gz 49177 BLAKE2B f8904eba6af7854c882f26000e781295fa33d269637a5f66e54e0a152ccdbc51b952d4251eb50d6589edf8422d83fa4627cd4766ea1eeca89234c31f325fbaec SHA512 bbcb846039c3887e0f5b64a2e72c3cb5cabf31385d35870686c31e8a47d1ba7790c71941f5bdec422cfcc2f80b6dba47c1bac521c7365f68a546f5a2c990ebb2 DIST corehunt-4.1.0.tar.gz 49192 BLAKE2B e022d7125e9004c4beabe51feb884eb22d53c2beb2ca297b7cb1bd68629e6501d25e0860d6b554ee8290f8929ca13404ddbd4159a39c2f3dd811c7028b2b4c8e SHA512 d9428d0049d298921530e3f4ab2b389eb97b388ee1103e5643fb4f2f8c53191e2d8513ea2c7308c20b1e7ea8badfa055026b8266d228f5f5d7be5e369438c5fb +DIST corehunt-4.2.0.tar.gz 51302 BLAKE2B dc45352a9affcb0ea2df974a9a6ae4219b9d1086793b8c33125fdd7e52f59452989f20c263b6ac863d695fd274987dad9aa6158b9a261f19c16066c12e7f9da8 SHA512 e2d45e317947888b14213581d653047d261dc06ac6888e3f3dcf005cd837959250938b6eb3c10027ef018fe9a6878ab4115be61932a1f02255a637a2afef01cb DIST corehunt-4.2.0_alpha.tar.gz 50927 BLAKE2B fce9b6dc2e3d8ec19fa48ec53d60de2edfdf456c29b11570c72643f4b0d9c2cc91e94eb4eb87c89e5b2ab43c55cb296a7c0935f56e2785caa06807c42211a308 SHA512 82fcffd487a4f90811e0d6d7167dd2b70927a537adb99a4aa7031a5761d9cf26a191597e5aab776fc535c11cb4cbd6161ae4b0ed76d69671b9025307cad25d82 diff --git a/gui-apps/corehunt/corehunt-4.0.0.ebuild b/gui-apps/corehunt/corehunt-4.2.0.ebuild similarity index 62% rename from gui-apps/corehunt/corehunt-4.0.0.ebuild rename to gui-apps/corehunt/corehunt-4.2.0.ebuild index e548618fcb..9ecd013f9f 100644 --- a/gui-apps/corehunt/corehunt-4.0.0.ebuild +++ b/gui-apps/corehunt/corehunt-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A file finder utility for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreimage/Manifest b/gui-apps/coreimage/Manifest index 25e5e43170..a05e5b13ca 100644 --- a/gui-apps/coreimage/Manifest +++ b/gui-apps/coreimage/Manifest @@ -1,3 +1,3 @@ -DIST coreimage-4.0.0.tar.gz 403995 BLAKE2B d8208c774987e3585563f92435663bc29121e50581263a1e4aac0f6fe78c9d037430c843ad442743b83b07f5b05a64987a81a0cb5e768c19825bd3c106c507f9 SHA512 11c3e021178324b91f27d5b541f716158a405bd9b8c700d467ee39647ada5fd4bc300e7b538e9afb07a10eda1b2800efec2d9500ab24f2273a2c95e9a5f3d987 DIST coreimage-4.1.0.tar.gz 404411 BLAKE2B 3f5a825f2e591b2abd6f0fca0cbf0cc15e6ed7a3abf72eba1ac1994595b51659bff869d076c51f5c5028612b788015ee3edd984adc26e905857de9b38d3f552d SHA512 4ebe1ff2d9baa12b09e345cf3748a1ce35eb927b9de4e7c486a73775d629f21e7c2a6ebf3060311cd818cf5d54572ede0dba64265591feea17a3a6e328b7849b +DIST coreimage-4.2.0.tar.gz 407103 BLAKE2B b47498e84ffbab39b43b32b2f93e976a7a1eb41d6956a8a0f40dced23d8c19d2eb737b567c3ab8f30640e982bcfb87843699bab350c17f34563ac01f4c1d29f9 SHA512 a84e8d0061187959a291301dda1274000f19607ff932d8bddfd5384653436d4de88662c145d1be43b12a798c739a259f81cc4da17a8dd2c61bd6ba5ecaf69efb DIST coreimage-4.2.0_alpha.tar.gz 406569 BLAKE2B d305bd809522120267049de84acd6f044490ab1d229c413bf3be0246fcf592ce7bb260fdf71012a20bdbcce90bb159ef222a2e78098fa8e6e307104704ca6eb0 SHA512 1784f35fd3bd260d5e81fecd5db10f9cd38c1f190eff3fa86d096ba8c99497312d5cbdf2393fc67be673c581da0a58e0b6ccb0eba627cce1b85f16abeafc0e56 diff --git a/gui-apps/coreimage/coreimage-4.0.0.ebuild b/gui-apps/coreimage/coreimage-4.2.0.ebuild similarity index 67% rename from gui-apps/coreimage/coreimage-4.0.0.ebuild rename to gui-apps/coreimage/coreimage-4.2.0.ebuild index f7feb91a32..2b11baa2fa 100644 --- a/gui-apps/coreimage/coreimage-4.0.0.ebuild +++ b/gui-apps/coreimage/coreimage-4.2.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="An image viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -32,23 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreinfo/Manifest b/gui-apps/coreinfo/Manifest index 3162a5c8cc..90a96b3942 100644 --- a/gui-apps/coreinfo/Manifest +++ b/gui-apps/coreinfo/Manifest @@ -1,3 +1,3 @@ -DIST coreinfo-4.0.0.tar.gz 52156 BLAKE2B 72225ded45603aa5b05682e195d033dc93e462ef6f28f7cce65c2dd4a29efd0e4b62598fbe6646a0d58c8e249cc6b0fded54ad7bfe50081c65b831089b63933b SHA512 d0a0a900ddb201504dd5d331a14317b30173ea35de53306363e1c904629e29d82c0720ff931a88cf780c455d1b3202611090c762594c4758b65a249989249db9 DIST coreinfo-4.1.0.tar.gz 52699 BLAKE2B a4ee3a52bac8d6b4e17876dc5f1553c82472091a641299a2ff32e9bc24e2e3c8f8d7c12cc7fb1865e0b1a4cd04b87ea2cd6fd56e3385553681fec98163948fa3 SHA512 a34ecb108b947c9d80bb2a796c54710cd0392d8a5cc728233712af14f23d3516e4d95925bef0dcbb58e79fde2a5563187a355e1ca9d73682566bfe02fb54bf6a +DIST coreinfo-4.2.0.tar.gz 59844 BLAKE2B 522d073e9f503bb6ac91dfbc72d49436101dc3ae1a73470301e4e04453cf770d8475ce1472d5b61625e043560d76ad357d9e87306eec06b1c980e612ace9671f SHA512 7214f0a340b82177b7f4de40921b242b8b81b0e8a5463d8c282d4804a59d58d62e279315cb0fa34a0da5c19b140e4ef912098605653de70f381b59655fa89efa DIST coreinfo-4.2.0_alpha.tar.gz 59356 BLAKE2B 41d640b5211fd096fb86aaacfa1183e5038155a9427ed66236280b85a416d4d3857c1d1782c03f979b228fe2516e86f3ad1e9f29b7f20d3685d31d6cd5562999 SHA512 6c75252b9e624a245584ee1f0d2309a76c2eed888e13a37ebe33c5f6a9c508fe669b5504641af1ab16518a61a209f7ecfc7de310820a747b769439f9c45010cd diff --git a/gui-apps/coreinfo/coreinfo-4.0.0.ebuild b/gui-apps/coreinfo/coreinfo-4.2.0.ebuild similarity index 63% rename from gui-apps/coreinfo/coreinfo-4.0.0.ebuild rename to gui-apps/coreinfo/coreinfo-4.2.0.ebuild index 503b5d1169..dac114a0ad 100644 --- a/gui-apps/coreinfo/coreinfo-4.0.0.ebuild +++ b/gui-apps/coreinfo/coreinfo-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A file information tool for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -33,23 +35,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corekeyboard/Manifest b/gui-apps/corekeyboard/Manifest index 995611720c..eea3cc2a8e 100644 --- a/gui-apps/corekeyboard/Manifest +++ b/gui-apps/corekeyboard/Manifest @@ -1,3 +1,3 @@ -DIST corekeyboard-4.0.0.tar.gz 912573 BLAKE2B aee15c6435635cb035a7c11ec17f5cf10c1eac8102b660d8691bbe6710987e825ee52a13e58cdfb298596ebf311deb6fd1a3bfa543d6dc9a590aa9487250a870 SHA512 61b68ff7f2a68e67c8c5ae64a6afb3bc7b108b1d6a5e918592f30dd89fc4b966c7dc450624bf23c30497f92057efc902ef2ce739ae720091fa2b1761c64c8556 DIST corekeyboard-4.1.0.tar.gz 912580 BLAKE2B d912022af88bd927c4ad76a74b1032d2dfb2f2f9d338fd7dc78c91b44492b5a0d2e99dd645bcbc1c45787c54d7f730a91d190b60be3aa1bd40b0c47acc63e06c SHA512 e6678f96cc120c89f7618f058b3d032db8b4b1e8868a0a2c86d5caff109998a7036017a7bfd3e538227bd9f2fab0488fe29781cf9278b4cd6b98d02cedb947c1 +DIST corekeyboard-4.2.0.tar.gz 914643 BLAKE2B 3251b023fd75d26f765b789df922f41f58425dc0fe7df5c734af1c01a2d3c63b0a4b5cfe376079654631aa843552110fa130724e17da931728de7c2919f61260 SHA512 d1f8a3d9f07626e3819a32d48227f3e8b706ff609f519fe59119b0540e874d46d84565955bbccbd7ac1658b30b7f07485a4702b013d8ad7f12d01e96ff2afc4a DIST corekeyboard-4.2.0_alpha.tar.gz 914096 BLAKE2B 736de1e4171bc9ba50d6175a69d01dfbaab5482dd85038701c97d09164b05a98ce51780449d7c752e673d9544dd7001869662c389de42cc962641aa13d3fd133 SHA512 8b5a2e64859f9e2f43a7f6b9287ca9e4f64ef6ba9aba7e511152e8afcd2af12af1414f2c6d96178d4fc9280665b960237c88b037b90ff537e3ba063acb5b6743 diff --git a/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild b/gui-apps/corekeyboard/corekeyboard-4.2.0.ebuild similarity index 67% rename from gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild rename to gui-apps/corekeyboard/corekeyboard-4.2.0.ebuild index 9173b23b0c..60e84e6b86 100644 --- a/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild +++ b/gui-apps/corekeyboard/corekeyboard-4.2.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A x11 based virtual keyboard for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -32,23 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corepad/Manifest b/gui-apps/corepad/Manifest index bb51081599..f2f90ad94f 100644 --- a/gui-apps/corepad/Manifest +++ b/gui-apps/corepad/Manifest @@ -1,3 +1,3 @@ -DIST corepad-4.0.0.tar.gz 333491 BLAKE2B 702d8f94b1fccb17cbdc8ecd2510ea32ac12d515b888e1b89d654dab61e60050685aed329ddd34dba51a9e0a81fa2488aa948831324191a5f22cc71b140e3f86 SHA512 24073edcf6de1bc94e510b88f8c017a12bf9bed2099876b76cd9254426e891043f3cdb9162156dd3af8d502e52494cabfe931442350cc9e8eaa9e694ced2e760 DIST corepad-4.1.0.tar.gz 333915 BLAKE2B d3a7fc7514dc9e85ed548dfb24744a0a1d83611d544fb3bfd9ec1c33573f1b7d6a63d0ff65994444ec253efb385b4d8dd59f184df49888a739f6e71a103715a3 SHA512 3998a95f8ffd51cbae9cc9bf74c2bd31ef1af0bb9d7d4ae9ef9ae3d60c5ede0b8048c3591285da5a06b83e045d702c94f71655250ad34aaf64dce9974dbd61c0 +DIST corepad-4.2.0.tar.gz 143973 BLAKE2B 6c637aa4e391939c99f421723c78a34cdedcc6efa8b309b8dee6abf9b3d5c9a79f7ea1c62c320eb1690308c0d20c7fcb90efa927888e2dbdf5898dd9c913b7c1 SHA512 bd9bee5ac61a7c96bb7ad181112059ad7a07a4b23288dcde8fb5ca4b3343de08d5f1dd641ceda37e2d22aaa3d909cda18cbad9b172e9b662f1d563733131dda9 DIST corepad-4.2.0_alpha.tar.gz 141943 BLAKE2B c05451ce4b43283f7054d4e73a5dffb12ee1055b06784e9d4e9cb17e7c12904cc16e32e4feafd9a1332c047f9b9d060cac164a22d6f44005a0f5e6f130cc0955 SHA512 aaa2e80a493d3aa4b49ba32e1b37dc5b7aa7a25553eb93588931fbc265dd04ac80b74c600f031267236fbd2bac9f1ac653ef2279f2c1faf37154636f0852a889 diff --git a/gui-apps/corepad/corepad-4.0.0.ebuild b/gui-apps/corepad/corepad-4.2.0.ebuild similarity index 61% rename from gui-apps/corepad/corepad-4.0.0.ebuild rename to gui-apps/corepad/corepad-4.2.0.ebuild index d9494660c4..7f952274b7 100644 --- a/gui-apps/corepad/corepad-4.0.0.ebuild +++ b/gui-apps/corepad/corepad-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A document editor for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest index 62b8c0208c..85f9bb622b 100644 --- a/gui-apps/corepaint/Manifest +++ b/gui-apps/corepaint/Manifest @@ -1,3 +1,3 @@ -DIST corepaint-4.0.0.tar.gz 95037 BLAKE2B ac7ba3bcd28057206801211b87a7d420f94a9a46147008644d9b7d59169f48e3fc2a78f3ea2db5c034fa97b922b25b4d94025a2001293acc62aab74ab8d105d0 SHA512 dbb0a37100d9bd01b3512080e98162c6a25d3ab5ff19be3fefedf35c3398bdb160ad1ba2c9cb5d6950582c6bfc99d75c3768edf45fa6cfe1b898fb11a7ac4a9a DIST corepaint-4.1.0.tar.gz 96506 BLAKE2B a5ec05d35e1d6ce086bb7ef55a0efbfe34273510b446492835e532e2420c52998495bba63e7cc4ce1080e144b1aa8bc5f10c06e58e1d6c0718b41c8c084c489d SHA512 c49d2388436e13717edaa957d7a81de2cf348324317baab27fbe1f9ef0a7086095c6996ee09300d350945af4dd1abe2f736dfcf49886443e0474245ff327227a +DIST corepaint-4.2.0.tar.gz 109114 BLAKE2B a79bbfa6e6aebc005338347193b5c14d41c1d5f40cee41f2493934b63034c9bb47d3c6021fe93a0d6e9ac0e776af65a60d930bd451d70c7acec3a46545363e39 SHA512 23ccfc465bfe00cb14ddc4dc607d23606456ee1856c20529194922786d5e6d956d4854271d7a91605d5849d7581c8e508b25688759465d77d43fa7b0fd2db027 DIST corepaint-4.2.0_alpha.tar.gz 108589 BLAKE2B 148739b145df83939733ae1797b83c60c6b8a161b13cfdb44ce1c478bb3671639487a025cf1cf7d3fe1e4f11ccdf93b75bbf8b3393a6bd85e2ea007efbec7f1c SHA512 3dcf40200b1677452f4eef7028e8036a883cb5072bbda2ddd50084607daf779124ab2709a974efb167e6b9b41c12085d1865ad56bc46ea70f554f293abe636ee diff --git a/gui-apps/corepaint/corepaint-4.0.0.ebuild b/gui-apps/corepaint/corepaint-4.2.0.ebuild similarity index 61% rename from gui-apps/corepaint/corepaint-4.0.0.ebuild rename to gui-apps/corepaint/corepaint-4.2.0.ebuild index a5a4ad7f7c..f5a7ba9c96 100644 --- a/gui-apps/corepaint/corepaint-4.0.0.ebuild +++ b/gui-apps/corepaint/corepaint-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A paint app for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -30,23 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corepdf/Manifest b/gui-apps/corepdf/Manifest index 34294c0238..5bdb3669e5 100644 --- a/gui-apps/corepdf/Manifest +++ b/gui-apps/corepdf/Manifest @@ -1,3 +1,3 @@ -DIST corepdf-4.0.0.tar.gz 115775 BLAKE2B f8b43c69d30d30d89bcc1f01719dacd48be1b453a6ba1fe932ab9d71137d92ffa87e12ccd0e3ab0c47a867ab6e431b9150307a05d90ad8836d395ba9d68f6acf SHA512 c28de6f79f78cba1fd1fa34f9cff552133e396523e9f50ac8eeff94511d4179d0d405eb4af415f61d34df28809f521c7e6f9f196a007e6995f79d4c237d23310 DIST corepdf-4.1.0.tar.gz 115777 BLAKE2B 1e333c3ca16375186b5b3b379d3e2d344d7b4064bc03c7c282ec6b2bed3b4b02c9bafd9d71f6242656c2193daecf58b951899fa853ad2833ca33a5fb32361faa SHA512 dcc9a5cb5d8566f783c1fc680f596f54261ac1e6b679e13043e9b7146e3bbddc8527d57e48ea359a748b4a6f3106cb2c97b8bd41c5c51bcf9d0e4cf558b1da99 +DIST corepdf-4.2.0.tar.gz 85521 BLAKE2B 348b546ef936c1b5c04cfdefb12dec30331f903f6d40d1b5594f9f07621247244cbd80cab783a2861d4f27b89f7c1c8fe2712ef2b6a9b596687d38ae99e23c0c SHA512 77bb85ec059fe0778e5e506842d84e38f941f587ab303f1526ab52d35d6588039c7c320a001128d81aa394c1a2e817e8af36b3fca4a5c46148acaf64178c9e85 DIST corepdf-4.2.0_alpha.tar.gz 85112 BLAKE2B 8ce08731dd2ae4979c1f2f0889d13405ab170af85ee05c2b06dd3f22a4db3b5d7aafaef230ffa9876829631014104c1e5c2a946949188a419c95478db67a16c8 SHA512 eaf60c3faf883f1d6641d9b5060ce3c00c9e87e056027ddeee5ebc11a2cd080b8c596e835b836d31f47db826800d77969d61ee0078358af8d57f1e6014d0885a diff --git a/gui-apps/corepdf/corepdf-4.0.0.ebuild b/gui-apps/corepdf/corepdf-4.2.0.ebuild similarity index 62% rename from gui-apps/corepdf/corepdf-4.0.0.ebuild rename to gui-apps/corepdf/corepdf-4.2.0.ebuild index 7c4c751123..228e91c9f4 100644 --- a/gui-apps/corepdf/corepdf-4.0.0.ebuild +++ b/gui-apps/corepdf/corepdf-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A PDF viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corepins/Manifest b/gui-apps/corepins/Manifest index 171dc1a8e9..43e3d93d66 100644 --- a/gui-apps/corepins/Manifest +++ b/gui-apps/corepins/Manifest @@ -1,2 +1,3 @@ DIST corepins-4.1.0.tar.gz 53284 BLAKE2B 3aa3a9db716dedfa77b102fc0d20bde5c308d5ea921a322f812f41e65e6a5da4247069343e65283a35e1ccc5783d36623250f59017736db67c23d68cee186ead SHA512 6c2898d0a7475c92157213c5285cc8b711c472bb33e852a6b6f4f39f694a980858f1807d3d0eb21de050e0f008266be7dd0e544efe83a5212198946d28293c73 +DIST corepins-4.2.0.tar.gz 53287 BLAKE2B 7ca28ca7f92e34916be46079ad5d1cb2ab6a835ec3c2bfcece322c61813979c2be1427e4deddf53fcde2e03a27f9c8e53eb1039dd42c83dd57730809fc6575d5 SHA512 2ab3eb00541fe85ed6cf0d5f11ea54703085dcba36654acbf867b637ead9e67180081561fb6127b850489700cb9915c7c160e94319f15e42a7b951a4e9ffa670 DIST corepins-4.2.0_alpha.tar.gz 52968 BLAKE2B 2d21aba06a44a00513e7986f3d2e6d76c448c3c71f2f679564fb9ac8c8a9276fe7b78e59c5505690c768a7a05c621e066119e94dc4b26376585771ad3064db9a SHA512 4c2f4bd8d12bb677892c0684842e675015be07990ec0e5b7476ed9c909520b324bcc48021f568a71d1cb3ef3781fa560ec99c2ab522ddebf4dcb70d7ea8f4f40 diff --git a/gui-apps/corepins/corepins-4.2.0.ebuild b/gui-apps/corepins/corepins-4.2.0.ebuild new file mode 100644 index 0000000000..612d9ec460 --- /dev/null +++ b/gui-apps/corepins/corepins-4.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV/_/-}" + +inherit xdg cmake + +DESCRIPTION="A bookmarking app for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${MY_PV}" +fi + +RESTRICT="test" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corerenamer/Manifest b/gui-apps/corerenamer/Manifest index ae59e4d654..dcd8525f42 100644 --- a/gui-apps/corerenamer/Manifest +++ b/gui-apps/corerenamer/Manifest @@ -1,3 +1,3 @@ -DIST corerenamer-4.0.0.tar.gz 218290 BLAKE2B 5916a46e397e9a5562ea30a6ac601d0b653f90d9ab89452e98dc81e70194fbb87711e167f5701565bc7ccbde6c32325d87891544ab10d18bd46c9bf47e48a75a SHA512 4ef1896b3f0d960c03f870dd80a296b7c779569c96f0816b4484383bbcf82839cd95d25cd24282843dbe672186ef8edcf4f986c5b682b0bc081939c3509cd130 DIST corerenamer-4.1.0.tar.gz 218279 BLAKE2B 5cbab2d079b040c37bdc50dc09fbaedc12c665c14ee66ed1a0b3848c609e2affb8a33b94e487168f5c878fd142c5450b563fdf6bec8cc277d7ca7de7913c059a SHA512 c9fd68a9f688decc4868e97bf905c9a26e2236e965b939b94db80fc9278d97f8b1a37eaa5c6f2239001d80ae64cf2d51a89f9bf102dc1d654c21193659825ae9 +DIST corerenamer-4.2.0.tar.gz 69601 BLAKE2B c039762c2cd0727e73595c3cfd19aefd54e085053fcd722bda20a98efa975932beba85ed47bbcfefbdff543040c13a094cc8f6d479b69226a737837de0ea7937 SHA512 c04883a9dd615775a05ea28518563bfc7295ea2c103f41c7548e6d30c6d70fc10ed2884fe86e19b2470d830eac172552eb02f161c97b0b099571127594859384 DIST corerenamer-4.2.0_alpha.tar.gz 69106 BLAKE2B 9d169696446d6a4c98f9db778a66c465d7d3095368e30e359a20c396cd81726a95955d511c7076c0b4876da173e1dcf0bd5ad7898ea7c591136a66dc3e67b236 SHA512 3c85d99be35d5c2840bfd7e72bad15d9c34cab880a8427e19790a4140d1eeb069fcc206cc24aea8a0545ff2cad7198d5030763b21ef2213df471170dd64d387a diff --git a/gui-apps/corerenamer/corerenamer-4.0.0.ebuild b/gui-apps/corerenamer/corerenamer-4.2.0.ebuild similarity index 61% rename from gui-apps/corerenamer/corerenamer-4.0.0.ebuild rename to gui-apps/corerenamer/corerenamer-4.2.0.ebuild index b297741365..a41d3ad572 100644 --- a/gui-apps/corerenamer/corerenamer-4.0.0.ebuild +++ b/gui-apps/corerenamer/corerenamer-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A batch file renamer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -30,23 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreshot/Manifest b/gui-apps/coreshot/Manifest index 15432d1a19..95b901f97d 100644 --- a/gui-apps/coreshot/Manifest +++ b/gui-apps/coreshot/Manifest @@ -1,3 +1,3 @@ -DIST coreshot-4.0.0.tar.gz 1300298 BLAKE2B 9742b4dcfbd3257309bcaa517792129b933ee8ce2279184fbb8e69ba4d43e5b3116c1815586e4aa81dc015d7c18eae841a8ffadd467276d01e3f4eb88ab865ba SHA512 c8af3134ec35ef7355f67991fa8bbc96d8752296c199cca21b8193a21844ea4b445a5dcca6a37cb01ccc5054eb742534d2c9d59f7aebc2e95f17faff78c8653e DIST coreshot-4.1.0.tar.gz 1300320 BLAKE2B 4224967cefd300aecb47112100e2d8800c19fc2919338f3230ac46c2392dc343262e2dd90b99965023f3e3202802a089588fd54c6e376e276cf2da4f4293200d SHA512 7a86f723c6b41e1551fb908b5bcdc7031e01121b282fed6225f6f74746f5cfcf9c3c474a71138b9adb63dbeb3bb41bcb0b0da32c4d11d21aafba66ef89ec4d3d +DIST coreshot-4.2.0.tar.gz 1301967 BLAKE2B e481c69a11fef2684bd2088240e7e9bb0f10d45fef07d4582adcf759f89f75f01a813a8b6cf90e2c0654bdf49b13844bcaea32172d79dcd61676c71b260f481b SHA512 80e5587d802980b2acb7be5b9babdca365332c4ceadf3d2ff7c30e94c706a47fcece8045e689b2eac8186a21267af5017caf46dd89fe6bf60bf81dec0f7f75b0 DIST coreshot-4.2.0_alpha.tar.gz 1301559 BLAKE2B 46df04874b89db2b7198475a7df0a5bc9f797e8b680df6a7ab3de1ad40ae1f949f243b0d7f7495761c9713943c0c336b9c3ab310531737a9c3812bd5bdb257ee SHA512 430e5bbc99fa15d7867ff8f77e4f69312ff5f92691b5670d00cf8169390d047b317bf931bc4008ff743352a0582b27ee475f06a34b14a6523cff9ddaeea8fcfc diff --git a/gui-apps/coreshot/coreshot-4.0.0.ebuild b/gui-apps/coreshot/coreshot-4.2.0.ebuild similarity index 62% rename from gui-apps/coreshot/coreshot-4.0.0.ebuild rename to gui-apps/coreshot/coreshot-4.2.0.ebuild index faf3bdc161..094be404d7 100644 --- a/gui-apps/coreshot/coreshot-4.0.0.ebuild +++ b/gui-apps/coreshot/coreshot-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A screen capture utility for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest index b309d1f1e6..5fc0e6cf45 100644 --- a/gui-apps/corestats/Manifest +++ b/gui-apps/corestats/Manifest @@ -1,3 +1,3 @@ -DIST corestats-4.0.0.tar.gz 99029 BLAKE2B 88ca6d3d1f8b45e7817e1ebac8ba8994d18aed8469600e3f63b18029b66ab33d32cf0379f6c169a432f95ba6cad92fd434229cd29a4927d9798b70018ff67568 SHA512 7a31102a0a22f464f9bc03aebad9112df8eb3f48c428b4099512b7dcc044c368706be7cdf0059d8a1d1554946d5cbd6cb64ab58639e125c054f4d746459bcf5a DIST corestats-4.1.0.tar.gz 99006 BLAKE2B 897d2ffb13b10b03b21fbff3538654ae9eb4c1d434cdf821d7f7bd8771ceb5097311e4119effbef87979ef432d8ed535d63c4d2942ee89be0c65d07547e188fa SHA512 2829e052a815f516667b211cac57dd9f55c181cc040036602c31dc758e275f05f7f4038c5425b239fc9fd160307e0bfebe9aedc39226a58d5964d6c76d498a04 +DIST corestats-4.2.0.tar.gz 109644 BLAKE2B 7595e3237a5ba587152f49042dd5598cab96412f125c32d1483c73431fa7d9aee4848b1e859c1049cc2900e6dc7b8f526c63ec5c2481a082d2df7c45f844ff9a SHA512 7b65c676c9c6e865c9bbcb7f51abab2f3fd263d8e6a819ab681949903ef8753d559d5ecf82ff564d1d933c233caa9c2900724311e1442a9d512f4ec5eb49ebe4 DIST corestats-4.2.0_alpha.tar.gz 103581 BLAKE2B ac5d61b2068a2cb0c1579e9221f22b6581c9e47869bfac7e8f4823937e964a00fdd814cf413d3bc8f27d156cdf379f6ae629b7174ea49d645b1694ff5477dd85 SHA512 7b367ea7bbf0a9a3e5cbfb30902de0160b5bdb9d68ec86728cf17f6f85c8e0c87842e08e8b19b9fb3863ded9e6d03333a6bfc4804259c6b6c851a87a73d44273 diff --git a/gui-apps/corestats/corestats-4.0.0.ebuild b/gui-apps/corestats/corestats-4.2.0.ebuild similarity index 63% rename from gui-apps/corestats/corestats-4.0.0.ebuild rename to gui-apps/corestats/corestats-4.2.0.ebuild index d3f2e97689..6add84b379 100644 --- a/gui-apps/corestats/corestats-4.0.0.ebuild +++ b/gui-apps/corestats/corestats-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A system resource viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -33,23 +35,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest index e4270e3192..b2fef2ff83 100644 --- a/gui-apps/corestuff/Manifest +++ b/gui-apps/corestuff/Manifest @@ -1,3 +1,3 @@ -DIST corestuff-4.0.0.tar.gz 1244235 BLAKE2B f03d71d1994a749b37b21e1ef1dd3e5213b2287e4e43adf87bcde37590610d23499dbb2b9305620eb9ae2b81d5c45c635fb08eb2fc5f795e5a4efadb8532645b SHA512 b56fbc52b7c1fdabc67a697af570ee5d437a623e19aafb178f28a7d7cca2d52590537148723a41be6169948abcaa039e03ae9819e767c12601557f65ae1cd6d2 DIST corestuff-4.1.0.tar.gz 1244242 BLAKE2B a00c94cb7ae1caa76cf49205d8d5732ff64f5cefa9e7abae7338b5e9d60bbba8a2c1b8aba980c92f5be644b5de5d1f46fe5e18afd69b0bbfb2e7794fdd1b8ca0 SHA512 e2d9c87258909ec825fe8961fb65ddf917d23315e9e2977b9557189109e9147b3d91c452fc9d8dba6a436a323470b38683803977d84b2391930bc7dcdbf4b3aa +DIST corestuff-4.2.0.tar.gz 1247589 BLAKE2B 9dff4a40a37e8b89ea59ed7c51d2016cf18386287597a2106afc92245afcb1f8708955af66c89cd830a2ab8fec640c05df67231f79d4060c57abe6778c6bd06f SHA512 88a7d5035b05d7b74a0dbe38b01c01b84cf614e7188ab94cf287828839a7210b622b8be48f3064b4e0f1fd77d13ba065a7ba5faee32e6f056c79706c6a11bb22 DIST corestuff-4.2.0_alpha.tar.gz 1247030 BLAKE2B 9216f4ffeb5482a6f14e83709ef368bed0b88c05d493713300134a2ac381ec88e1c655518e1dab0f5d2136dd575918fca23916ffae0922299e54e6b8291180f4 SHA512 0fafcc5cfcd21543f0a971637c4afa407bc55e04c2697c905e7af3d2c02b18273d28221fe6be5e9b796c0690421fff2741b045e9933015c345d96c94925c1d88 diff --git a/gui-apps/corestuff/corestuff-4.0.0.ebuild b/gui-apps/corestuff/corestuff-4.2.0.ebuild similarity index 63% rename from gui-apps/corestuff/corestuff-4.0.0.ebuild rename to gui-apps/corestuff/corestuff-4.2.0.ebuild index 95490556f9..5774a24afe 100644 --- a/gui-apps/corestuff/corestuff-4.0.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="An activity viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -31,23 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreterminal/Manifest b/gui-apps/coreterminal/Manifest index c0e89c9333..255ede2f7e 100644 --- a/gui-apps/coreterminal/Manifest +++ b/gui-apps/coreterminal/Manifest @@ -1,3 +1,3 @@ -DIST coreterminal-4.0.0.tar.gz 58172 BLAKE2B 2b8a437a4dcbf53ad015e1c3b9e1811f309a2494a7dd3a5c494bf07cc3dc0f950f9927044bac1f546c5aa861572c8ee0da5461fb821e3e1a407525cb9c81e4e9 SHA512 a3fef29036e95a3efbfa499c8f88168e1044d4143b699397e76e6981c959e5528a6d33f0df6ee295d2577767fe2aefb5b5a6a77c1da0d3ffc4ab376bfcdcaefe DIST coreterminal-4.1.0.tar.gz 58603 BLAKE2B 5aa74e7c86feaf4ae185f2aff8bf7bd3c5739deae1c913436142a62da807631c0a20d88cdea82beea61ae91935d716af97aff369cb912de26e7894d7ac3e1d57 SHA512 41d36abbfc1e15236dc482f16ed1b2b827626dd30a955aeb81154f1edd8eac6a2dc8633a7f00c6808381fbdbc159bdd95d1e711ac53af8a84570b264ea47f18f +DIST coreterminal-4.2.0.tar.gz 74370 BLAKE2B 22d7c677c90bd0cc1910e43f89dcb064064e55c1ea0c816b8c7c5ac2bdfb9c58d6b9cd34941d4088ae28908dbb43e8d34cb02fc41241e5fb144dce9d610b6a7f SHA512 551faaa830b8df57a143c6704aa4f0866b4813e3d037a3582a6d569dbb9fa6d07c28c7008e66a3bb2cee23163fb5fb69c266f18c5f6f6c76dd8356216781898b DIST coreterminal-4.2.0_alpha.tar.gz 73911 BLAKE2B 4ac118845ca255256762095d43bcb2b570047aa668778ed5f8351de2825a983d62a26cdd68ba9c889273340d0fbe73bacb2d7fd3fc44051885537db3c364c9d8 SHA512 0dd9546e9e10c01b32504464ef1a3394019d9f61758db4c416cd6f8cac70c96af13e2a5c2f13b02c8a6f2291b6de94e27179795bf121e0eea6d7a7a846bc9bd5 diff --git a/gui-apps/coreterminal/coreterminal-4.0.0.ebuild b/gui-apps/coreterminal/coreterminal-4.2.0.ebuild similarity index 67% rename from gui-apps/coreterminal/coreterminal-4.0.0.ebuild rename to gui-apps/coreterminal/coreterminal-4.2.0.ebuild index 405602a942..a92b7a6820 100644 --- a/gui-apps/coreterminal/coreterminal-4.0.0.ebuild +++ b/gui-apps/coreterminal/coreterminal-4.2.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A terminal emulator for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -32,23 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest index acdad43938..9b619c0217 100644 --- a/gui-apps/coretime/Manifest +++ b/gui-apps/coretime/Manifest @@ -1,3 +1,3 @@ -DIST coretime-4.0.0.tar.gz 446489 BLAKE2B 738739f568e1185d2d48500ad94ef79b0bc815c1194783187cc09ebc2d3eb127ad124730f51bcab50f90c8fd5780a192e71057fb572cc1881448613f3a49cad4 SHA512 aa3415b9a2117f3918895f55d849d781e7349d9d995f58cbc327d2ed3755ea12314166f0387dccf97aed12673d39db878925b5f97e9d1e9b5d2d5f96431cf4b6 DIST coretime-4.1.0.tar.gz 446484 BLAKE2B cd6dddc6750a71d357eecd1dbdfc0c0a2a3e79542d920012843e7056b7644b79e3e4d7a8c5f1ecfa8adba8884be22cecb2153c5d5e7eaa0d9743e16390553d59 SHA512 4620aa877dcca3ab55bfcf9a6dfad49869bb1a8862ab4501cdf6f6f6f3b99ab00451cc22e7c03d8233ffa4dc0939e1c0f4c6d75a0b2b1e75954221fb35612936 +DIST coretime-4.2.0.tar.gz 442936 BLAKE2B c11cff52bdbe3841f99573937e549e37bb8bc62006ac25a63c30e105bceb3e45a5ba1bbc8227453a75d24818f329bd32bab1717062a9969bdce558c8cce593ea SHA512 e647fff8547a6f086d54287b26852fcc3f076b5661e8b41cd2939a8f20965c984c621715af1b9061dc3e1e7e477206660bfdd4299cabca14cdc88a2faf637bc9 DIST coretime-4.2.0_alpha.tar.gz 442711 BLAKE2B a72c368cf85e45900974f42a8747c053a3ab413df1a1a3f279ba0c4740daba1f905c1e99de90ebb0af04066029fc2cfdabfbd4b1575e1e3f4625789447a9b932 SHA512 f6a884e31017ce416db744ddf649b86d818d27c6ba97aa0e5cb5979e4923fedea1d1876ce7900bc075b0154e350df6a40e791a670273fae417f9675b53d95707 diff --git a/gui-apps/coretime/coretime-4.0.0.ebuild b/gui-apps/coretime/coretime-4.2.0.ebuild similarity index 61% rename from gui-apps/coretime/coretime-4.0.0.ebuild rename to gui-apps/coretime/coretime-4.2.0.ebuild index ce205775de..e152ee0044 100644 --- a/gui-apps/coretime/coretime-4.0.0.ebuild +++ b/gui-apps/coretime/coretime-4.2.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A time related task manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -27,28 +29,7 @@ DEPEND=" dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 gui-libs/libcprime - gui-libs/libcsys " RDEPEND=" ${DEPEND} " - -src_prepare() { - default - - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coretoppings/Manifest b/gui-apps/coretoppings/Manifest index 52ca704be5..468329fce3 100644 --- a/gui-apps/coretoppings/Manifest +++ b/gui-apps/coretoppings/Manifest @@ -1,3 +1,3 @@ -DIST coretoppings-4.0.0.tar.gz 170719 BLAKE2B 039f2c38bd28f277a321d50686b1ba9adc373c1a37cf3b47aa4cd2d3d70154bc8a0c7f52c16e39711c27d5efc9e26ff3018a3097591cc43244bb94a44c38bf6d SHA512 469eacf5fa33388d57f7f3b0b84886fee97942b2d77418e454334f62dcaad891f499ec9b5bf4930b46757a2ec67b3cc2f1656530804811ac6eff74c25d110536 DIST coretoppings-4.1.0.tar.gz 185742 BLAKE2B eac839dc3f0f6cb2d844aaaf6e1c7e06aef9a364585ee2dd30daad1cfe28567962459fcb0974fff8d7d3a863d06b6d51d02aecbc8837534f7a5c1e274e0177b5 SHA512 bbad49c322f5fbf39633a6a56269b3bddde42c8e515b6c25471dbf74f59f24b2217a89593d06b67dda6cca0ef3fc93b50fec1ab7cd523ff23b3c8bad76f0d71e +DIST coretoppings-4.2.0.tar.gz 190179 BLAKE2B 845836777052fe8f411de4166f5f26392e53a246e60fa6ac9156cabbd44cfc7ce1cb065b357b33fa1524084c07265b810db5dcfdf8455539a4d5bbdda65c6f79 SHA512 f3d433db645308183e51fb250895088e6fca6d32f1d1ffcf8e758d749daa09a96707549d4b51c8ac51711481e78d7c4be1d4dfe496f32dd28bd14cb0b5da4af7 DIST coretoppings-4.2.0_alpha.tar.gz 189480 BLAKE2B 7bc7131bba8f9fc9a6b690446039a57f9f3465bbf0563f474999d034717f7e24aa7a0c23026d791fb6bc8d6f145d0caafba05d721fe60ab7533377d1ccfb8917 SHA512 f6df9869d2a7cbe1ef10a9ccc22857b3ffb1b66bbf0d7cc589083485432345da6cb0dd5da32e41edb03eeb827aaf2e070fb7d92040aa05d5b62779a2949884a6 diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild b/gui-apps/coretoppings/coretoppings-4.2.0.ebuild similarity index 70% rename from gui-apps/coretoppings/coretoppings-4.0.0.ebuild rename to gui-apps/coretoppings/coretoppings-4.2.0.ebuild index 3d79214e02..796a3bc4e9 100644 --- a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild +++ b/gui-apps/coretoppings/coretoppings-4.2.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit qmake-utils xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="Additional features, plugins, widgets etc for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings" @@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi RESTRICT="test" @@ -34,23 +36,3 @@ RDEPEND=" location? ( dev-qt/qtlocation:5 ) pulseaudio? ( media-sound/pulseaudio ) " - -src_prepare() { - default - - sed -i 's/C Suite/X-CSuite/' shareit/shareit.desktop || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest index c3f0bffcad..8d091b00f4 100644 --- a/gui-apps/coreuniverse/Manifest +++ b/gui-apps/coreuniverse/Manifest @@ -1,2 +1,3 @@ DIST coreuniverse-4.1.0.tar.gz 255877 BLAKE2B 14b85ebe99aa368daa8007f36626f7d6b00de94a9a69f55e7b8986c2127049e15d3d0f860bc35c0a84df90354bb1d3080724efab10c78d406a05eede814cc1dd SHA512 17cfd248fb7a7db9ba0df1777f01d0400116f9ce73ce2599a81cec6fcd8d27ab582e5e72effa7fd89eee352f029f91cf5b99dd1d507cd5250323203d593b49a3 +DIST coreuniverse-4.2.0.tar.gz 251425 BLAKE2B ba1e0b64fd5ca491d79a0fb0b57790075cfa8ea5955c95d61076e1e43905df3125f71b3751200310de68b03930025e71cced8a42f943bf23334e5c262bdea764 SHA512 8cf18fa84d784c8688ce6cfc3a97b625e8f3cb3c0bf58666ecf11cd0ee3fda4f4f5d43ec9007b3e6a698c6ef7b72a7135fb412c7e5ba0e6b4fcc043742f0fb7b DIST coreuniverse-4.2.0_alpha.tar.gz 250744 BLAKE2B becbd4ad576f254ca307cdb6dfc9ab1a99031381a88a0b2b65d3034124d9a30472667ef4b3fe5e7efdc2588db913bd4977356bbbb27edfe4ab670385f7dd1a1c SHA512 120002cb912609081891602a5e12d97523eef4360292b034bf8572e05ea32710f231e02ca465ce943650e0c6f5f2132e20964c8f88c365078ee1d16cf4738327 diff --git a/gui-apps/coreuniverse/coreuniverse-4.2.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.2.0.ebuild new file mode 100644 index 0000000000..0931e6d078 --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-4.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV/_/-}" + +inherit xdg cmake + +DESCRIPTION="Shows information about apps for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${MY_PV}" +fi + +RESTRICT="test" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest index 4f4bdcd61e..dc2460a46b 100644 --- a/gui-libs/libcprime/Manifest +++ b/gui-libs/libcprime/Manifest @@ -1,3 +1,3 @@ -DIST libcprime-4.0.0.tar.gz 62887 BLAKE2B b2aaa69b7f726a5ea66668fc83b6c2c5d621351fabbb6ccefb9e2cfa82853b5d8cc80bf79626b1d461103373ed63fa73eaaebc48c66314d4a0a2903b4421c8ad SHA512 b392b6e82907995050696b9dc7bd31cf290e705cad300c538511ae4e8632594cf7f321e6b8ee55c34d4dccdebf993884aabccc54b96d4eb4e084647deff20591 DIST libcprime-4.1.0.tar.gz 62873 BLAKE2B f64557f3700c7ee491510c3a793a36fedcabbfc11d225d276632b06bd7a5ac79cfcbcb70462b7f1a53aff7ecd33dc21f47aee208b75c3200e8b344aab180f6e5 SHA512 be61dbd29fb38187906db968c8196a1162ff663626b153fee3c5823e0b44a88f44d269aeb2e5f1a8de18d061db64f8aaf9667b9c28c10de0bc3831e76a6f8aac +DIST libcprime-4.2.0.tar.gz 54251 BLAKE2B d0e81c45cac3d0c9ee7efda5433795d0c61c985b9d589b0195c5e806a07285de7f13302645891c81eb90c6bcb6ac1db7002e3b13d686177b1aabfa2b0e76cf6f SHA512 6e51fe5bb51ff290f6c5c85aee45235e886ff6fd21bc2910f4b6324281ecf2fabe496fcee0466379bea24d8ffbe3cb8cb7bfa4df2dba2570d6ae47b7904e4d8c DIST libcprime-4.2.0_alpha.tar.gz 53632 BLAKE2B f2d89d2e553af9412d03817948c09e7bd7ce88b2505f64cec6ad41dcec8de3c90ad8a9066648f756487b14f8881a71dbaeed442450b284e51f07b2abbfd7c629 SHA512 fddab040c13363201116fbb5437f204cd0c2ed1aa1842215668d37ca0c8db587b55a0fb7165c447c8e6a2a89c378228415a70ceac2a7f763b98b91c50e53501f diff --git a/gui-libs/libcprime/libcprime-4.0.0.ebuild b/gui-libs/libcprime/libcprime-4.2.0.ebuild similarity index 51% rename from gui-libs/libcprime/libcprime-4.0.0.ebuild rename to gui-libs/libcprime/libcprime-4.2.0.ebuild index b2ff3bf953..43535c1bfc 100644 --- a/gui-libs/libcprime/libcprime-4.0.0.ebuild +++ b/gui-libs/libcprime/libcprime-4.2.0.ebuild @@ -3,30 +3,31 @@ EAPI=7 +MY_PV="${PV/_/-}" + QTMIN="5.15.1" -inherit multilib qmake-utils xdg +inherit cmake DESCRIPTION="Library for managing settings of CoreApps" HOMEPAGE="https://gitlab.com/cubocore/libcprime" if [[ "${PV}" == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git" + EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git" else - SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi -RESTRICT="test" LICENSE="GPL-3" SLOT="0" -IUSE="" + +QTMIN="5.15.1" DEPEND=" x11-libs/libnotify - >=dev-qt/qtbluetooth-${QTMIN}:5 >=dev-qt/qtcore-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -36,18 +37,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -PATCHES=( - "${FILESDIR}/${PN}-lib.patch" -) - -src_configure() { - local lib="$(get_libdir)" - # '^^' because we need to upcase the definition - eqmake5 DEFINES+="${lib^^}" -} - -src_install() { - einstalldocs - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-libs/libcsys/Manifest b/gui-libs/libcsys/Manifest index 6400e731b8..e8fc8fe2c9 100644 --- a/gui-libs/libcsys/Manifest +++ b/gui-libs/libcsys/Manifest @@ -1,3 +1,3 @@ -DIST libcsys-4.0.0.tar.gz 26187 BLAKE2B df7ca36087d2e06ce7ad668eb7fa57aeb15db587888406c2ae30f9972e93fd2cd2a129a3453960fe8fab58418a5f3df17e201cd22aa511245b66e6b59e196c86 SHA512 1c3ce300f88a6825dcc73536d394abce35affda117388d34781c4dec5e4e9288743af2cbee1f7ad1f4b93fe6c1091f657191712aa59e78ea5b992800a215794a DIST libcsys-4.1.0.tar.gz 26133 BLAKE2B d5714d9241a79084fc5ed86d82dcd5843a9a6960bdbdb92e19e0896e42aae7b3dfaa833786e98d919ac5bd642356e985109b90344819979eb8899620bdddceac SHA512 5db6160dc64aba915796f921866202794196d3ce4d9e17e266f2d3c25d9a3441e6d7f1c8ff64de92477e83f42d5a959802e18019c7f04abcd3fd69e1f5028f59 +DIST libcsys-4.2.0.tar.gz 26984 BLAKE2B a9bbda8f7524873f91347f518eb87135fe7fc62dd39574d211f23559d4648c68cd9ecc582e9f58b85eb42c45568082a154431f40ea9a83b8768c285dc9599afb SHA512 ff9b98788f094db7d9574bf507049596a9a46e7532ede806b1e0369d77934e2d74d451f7d5ffd77bf2111c4a4fd8aea47ea86ef44a316bd2f211e955fb1cafaa DIST libcsys-4.2.0_alpha.tar.gz 26827 BLAKE2B 29c2ab7f71e9a10549d2a4551aa0131dee04e3628ff529414b2275ef70fdad48e0ed873d917470f758fb63540d1a9c82a0a3b44f4394d95eade512c2d06bbf72 SHA512 42dae4f3ca900b00c3888d6e980252a8c3b6a5835430afdf9e3194b91667ec9795188769c413f4f1c978aacdb79fbef85fb84496186fb444d76e24d900bc1aed diff --git a/gui-libs/libcsys/libcsys-4.0.0.ebuild b/gui-libs/libcsys/libcsys-4.2.0.ebuild similarity index 57% rename from gui-libs/libcsys/libcsys-4.0.0.ebuild rename to gui-libs/libcsys/libcsys-4.2.0.ebuild index 8a61858340..5dbcd88e52 100644 --- a/gui-libs/libcsys/libcsys-4.0.0.ebuild +++ b/gui-libs/libcsys/libcsys-4.2.0.ebuild @@ -3,9 +3,11 @@ EAPI=7 +MY_PV="${PV/_/-}" + QTMIN="5.15.1" -inherit multilib qmake-utils +inherit cmake DESCRIPTION="Library for managing the device" HOMEPAGE="https://gitlab.com/cubocore/libcsys" @@ -14,12 +16,11 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" + S="${WORKDIR}/${PN}-v${MY_PV}" fi -RESTRICT="test" LICENSE="GPL-3" SLOT="0" IUSE="udisks" @@ -35,18 +36,3 @@ RDEPEND=" sys-fs/udisks:2 ) " - -PATCHES=( - "${FILESDIR}/${PN}-lib.patch" -) - -src_configure() { - local lib="$(get_libdir)" - # '^^' because we need to upcase the definition - eqmake5 DEFINES+="${lib^^}" -} - -src_install() { - einstalldocs - emake INSTALL_ROOT="${D}" install -} diff --git a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild b/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild index b0d565fcf2..5d1c3404bf 100644 --- a/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild +++ b/mail-client/mailspring-bin/mailspring-bin-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit unpacker +inherit unpacker xdg DESCRIPTION="A beautiful, fast and fully open source mail client for Mac, Windows and Linux" HOMEPAGE="https://getmailspring.com/" @@ -16,27 +16,36 @@ KEYWORDS="~amd64" RDEPEND=" app-crypt/libsecret + app-crypt/mit-krb5 app-text/tidy-html5 dev-cpp/ctemplate dev-libs/libgcrypt dev-libs/nss + + + + + queereen@riseup.net + Avis Drożniak + + + akiraux/akira + + + Akira is a native Linux Design application built in Vala and GTK. + Akira focuses on offering a modern and fast approach to UI and UX Design, mainly targeting web designers and graphic designers. + The main goal is to offer a valid and professional solution for designers who want to use Linux as their main OS. + + diff --git a/media-gfx/azpainter/azpainter-2.1.6.ebuild b/media-gfx/azpainter/azpainter-2.1.6.ebuild index 2775db142a..911ef759aa 100644 --- a/media-gfx/azpainter/azpainter-2.1.6.ebuild +++ b/media-gfx/azpainter/azpainter-2.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 2018-2020 Gentoo Authors +# Copyright 2018-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit toolchain-funcs xdg DESCRIPTION="Full color painting software for Linux for illustration drawing" HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html https://github.com/Symbian9/azpainter" diff --git a/media-gfx/azpainter/azpainter-2.1.7.ebuild b/media-gfx/azpainter/azpainter-2.1.7.ebuild index 91f816d149..d23ebdfa56 100644 --- a/media-gfx/azpainter/azpainter-2.1.7.ebuild +++ b/media-gfx/azpainter/azpainter-2.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs +inherit toolchain-funcs xdg DESCRIPTION="Full color painting software for Linux for illustration drawing" HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html" diff --git a/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild b/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild index 7e2d2953b3..bf5439d08c 100644 --- a/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-2021.03.07.ebuild @@ -31,6 +31,7 @@ DEPEND=" virtual/opengl media-libs/alsa-lib media-libs/fontconfig + x11-libs/libXinerama " RDEPEND="${DEPEND}" diff --git a/media-gfx/bonzomatic/bonzomatic-9999.ebuild b/media-gfx/bonzomatic/bonzomatic-9999.ebuild index 7e2d2953b3..bf5439d08c 100644 --- a/media-gfx/bonzomatic/bonzomatic-9999.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-9999.ebuild @@ -31,6 +31,7 @@ DEPEND=" virtual/opengl media-libs/alsa-lib media-libs/fontconfig + x11-libs/libXinerama " RDEPEND="${DEPEND}" diff --git a/media-sound/6pm/6pm-0.9.ebuild b/media-sound/6pm/6pm-0.9.ebuild index a9fd30ea72..ea03a7dccb 100644 --- a/media-sound/6pm/6pm-0.9.ebuild +++ b/media-sound/6pm/6pm-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,10 +15,14 @@ MY_P="6PM_v${PV}" SRC_URI="mirror://sourceforge/project/mv-6pm/${MY_P}.tgz -> ${P}.tgz" LICENSE="GPL-3" -DEPEND="dev-qt/qtcore:5 +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 virtual/opengl virtual/jack - media-libs/alsa-lib" + media-libs/alsa-lib +" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}/src/" ADIR="${WORKDIR}/${MY_P}" diff --git a/media-sound/add64/add64-3.8.0.ebuild b/media-sound/add64/add64-3.8.0.ebuild index 99d7dd3f67..022b43bdf3 100644 --- a/media-sound/add64/add64-3.8.0.ebuild +++ b/media-sound/add64/add64-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,9 @@ IUSE="+presets" RDEPEND=" dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 media-libs/alsa-lib virtual/opengl virtual/jack diff --git a/media-sound/add64/add64-3.9.3.ebuild b/media-sound/add64/add64-3.9.3.ebuild index dac0d5dc6e..67e6c3b2af 100644 --- a/media-sound/add64/add64-3.9.3.ebuild +++ b/media-sound/add64/add64-3.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" RDEPEND=" dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 media-libs/alsa-lib virtual/opengl virtual/jack diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild index 6acec6d0be..95d44d08f7 100644 --- a/net-im/srain/srain-1.1.1.ebuild +++ b/net-im/srain/srain-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + app-crypt/libsecret dev-libs/libconfig net-libs/libsoup " diff --git a/net-im/srain/srain-1.1.3.ebuild b/net-im/srain/srain-1.1.3.ebuild index 6acec6d0be..95d44d08f7 100644 --- a/net-im/srain/srain-1.1.3.ebuild +++ b/net-im/srain/srain-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + app-crypt/libsecret dev-libs/libconfig net-libs/libsoup " diff --git a/net-mail/remail/Manifest b/net-mail/remail/Manifest index 8a98135d54..7f103f4256 100644 --- a/net-mail/remail/Manifest +++ b/net-mail/remail/Manifest @@ -1 +1 @@ -DIST remail-0.9.tar.gz 52616 BLAKE2B b63650de259e783c8922aff0b71b354763ee1cc3f70c0514951d9899917b764d8ec36a8005d2134812f32bb7fbe9f27a060b4c6f9e98ec8a98eb3b86f19950fc SHA512 f7a27d83db69e56cdcf8dd415535ca029e755c228d76c6e11817279789a1aed0b98ce42625dc9f0245eed8411edc570444aee33704ae47424059f0a1756293e7 +DIST remail-0.13.tar.gz 54504 BLAKE2B 935120c5a7322abe009849a1c63193b6879aaeeef6daa1abeab0675439874332308209d3e6f5251e69a6fc9785497a723cc87503945ff502acaf4d2a45c7c834 SHA512 cadb41c938da90b2dc48b538767ac922118ab0be32c93a644842f2f72f28ef236a7d4e49518c2e49018bec7ea34488fae50b272d31e952b8dcdba677acc74c1b diff --git a/net-mail/remail/files/remail-0.9-setup.patch b/net-mail/remail/files/remail-0.13-setup.patch similarity index 98% rename from net-mail/remail/files/remail-0.9-setup.patch rename to net-mail/remail/files/remail-0.13-setup.patch index a4c91b1126..b97e30141a 100644 --- a/net-mail/remail/files/remail-0.9-setup.patch +++ b/net-mail/remail/files/remail-0.13-setup.patch @@ -27,7 +27,7 @@ index 000000000000..fede9d368f0a + +setuptools.setup( + name="remail", -+ version="0.9", ++ version="0.13", + author="Thomas Gleixner", + author_email="tglx@linutronix.de", + description="A set of tools for crypted mailing lists", diff --git a/net-mail/remail/remail-0.9.ebuild b/net-mail/remail/remail-0.13.ebuild similarity index 67% rename from net-mail/remail/remail-0.9.ebuild rename to net-mail/remail/remail-0.13.ebuild index 1ca54c33ff..0020f31177 100644 --- a/net-mail/remail/remail-0.9.ebuild +++ b/net-mail/remail/remail-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 systemd @@ -14,13 +14,7 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/snapsho LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples systemd" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -" +IUSE="examples systemd" RDEPEND="${PYTHON_DEPS} dev-python/flufl-bounce[${PYTHON_USEDEP}] @@ -32,17 +26,9 @@ RDEPEND="${PYTHON_DEPS} PATCHES=( "${FILESDIR}/${P}-setup.patch" ) -python_compile() { - distutils-r1_python_compile - - emake -C Documentation man - use doc && emake -C Documentation html -} +distutils_enable_sphinx Documentation --no-autodoc python_install_all() { - doman Documentation/output/man/* - - use doc && local HTML_DOCS=( Documentation/output/html/. ) distutils-r1_python_install_all use examples && dodoc -r Documentation/examples diff --git a/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild b/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild index 0dbf4ce0c7..ba5b36c74d 100644 --- a/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild +++ b/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild @@ -17,8 +17,24 @@ KEYWORDS="~amd64" QA_PREBUILT="/opt/FreeTube/*" -DEPEND="net-print/cups" -RDEPEND="${DEPEND}" +RDEPEND=" + app-accessibility/at-spi2-core + dev-libs/atk + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libxshmfence + x11-libs/pango +" src_configure() { unpack_deb "${DISTDIR}"/freetube_"${PV}"_amd64.deb diff --git a/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild index 66faddcdff..f35469877d 100644 --- a/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild +++ b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild @@ -17,8 +17,24 @@ KEYWORDS="~amd64" QA_PREBUILT="/opt/FreeTube/*" -DEPEND="net-print/cups" -RDEPEND="${DEPEND}" +RDEPEND=" + app-accessibility/at-spi2-core + dev-libs/atk + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libxshmfence + x11-libs/pango +" src_configure() { unpack_deb "${DISTDIR}"/freetube_"${PV}"_amd64.deb diff --git a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild index d63cee204e..5d45936466 100644 --- a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild +++ b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27" inherit ruby-fakegem diff --git a/net-p2p/lbry/lbry-0.48.2.ebuild b/net-p2p/lbry/lbry-0.48.2.ebuild index d4df7b1395..3851c4229f 100644 --- a/net-p2p/lbry/lbry-0.48.2.ebuild +++ b/net-p2p/lbry/lbry-0.48.2.ebuild @@ -18,8 +18,11 @@ RDEPEND=" dev-libs/libappindicator dev-libs/nss gnome-base/gconf + media-libs/alsa-lib + net-print/cups x11-libs/libnotify x11-libs/libXtst + x11-libs/libXScrnSaver " S="${WORKDIR}" diff --git a/net-p2p/lbry/lbry-0.49.1.ebuild b/net-p2p/lbry/lbry-0.49.1.ebuild index d4df7b1395..3851c4229f 100644 --- a/net-p2p/lbry/lbry-0.49.1.ebuild +++ b/net-p2p/lbry/lbry-0.49.1.ebuild @@ -18,8 +18,11 @@ RDEPEND=" dev-libs/libappindicator dev-libs/nss gnome-base/gconf + media-libs/alsa-lib + net-print/cups x11-libs/libnotify x11-libs/libXtst + x11-libs/libXScrnSaver " S="${WORKDIR}" diff --git a/net-p2p/lbry/lbry-0.50.2.ebuild b/net-p2p/lbry/lbry-0.50.2.ebuild index d4df7b1395..3851c4229f 100644 --- a/net-p2p/lbry/lbry-0.50.2.ebuild +++ b/net-p2p/lbry/lbry-0.50.2.ebuild @@ -18,8 +18,11 @@ RDEPEND=" dev-libs/libappindicator dev-libs/nss gnome-base/gconf + media-libs/alsa-lib + net-print/cups x11-libs/libnotify x11-libs/libXtst + x11-libs/libXScrnSaver " S="${WORKDIR}" diff --git a/sys-apps/rogdrv/Manifest b/sys-apps/rogdrv/Manifest index 93471bc9ae..8697f4a91a 100644 --- a/sys-apps/rogdrv/Manifest +++ b/sys-apps/rogdrv/Manifest @@ -1 +1 @@ -DIST rogdrv-0.0.5.tar.gz 68703 BLAKE2B 4896b35eeefa0fc35251eeae993eb54669f0ed67e401de06a688954b15cbc13691a4d52ae3ecb7441079a610505d0162c9b82da5dd98712bbdaa632773637d03 SHA512 9db833ca0b0d8ddbce484aa1745e83cb169477e1fdb76e740a4a63106756ef55a06e63ef4c97e565c4425c97ed3e7aeeefa9e099da386c8fc3e168ded720ba2d +DIST rogdrv-0.0.5_p20210208.tar.gz 69578 BLAKE2B e163542b023423c4379b596b44b73a5c37d3c1502b0f65865bdc8dfcef2f7eb49aec9f1ca456a8bda7ad369e6bc638bc85d7f054610ce52059dbab198b9b4f36 SHA512 66a00a99409a9bf5f2a1ea887ade0408180989f671d5b4b16c40b382776cae8ad4980ca4831d7a9ade229ffa30ad0f92b56c535164a61ea6110c3e8fc889487d diff --git a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild b/sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild similarity index 72% rename from sys-apps/rogdrv/rogdrv-0.0.5.ebuild rename to sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild index fa176a2000..5199a38c86 100644 --- a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild +++ b/sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild @@ -1,14 +1,14 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info udev -COMMIT="4bdb41403d2000ae8941bc987f5a2dbafedbc544" +COMMIT="ebf9965192196feaae6828bc41bf3dac1d9a1e5e" DESCRIPTION="ASUS ROG userspace mouse driver for Linux." HOMEPAGE="https://github.com/kyokenn/rogdrv" S="${WORKDIR}/${PN}-${COMMIT}" @@ -28,9 +28,12 @@ CONFIG_CHECK="~INPUT_UINPUT" python_prepare_all() { # duplicate text, commited to upstream - sed -i -e '/Comment=ASUS/d' rogdrv.desktop rogdrv/gtk3.py + sed -i -e '/Comment=ASUS/d' rogdrv.desktop rogdrv/gtk3.py || die # udev rules are placed outside /usr - sed -i -e '/etc[\/]udev/d' setup.py + sed -i -e '/etc[\/]udev/d' setup.py || die + # clear setup_requires, for some reason this package + # triggers something in setuptools that calls pip + sed -i -e '/setup_requires/,+2d' setup.py || die distutils-r1_python_prepare_all } diff --git a/sys-apps/ryzen-stabilizator/Manifest b/sys-apps/ryzen-stabilizator/Manifest new file mode 100644 index 0000000000..9f2c1a3b55 --- /dev/null +++ b/sys-apps/ryzen-stabilizator/Manifest @@ -0,0 +1,3 @@ +DIST github.com-BurntSushi-toml-3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005.tar.gz 42084 BLAKE2B 09e4447d28ddb0824547d9aaa84c3c16acdc309faaf44434119e1851c40b3d3f67d0cb745691bf47a560084c93a9ce492c715833405061e5fc6114cd674b37a5 SHA512 bd14b162d4d33f62dac4abfe3bec908ea45dce88b9a0e5dd173e9f0576e29344c5136bc48e5c6602add41ddb71523e831c53107b47c4b36832c97e7b0a3d18f9 +DIST github.com-klauspost-cpuid-5a626f7029c910cc8329dae5405ee4f65034bce5.tar.gz 279424 BLAKE2B 8d9024fb05c5b8b4b4830d830a00a0121ca2688c21aa4d1895134f3be2c06ed87206c1873bcdc6eab47a72a4aff0fade3d3c8bd5e5f3bb96c42c14f7db7b7fc5 SHA512 af623c8356915b53e7d8221aa30dc634adfd72ce4ffdc6e86cf44e475163900404081e59a362aee16b00f5906121cb09f3ea745af9900bf1be78ef5c8087058b +DIST ryzen-stabilizator-0_pre20180309.tar.gz 9650 BLAKE2B 4de781750b449839546e5306c10c9c9078dcb6fb8c5497108bf78e67c6654f7e83b60cf6b9a5ab259c1bf33499d61a9011333fdb533bb74347c8711b0901f737 SHA512 f5690d24f52b309c2ba3b70aedde5db51705051d780014ec5db81ebbad0473f102321378d9d26c5c7f73e90c3fa6fb814dc3e19dbf3656ad93d29671bb81a046 diff --git a/sys-apps/ryzen-stabilizator/files/ryzen-stabilizator b/sys-apps/ryzen-stabilizator/files/ryzen-stabilizator new file mode 100644 index 0000000000..389dc7b7d8 --- /dev/null +++ b/sys-apps/ryzen-stabilizator/files/ryzen-stabilizator @@ -0,0 +1,21 @@ +#!/sbin/openrc-run +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +command="/usr/bin/ryzen-stabilizator" + +depend() { + need localmount + after modules-load +} + +start() { + ebegin "Initializing ryzen" + ${command} --config=/etc/ryzen-stabilizator/settings.toml >/dev/null 2>&1 + eend $? +} + +stop() { + # Nothing to stop + return 0; +} diff --git a/sys-apps/ryzen-stabilizator/metadata.xml b/sys-apps/ryzen-stabilizator/metadata.xml new file mode 100644 index 0000000000..f75b79e7ac --- /dev/null +++ b/sys-apps/ryzen-stabilizator/metadata.xml @@ -0,0 +1,9 @@ + + + + Simple Go program to enable/disable C6 C-state, processor boosting, address space layout randomization (ASLR) and the Power Supply Idle Control workaround on an AMD Ryzen processor, in order to help with the infamous "MCE-random-reboots-while-idle" issue. + + https://github.com/qrwteyrutiyoup/ryzen-stabilizator/issues + qrwteyrutiyoup/ryzen-stabilizator + + diff --git a/sys-apps/ryzen-stabilizator/ryzen-stabilizator-0_pre20180309.ebuild b/sys-apps/ryzen-stabilizator/ryzen-stabilizator-0_pre20180309.ebuild new file mode 100644 index 0000000000..6641a98302 --- /dev/null +++ b/sys-apps/ryzen-stabilizator/ryzen-stabilizator-0_pre20180309.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGO_PN="github.com/qrwteyrutiyoup/ryzen-stabilizator" +EGIT_COMMIT="90a2f7adc94baa484cbf2590455fb1f4a25126d8" +EGO_VENDOR=( + "github.com/BurntSushi/toml 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005" + "github.com/klauspost/cpuid 5a626f7029c910cc8329dae5405ee4f65034bce5" +) + +inherit golang-vcs-snapshot systemd + +DESCRIPTION="Small utility to control a few parameters on Ryzen" +HOMEPAGE="https://github.com/qrwteyrutiyoup/ryzen-stabilizator" + +LICENSE="Apache-2.0 MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SRC_URI=" + https://github.com/qrwteyrutiyoup/ryzen-stabilizator/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz + ${EGO_VENDOR_URI} +" + +src_compile() { + GOPATH="${S}" go build -v -o bin/ryzen-stabilizator "src/${EGO_PN}/main.go" || die +} + +src_install() { + mkdir -p etc/modules-load.d || die + echo msr > etc/modules-load.d/ryzen-stabilizator.conf + insinto /etc/modules-load.d + doins etc/modules-load.d/ryzen-stabilizator.conf + + insinto /etc/ryzen-stabilizator + doins "${S}/src/${EGO_PN}/contrib/settings.toml.sample" + + systemd_dounit "${S}/src/${EGO_PN}/contrib/systemd/"{ryzen-stabilizator@boot.service,ryzen-stabilizator@resume.service,ryzen-stabilizator.service,ryzen-stabilizator.target} + + doinitd "${FILESDIR}/ryzen-stabilizator" + + dodoc "${S}/src/${EGO_PN}/README.md" + dobin "${S}/bin/ryzen-stabilizator" +} diff --git a/sys-cluster/redset/Manifest b/sys-cluster/redset/Manifest index b4c40f15d4..bcc416a685 100644 --- a/sys-cluster/redset/Manifest +++ b/sys-cluster/redset/Manifest @@ -1 +1,2 @@ DIST redset-0.0.4.tar.gz 189159 BLAKE2B ba38c705698564246b6e4e8f4f0be44766f52a205f437e38cbf7547832a09110848dd62c0bfb9bfabf2bb59910a2d7c1fc0d9734b90cbd444eb0a99d5ab0f932 SHA512 64e97e014aa199f1073405d9e552426d28b4af4d669c5ccb4bd1fe6ba982f4790bb3f61be9eeff192477ede9d783ce8ea4c68abe2be8b689b0b3879caf705917 +DIST redset-0.0.5.tar.gz 465120 BLAKE2B 2050015cdc2b5e8b7e209d99ef5a85dd6ea301c9dec774206e9eab23e5a49b355c89acd05a0997295240b2d3831601e0247295b992af8834bf5667295c407791 SHA512 80c44dd7eb72d8da234f9247743be67bbdf6943bf1f20fe6e66b015d1be47f8b519702bd027b15f43473dae69096a6677a4db58b8bd16fbeffe0d692f7b987a9 diff --git a/sys-cluster/redset/files/no-static-0.0.5.patch b/sys-cluster/redset/files/no-static-0.0.5.patch new file mode 100644 index 0000000000..96686b691f --- /dev/null +++ b/sys-cluster/redset/files/no-static-0.0.5.patch @@ -0,0 +1,29 @@ +--- a/src/CMakeLists.txt 2021-04-13 00:58:19.047554716 +0200 ++++ b/src/CMakeLists.txt 2021-04-13 00:58:58.326053601 +0200 +@@ -44,26 +44,11 @@ + SET_TARGET_PROPERTIES(redset PROPERTIES OUTPUT_NAME redset CLEAN_DIRECT_OUTPUT 1) + INSTALL(TARGETS redset DESTINATION ${CMAKE_INSTALL_LIBDIR}) + +-ADD_LIBRARY(redset-static STATIC $) +-IF(REDSET_LINK_STATIC) +- SET_TARGET_PROPERTIES(redset-static PROPERTIES LINK_SEARCH_START_STATIC 1) +- SET_TARGET_PROPERTIES(redset-static PROPERTIES LINK_SEARCH_END_STATIC 1) +-ENDIF(REDSET_LINK_STATIC) +-TARGET_LINK_LIBRARIES(redset-static ${REDSET_EXTERNAL_LIBS}) +- +-SET_TARGET_PROPERTIES(redset-static PROPERTIES OUTPUT_NAME redset CLEAN_DIRECT_OUTPUT 1) +-INSTALL(TARGETS redset-static DESTINATION ${CMAKE_INSTALL_LIBDIR}) +- + # Non-MPI library for CLI + ADD_LIBRARY(redset_base SHARED ${redset_noMPI_srcs}) + TARGET_LINK_LIBRARIES(redset_base ${REDSET_SERIAL_LIBS}) + INSTALL(TARGETS redset_base DESTINATION ${CMAKE_INSTALL_LIBDIR}) + +-ADD_LIBRARY(redset_base-static STATIC ${redset_noMPI_srcs}) +-TARGET_LINK_LIBRARIES(redset_base-static ${REDSET_SERIAL_LIBS}) +-SET_TARGET_PROPERTIES(redset_base-static PROPERTIES OUTPUT_NAME redset_base CLEAN_DIRECT_OUTPUT 1) +-INSTALL(TARGETS redset_base-static DESTINATION ${CMAKE_INSTALL_LIBDIR}) +- + ############## + # CLI REDSET # + ############## diff --git a/sys-cluster/redset/redset-0.0.5.ebuild b/sys-cluster/redset/redset-0.0.5.ebuild new file mode 100644 index 0000000000..5e3289f1ac --- /dev/null +++ b/sys-cluster/redset/redset-0.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit cmake + +DESCRIPTION="Low-level distributed erasure coding lib to protect datasets of MPI applications" +HOMEPAGE="https://github.com/ECP-VeloC/redset" +SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +PATCHES=( "${FILESDIR}/no-static-${PV}.patch" ) +RDEPEND=" + sys-cluster/KVTree[mpi] + sys-cluster/rankstr + sys-libs/zlib + virtual/mpi +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/cmake-2.8 +" + +src_install() { + cmake_src_install + dodoc -r doc/rst/. +} diff --git a/sys-cluster/shuffile/Manifest b/sys-cluster/shuffile/Manifest index 999e3b0bb3..92a861245f 100644 --- a/sys-cluster/shuffile/Manifest +++ b/sys-cluster/shuffile/Manifest @@ -1 +1,2 @@ DIST shuffile-0.0.3.tar.gz 20069 BLAKE2B cb40b12334e7ec2f70140d6d2cb11f77cdb72d381dc5ecf4b335c4324f0e6c777113546b91edf290767c6daa5d0e7641b4849cad42230688a799e1a4359f4dfb SHA512 e5ca8b7ab1542fda0c84d92bba527911846cdd95cbe86d4aa0075abacffc369485ad7187bc7e0ee2edcd69ccbc4ef2abcd0de75be497c0cdc3d6177563067875 +DIST shuffile-0.0.4.tar.gz 28847 BLAKE2B 7e36c8d96457eb44f59f9017d69ad53265d88c47b33d37b8b2ab6ea2365eb2bd0eb78a25a2496754d839ae5507615356e2cb5508879b82c99e2ef91ef9f7af0e SHA512 2c90e1aa852413f15fabc78c0553344b1b8975972ff84239d872738f102d7784f16422ccc2807189307db0feb0abb28b4db02c1666957a94a92e6be329f4a277 diff --git a/sys-cluster/shuffile/files/no-static-0.0.4.patch b/sys-cluster/shuffile/files/no-static-0.0.4.patch new file mode 100644 index 0000000000..33edb7d016 --- /dev/null +++ b/sys-cluster/shuffile/files/no-static-0.0.4.patch @@ -0,0 +1,16 @@ +--- a/src/CMakeLists.txt 2021-04-13 01:07:33.798593182 +0200 ++++ b/src/CMakeLists.txt 2021-04-13 01:08:02.110951981 +0200 +@@ -24,13 +24,3 @@ + TARGET_LINK_LIBRARIES(shuffile ${SHUFFILE_EXTERNAL_LIBS}) + SET_TARGET_PROPERTIES(shuffile PROPERTIES OUTPUT_NAME shuffile CLEAN_DIRECT_OUTPUT 1) + INSTALL(TARGETS shuffile DESTINATION ${CMAKE_INSTALL_LIBDIR}) +- +-ADD_LIBRARY(shuffile-static STATIC $) +-IF(KVTREE_LINK_STATIC) +- SET_TARGET_PROPERTIES(shuffile-static PROPERTIES LINK_SEARCH_START_STATIC 1) +- SET_TARGET_PROPERTIES(shuffile-static PROPERTIES LINK_SEARCH_END_STATIC 1) +-ENDIF(KVTREE_LINK_STATIC) +-TARGET_LINK_LIBRARIES(shuffile-static ${SHUFFILE_EXTERNAL_LIBS}) +- +-SET_TARGET_PROPERTIES(shuffile-static PROPERTIES OUTPUT_NAME shuffile CLEAN_DIRECT_OUTPUT 1) +-INSTALL(TARGETS shuffile-static DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/sys-cluster/shuffile/shuffile-0.0.4.ebuild b/sys-cluster/shuffile/shuffile-0.0.4.ebuild new file mode 100644 index 0000000000..f546a03865 --- /dev/null +++ b/sys-cluster/shuffile/shuffile-0.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit cmake + +DESCRIPTION="SHUFFILE Shuffle files between processes" +HOMEPAGE="https://github.com/ECP-VeloC/shuffile" +SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +PATCHES=( "${FILESDIR}/no-static-${PV}.patch" ) +RDEPEND=" + >=sys-cluster/KVTree-1.0.2[mpi] + sys-libs/zlib + virtual/mpi +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/cmake-2.8 +" diff --git a/www-apps/twint/twint-2.1.20.ebuild b/www-apps/twint/twint-2.1.20.ebuild deleted file mode 100644 index 39b14054ed..0000000000 --- a/www-apps/twint/twint-2.1.20.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API" -HOMEPAGE=" - https://github.com/twintproject/twint - https://pypi.org/project/twint -" -SRC_URI="https://github.com/twintproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -#tests require network -RESTRICT="test" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/aiohttp-socks[${PYTHON_USEDEP}] - dev-python/aiodns[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/cchardet[${PYTHON_USEDEP}] - dev-python/elasticsearch-py[${PYTHON_USEDEP}] - dev-python/fake-useragent[${PYTHON_USEDEP}] - dev-python/geopy[${PYTHON_USEDEP}] - dev-python/googletransx[${PYTHON_USEDEP}] - >=dev-python/pandas-0.23.0[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/schedule[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_test() { - "${EPYTHON}" test.py -v || die -} diff --git a/www-client/browsh-bin/browsh-bin-1.6.4.ebuild b/www-client/browsh-bin/browsh-bin-1.6.4.ebuild index 46ba76b980..cf051ff229 100644 --- a/www-client/browsh-bin/browsh-bin-1.6.4.ebuild +++ b/www-client/browsh-bin/browsh-bin-1.6.4.ebuild @@ -15,6 +15,8 @@ KEYWORDS="~amd64" S="${WORKDIR}" +QA_PREBUILT="*" + src_configure() { unpack_deb "${DISTDIR}"/browsh_"${PV}"_linux_amd64.deb }