From fe61af183fb2d619f92384bf025f18e6d5b589c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 7 Apr 2021 13:32:24 +0200 Subject: [PATCH 01/23] app-editors/vscodium-bin: add missing deps (soname QA) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć --- app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild | 9 +++++++++ app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild | 9 +++++++++ app-editors/vscodium-bin/vscodium-bin-1.54.3.ebuild | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild index 59558c4e43..2ed47965fa 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild @@ -29,12 +29,16 @@ IUSE="libsecret" RDEPEND=" app-accessibility/at-spi2-atk dev-libs/nss + media-libs/alsa-lib media-libs/libpng:0/16 + net-print/cups x11-libs/cairo x11-libs/gtk+:3 x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/libnotify + x11-libs/libxkbcommon + x11-libs/libxkbfile x11-libs/pango libsecret? ( app-crypt/libsecret[crypt] ) amd64? ( sys-apps/ripgrep ) @@ -60,6 +64,11 @@ QA_PREBUILT=" src_prepare() { default + # Remove libsecret (controlled via USE=libsecret) + if ! use libsecret; then + rm -r "resources/app/node_modules.asar.unpacked/keytar" || die + fi + # Unbundle ripgrep on amd64 & arm64 if use amd64 || use arm64; then rm "resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" || die diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild index 59558c4e43..2ed47965fa 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild @@ -29,12 +29,16 @@ IUSE="libsecret" RDEPEND=" app-accessibility/at-spi2-atk dev-libs/nss + media-libs/alsa-lib media-libs/libpng:0/16 + net-print/cups x11-libs/cairo x11-libs/gtk+:3 x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/libnotify + x11-libs/libxkbcommon + x11-libs/libxkbfile x11-libs/pango libsecret? ( app-crypt/libsecret[crypt] ) amd64? ( sys-apps/ripgrep ) @@ -60,6 +64,11 @@ QA_PREBUILT=" src_prepare() { default + # Remove libsecret (controlled via USE=libsecret) + if ! use libsecret; then + rm -r "resources/app/node_modules.asar.unpacked/keytar" || die + fi + # Unbundle ripgrep on amd64 & arm64 if use amd64 || use arm64; then rm "resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" || die diff --git a/app-editors/vscodium-bin/vscodium-bin-1.54.3.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.54.3.ebuild index 59558c4e43..2ed47965fa 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.54.3.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.54.3.ebuild @@ -29,12 +29,16 @@ IUSE="libsecret" RDEPEND=" app-accessibility/at-spi2-atk dev-libs/nss + media-libs/alsa-lib media-libs/libpng:0/16 + net-print/cups x11-libs/cairo x11-libs/gtk+:3 x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/libnotify + x11-libs/libxkbcommon + x11-libs/libxkbfile x11-libs/pango libsecret? ( app-crypt/libsecret[crypt] ) amd64? ( sys-apps/ripgrep ) @@ -60,6 +64,11 @@ QA_PREBUILT=" src_prepare() { default + # Remove libsecret (controlled via USE=libsecret) + if ! use libsecret; then + rm -r "resources/app/node_modules.asar.unpacked/keytar" || die + fi + # Unbundle ripgrep on amd64 & arm64 if use amd64 || use arm64; then rm "resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" || die From 9b18dc3759829ce133604c7d097e750b37ce5720 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 7 Apr 2021 13:38:10 +0200 Subject: [PATCH 02/23] app-arch/unalz: respect LDFLAGS Closes: https://bugs.gentoo.org/780600 Signed-off-by: Florian Schmaus --- app-arch/unalz/{unalz-0.65.ebuild => unalz-0.65-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-arch/unalz/{unalz-0.65.ebuild => unalz-0.65-r1.ebuild} (90%) diff --git a/app-arch/unalz/unalz-0.65.ebuild b/app-arch/unalz/unalz-0.65-r1.ebuild similarity index 90% rename from app-arch/unalz/unalz-0.65.ebuild rename to app-arch/unalz/unalz-0.65-r1.ebuild index dd4240383f..0a8aeba00c 100644 --- a/app-arch/unalz/unalz-0.65.ebuild +++ b/app-arch/unalz/unalz-0.65-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ PATCHES=( S="${WORKDIR}"/${PN} src_compile() { - emake linux-utf8 + emake linux-utf8 LDFLAGS="${LDFLAGS}" } src_install() { From 921f0eb0cfc32b449aa2d154b59253a8641f4051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 7 Apr 2021 17:13:22 +0200 Subject: [PATCH 03/23] gui-libs/libcprime: bump to 4.2.0_alpha; update live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- gui-libs/libcprime/Manifest | 1 + .../libcprime/libcprime-4.2.0_alpha.ebuild | 39 +++++++++++++++++++ gui-libs/libcprime/libcprime-9999.ebuild | 8 +++- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest index 2e70ea6b99..4f4bdcd61e 100644 --- a/gui-libs/libcprime/Manifest +++ b/gui-libs/libcprime/Manifest @@ -1,2 +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_alpha.tar.gz 53632 BLAKE2B f2d89d2e553af9412d03817948c09e7bd7ce88b2505f64cec6ad41dcec8de3c90ad8a9066648f756487b14f8881a71dbaeed442450b284e51f07b2abbfd7c629 SHA512 fddab040c13363201116fbb5437f204cd0c2ed1aa1842215668d37ca0c8db587b55a0fb7165c447c8e6a2a89c378228415a70ceac2a7f763b98b91c50e53501f diff --git a/gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild b/gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..43535c1bfc --- /dev/null +++ b/gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV/_/-}" + +QTMIN="5.15.1" + +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/libcprime.git" +else + 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${MY_PV}" +fi + +LICENSE="GPL-3" +SLOT="0" + +QTMIN="5.15.1" + +DEPEND=" + x11-libs/libnotify + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-libs/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-9999.ebuild index 46af395d64..43535c1bfc 100644 --- a/gui-libs/libcprime/libcprime-9999.ebuild +++ b/gui-libs/libcprime/libcprime-9999.ebuild @@ -3,6 +3,10 @@ EAPI=7 +MY_PV="${PV/_/-}" + +QTMIN="5.15.1" + inherit cmake DESCRIPTION="Library for managing settings of CoreApps" @@ -12,9 +16,9 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git" else - SRC_URI="https://gitlab.com/cubocore/libcprime/-/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 LICENSE="GPL-3" From 25079ddd44bbd35bd48c13701262eefa144aae67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 7 Apr 2021 17:13:40 +0200 Subject: [PATCH 04/23] gui-libs/libcsys: bump to 4.2.0_alpha; update live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- gui-libs/libcsys/Manifest | 1 + gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild | 38 +++++++++++++++++++++ gui-libs/libcsys/libcsys-9999.ebuild | 6 ++-- 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild diff --git a/gui-libs/libcsys/Manifest b/gui-libs/libcsys/Manifest index f11f4f86d6..6400e731b8 100644 --- a/gui-libs/libcsys/Manifest +++ b/gui-libs/libcsys/Manifest @@ -1,2 +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_alpha.tar.gz 26827 BLAKE2B 29c2ab7f71e9a10549d2a4551aa0131dee04e3628ff529414b2275ef70fdad48e0ed873d917470f758fb63540d1a9c82a0a3b44f4394d95eade512c2d06bbf72 SHA512 42dae4f3ca900b00c3888d6e980252a8c3b6a5835430afdf9e3194b91667ec9795188769c413f4f1c978aacdb79fbef85fb84496186fb444d76e24d900bc1aed diff --git a/gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild b/gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..5dbcd88e52 --- /dev/null +++ b/gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV/_/-}" + +QTMIN="5.15.1" + +inherit cmake + +DESCRIPTION="Library for managing the device" +HOMEPAGE="https://gitlab.com/cubocore/libcsys" + +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${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${MY_PV}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="udisks" + +DEPEND=" + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 +" +RDEPEND=" + ${DEPEND} + udisks? ( + sys-fs/udisks:2 + ) +" diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-9999.ebuild index 1d1345cc72..5dbcd88e52 100644 --- a/gui-libs/libcsys/libcsys-9999.ebuild +++ b/gui-libs/libcsys/libcsys-9999.ebuild @@ -3,6 +3,8 @@ EAPI=7 +MY_PV="${PV/_/-}" + QTMIN="5.15.1" inherit cmake @@ -14,9 +16,9 @@ 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 LICENSE="GPL-3" From d0a8c98881e80d9f3fca083ee2cd8d497bdc3219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 7 Apr 2021 18:12:00 +0200 Subject: [PATCH 05/23] gui-apps/core*: bump to 4.2.0_alpha; update live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- gui-apps/coreaction/Manifest | 1 + .../coreaction/coreaction-4.2.0_alpha.ebuild | 33 ++++++++++++++ gui-apps/coreaction/coreaction-9999.ebuild | 14 +++--- .../coreapps-meta-4.2.0_alpha.ebuild | 43 +++++++++++++++++++ gui-apps/corearchiver/Manifest | 1 + .../corearchiver-4.2.0_alpha.ebuild | 35 +++++++++++++++ .../corearchiver/corearchiver-9999.ebuild | 14 +++--- gui-apps/corefm/Manifest | 1 + gui-apps/corefm/corefm-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/corefm/corefm-9999.ebuild | 14 +++--- gui-apps/coregarage/Manifest | 1 + .../coregarage/coregarage-4.2.0_alpha.ebuild | 36 ++++++++++++++++ gui-apps/coregarage/coregarage-9999.ebuild | 16 +++---- gui-apps/corehunt/Manifest | 1 + gui-apps/corehunt/corehunt-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/corehunt/corehunt-9999.ebuild | 14 +++--- gui-apps/coreimage/Manifest | 1 + .../coreimage/coreimage-4.2.0_alpha.ebuild | 36 ++++++++++++++++ gui-apps/coreimage/coreimage-9999.ebuild | 14 +++--- gui-apps/coreinfo/Manifest | 1 + gui-apps/coreinfo/coreinfo-4.2.0_alpha.ebuild | 37 ++++++++++++++++ gui-apps/coreinfo/coreinfo-9999.ebuild | 14 +++--- gui-apps/corekeyboard/Manifest | 1 + .../corekeyboard-4.2.0_alpha.ebuild | 35 +++++++++++++++ .../corekeyboard/corekeyboard-9999.ebuild | 14 +++--- gui-apps/corepad/Manifest | 1 + gui-apps/corepad/corepad-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/corepad/corepad-9999.ebuild | 14 +++--- gui-apps/corepaint/Manifest | 1 + .../corepaint/corepaint-4.2.0_alpha.ebuild | 34 +++++++++++++++ gui-apps/corepaint/corepaint-9999.ebuild | 14 +++--- gui-apps/corepdf/Manifest | 1 + gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/corepdf/corepdf-9999.ebuild | 14 +++--- gui-apps/corepins/Manifest | 1 + gui-apps/corepins/corepins-4.2.0_alpha.ebuild | 34 +++++++++++++++ gui-apps/corepins/corepins-9999.ebuild | 14 +++--- gui-apps/corerenamer/Manifest | 1 + .../corerenamer-4.2.0_alpha.ebuild | 34 +++++++++++++++ gui-apps/corerenamer/corerenamer-9999.ebuild | 14 +++--- gui-apps/coreshot/Manifest | 1 + gui-apps/coreshot/coreshot-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/coreshot/coreshot-9999.ebuild | 14 +++--- gui-apps/corestats/Manifest | 1 + .../corestats/corestats-4.2.0_alpha.ebuild | 37 ++++++++++++++++ gui-apps/corestats/corestats-9999.ebuild | 14 +++--- gui-apps/corestuff/Manifest | 1 + .../corestuff/corestuff-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/corestuff/corestuff-9999.ebuild | 14 +++--- gui-apps/coreterminal/Manifest | 1 + .../coreterminal-4.2.0_alpha.ebuild | 36 ++++++++++++++++ .../coreterminal/coreterminal-9999.ebuild | 14 +++--- gui-apps/coretime/Manifest | 1 + gui-apps/coretime/coretime-4.2.0_alpha.ebuild | 35 +++++++++++++++ gui-apps/coretime/coretime-9999.ebuild | 14 +++--- gui-apps/coretoppings/Manifest | 1 + .../coretoppings-4.2.0_alpha.ebuild | 37 ++++++++++++++++ .../coretoppings/coretoppings-9999.ebuild | 14 +++--- gui-apps/coreuniverse/Manifest | 1 + .../coreuniverse-4.2.0_alpha.ebuild | 34 +++++++++++++++ .../coreuniverse/coreuniverse-9999.ebuild | 14 +++--- 61 files changed, 867 insertions(+), 181 deletions(-) create mode 100644 gui-apps/coreaction/coreaction-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild create mode 100644 gui-apps/corearchiver/corearchiver-4.2.0_alpha.ebuild create mode 100644 gui-apps/corefm/corefm-4.2.0_alpha.ebuild create mode 100644 gui-apps/coregarage/coregarage-4.2.0_alpha.ebuild create mode 100644 gui-apps/corehunt/corehunt-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreimage/coreimage-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreinfo/coreinfo-4.2.0_alpha.ebuild create mode 100644 gui-apps/corekeyboard/corekeyboard-4.2.0_alpha.ebuild create mode 100644 gui-apps/corepad/corepad-4.2.0_alpha.ebuild create mode 100644 gui-apps/corepaint/corepaint-4.2.0_alpha.ebuild create mode 100644 gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild create mode 100644 gui-apps/corepins/corepins-4.2.0_alpha.ebuild create mode 100644 gui-apps/corerenamer/corerenamer-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreshot/coreshot-4.2.0_alpha.ebuild create mode 100644 gui-apps/corestats/corestats-4.2.0_alpha.ebuild create mode 100644 gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild create mode 100644 gui-apps/coretime/coretime-4.2.0_alpha.ebuild create mode 100644 gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild create mode 100644 gui-apps/coreuniverse/coreuniverse-4.2.0_alpha.ebuild diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index d8f2368cae..6eddf04772 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1,2 +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_alpha.tar.gz 783383 BLAKE2B fd896a3598b126117108b4cd0a8c4ffec9452b1ba301603cf19a55c973e63a872f590ec6470bd2809e6ed0fddba2160e98126c9f8666e22f3554a8c85953b8d2 SHA512 c90daee802d36256d6233b131d57dfe3a34f70ef7dfa89f01e45460882500e18a9ef0b71fc9f30be00bfd338425926fc25483457081e2ea03ebaad8d365b8780 diff --git a/gui-apps/coreaction/coreaction-4.2.0_alpha.ebuild b/gui-apps/coreaction/coreaction-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..3620e3c6c4 --- /dev/null +++ b/gui-apps/coreaction/coreaction-4.2.0_alpha.ebuild @@ -0,0 +1,33 @@ +# 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 side bar for showing widgets for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" + +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/qtsvg + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild index 3965c6eb8b..3620e3c6c4 100644 --- a/gui-apps/coreaction/coreaction-9999.ebuild +++ b/gui-apps/coreaction/coreaction-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +31,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' app/*.desktop || die -} diff --git a/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild b/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..416cadd13c --- /dev/null +++ b/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta package for coreapps" +HOMEPAGE="https://gitlab.com/cubocore/coreapps" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE=" + location + pulseaudio + udisks +" + +RDEPEND=" + ~gui-apps/coreaction-${PV} + ~gui-apps/coreapps-meta-${PV} + ~gui-apps/corearchiver-${PV} + ~gui-apps/corefm-${PV} + ~gui-apps/coregarage-${PV} + ~gui-apps/corehunt-${PV} + ~gui-apps/coreimage-${PV} + ~gui-apps/coreinfo-${PV} + ~gui-apps/corekeyboard-${PV} + ~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} + ~gui-apps/corestuff-${PV} + ~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 f96050e678..7f98365144 100644 --- a/gui-apps/corearchiver/Manifest +++ b/gui-apps/corearchiver/Manifest @@ -1,2 +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_alpha.tar.gz 102645 BLAKE2B 68519a93486589cbd9151aaa3dc36da0a41048ee48c90ec3dda9daddf2de028dd896222f43c518cfcdda8d68fb46499738f94da613415ee2916df926df9d916f SHA512 11f28547f0a072dfd0cba27920ec7325729d32d55fe494c325da1d99bc710ec729c5b95462e23033cbf44df41465057bd3a5f9ae1ee6873f28f1d04985f69580 diff --git a/gui-apps/corearchiver/corearchiver-4.2.0_alpha.ebuild b/gui-apps/corearchiver/corearchiver-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..3cdc66d623 --- /dev/null +++ b/gui-apps/corearchiver/corearchiver-4.2.0_alpha.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="Archiver for C Suite, to create and extract archives" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" + +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=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild index ddc11a0966..3cdc66d623 100644 --- a/gui-apps/corearchiver/corearchiver-9999.ebuild +++ b/gui-apps/corearchiver/corearchiver-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corefm/Manifest b/gui-apps/corefm/Manifest index 32841f0e5f..da1849de18 100644 --- a/gui-apps/corefm/Manifest +++ b/gui-apps/corefm/Manifest @@ -1,2 +1,3 @@ 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_alpha.tar.gz 105041 BLAKE2B 48a7b84f9d547f2e14650ae098161bc10ebdf6427171dbe8a3c1a8cf79774d3c2c542fc9a632b8865e4d416a279e57843046a17aac12ca92f9cec9682c5cd72a SHA512 702ef7c42bdbd70f8c3bfe0d93a7650107a4a0c7e0fd60e59010e39e8ee2173c36836c18ab3d4f82eb669b021ab9dbff752ae31ac7843239dadf80591d7962ed diff --git a/gui-apps/corefm/corefm-4.2.0_alpha.ebuild b/gui-apps/corefm/corefm-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..834c6ed714 --- /dev/null +++ b/gui-apps/corefm/corefm-4.2.0_alpha.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/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild index 6a7d8b8b81..834c6ed714 100644 --- a/gui-apps/corefm/corefm-9999.ebuild +++ b/gui-apps/corefm/corefm-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A lightweight file-manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" @@ -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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest index 30b3dd85d3..b72fc9ef06 100644 --- a/gui-apps/coregarage/Manifest +++ b/gui-apps/coregarage/Manifest @@ -1,2 +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_alpha.tar.gz 101915 BLAKE2B d3552f429b9ff1af132e98660e73f92e648fb1c474e0d15d743a915c39b49921b14b7f212dba93cba66494bf13dc219d6c9a8486a56414f02eb62abe10f568fb SHA512 f23d1eccda1d01f0db5a399310fcce250f8472e45ec3823118ac1f8a22e8a4426c485c23a0bd7e9e6426b67722e59671bf625723f155c4b62fbac43491263409 diff --git a/gui-apps/coregarage/coregarage-4.2.0_alpha.ebuild b/gui-apps/coregarage/coregarage-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..e6895c448a --- /dev/null +++ b/gui-apps/coregarage/coregarage-4.2.0_alpha.ebuild @@ -0,0 +1,36 @@ +# 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 settings manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" + +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${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=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild index 30de6e0b7f..e6895c448a 100644 --- a/gui-apps/coregarage/coregarage-9999.ebuild +++ b/gui-apps/coregarage/coregarage-9999.ebuild @@ -3,18 +3,20 @@ EAPI=7 -inherit cmake 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,9 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest index 0b72eb3ed6..8679b9529a 100644 --- a/gui-apps/corehunt/Manifest +++ b/gui-apps/corehunt/Manifest @@ -1,2 +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_alpha.tar.gz 50927 BLAKE2B fce9b6dc2e3d8ec19fa48ec53d60de2edfdf456c29b11570c72643f4b0d9c2cc91e94eb4eb87c89e5b2ab43c55cb296a7c0935f56e2785caa06807c42211a308 SHA512 82fcffd487a4f90811e0d6d7167dd2b70927a537adb99a4aa7031a5761d9cf26a191597e5aab776fc535c11cb4cbd6161ae4b0ed76d69671b9025307cad25d82 diff --git a/gui-apps/corehunt/corehunt-4.2.0_alpha.ebuild b/gui-apps/corehunt/corehunt-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..9ecd013f9f --- /dev/null +++ b/gui-apps/corehunt/corehunt-4.2.0_alpha.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 file finder utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt" + +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/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild index c5b2257b47..9ecd013f9f 100644 --- a/gui-apps/corehunt/corehunt-9999.ebuild +++ b/gui-apps/corehunt/corehunt-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coreimage/Manifest b/gui-apps/coreimage/Manifest index 3104c8f207..25e5e43170 100644 --- a/gui-apps/coreimage/Manifest +++ b/gui-apps/coreimage/Manifest @@ -1,2 +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_alpha.tar.gz 406569 BLAKE2B d305bd809522120267049de84acd6f044490ab1d229c413bf3be0246fcf592ce7bb260fdf71012a20bdbcce90bb159ef222a2e78098fa8e6e307104704ca6eb0 SHA512 1784f35fd3bd260d5e81fecd5db10f9cd38c1f190eff3fa86d096ba8c99497312d5cbdf2393fc67be673c581da0a58e0b6ccb0eba627cce1b85f16abeafc0e56 diff --git a/gui-apps/coreimage/coreimage-4.2.0_alpha.ebuild b/gui-apps/coreimage/coreimage-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..2b11baa2fa --- /dev/null +++ b/gui-apps/coreimage/coreimage-4.2.0_alpha.ebuild @@ -0,0 +1,36 @@ +# 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="An image viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" + +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/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coreimage/coreimage-9999.ebuild b/gui-apps/coreimage/coreimage-9999.ebuild index 908b0ae66d..2b11baa2fa 100644 --- a/gui-apps/coreimage/coreimage-9999.ebuild +++ b/gui-apps/coreimage/coreimage-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coreinfo/Manifest b/gui-apps/coreinfo/Manifest index a21394741c..3162a5c8cc 100644 --- a/gui-apps/coreinfo/Manifest +++ b/gui-apps/coreinfo/Manifest @@ -1,2 +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_alpha.tar.gz 59356 BLAKE2B 41d640b5211fd096fb86aaacfa1183e5038155a9427ed66236280b85a416d4d3857c1d1782c03f979b228fe2516e86f3ad1e9f29b7f20d3685d31d6cd5562999 SHA512 6c75252b9e624a245584ee1f0d2309a76c2eed888e13a37ebe33c5f6a9c508fe669b5504641af1ab16518a61a209f7ecfc7de310820a747b769439f9c45010cd diff --git a/gui-apps/coreinfo/coreinfo-4.2.0_alpha.ebuild b/gui-apps/coreinfo/coreinfo-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..dac114a0ad --- /dev/null +++ b/gui-apps/coreinfo/coreinfo-4.2.0_alpha.ebuild @@ -0,0 +1,37 @@ +# 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 file information tool for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo" + +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 + media-libs/libmediainfo + media-libs/libzen + sys-libs/zlib +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coreinfo/coreinfo-9999.ebuild b/gui-apps/coreinfo/coreinfo-9999.ebuild index a43fa5fc02..dac114a0ad 100644 --- a/gui-apps/coreinfo/coreinfo-9999.ebuild +++ b/gui-apps/coreinfo/coreinfo-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +35,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corekeyboard/Manifest b/gui-apps/corekeyboard/Manifest index 22beca8ad3..995611720c 100644 --- a/gui-apps/corekeyboard/Manifest +++ b/gui-apps/corekeyboard/Manifest @@ -1,2 +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_alpha.tar.gz 914096 BLAKE2B 736de1e4171bc9ba50d6175a69d01dfbaab5482dd85038701c97d09164b05a98ce51780449d7c752e673d9544dd7001869662c389de42cc962641aa13d3fd133 SHA512 8b5a2e64859f9e2f43a7f6b9287ca9e4f64ef6ba9aba7e511152e8afcd2af12af1414f2c6d96178d4fc9280665b960237c88b037b90ff537e3ba063acb5b6743 diff --git a/gui-apps/corekeyboard/corekeyboard-4.2.0_alpha.ebuild b/gui-apps/corekeyboard/corekeyboard-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..f5b29d0037 --- /dev/null +++ b/gui-apps/corekeyboard/corekeyboard-4.2.0_alpha.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 x11 based virtual keyboard for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" + +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 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild index ad44b5f799..f5b29d0037 100644 --- a/gui-apps/corekeyboard/corekeyboard-9999.ebuild +++ b/gui-apps/corekeyboard/corekeyboard-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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" @@ -31,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corepad/Manifest b/gui-apps/corepad/Manifest index 3049dfad71..bb51081599 100644 --- a/gui-apps/corepad/Manifest +++ b/gui-apps/corepad/Manifest @@ -1,2 +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_alpha.tar.gz 141943 BLAKE2B c05451ce4b43283f7054d4e73a5dffb12ee1055b06784e9d4e9cb17e7c12904cc16e32e4feafd9a1332c047f9b9d060cac164a22d6f44005a0f5e6f130cc0955 SHA512 aaa2e80a493d3aa4b49ba32e1b37dc5b7aa7a25553eb93588931fbc265dd04ac80b74c600f031267236fbd2bac9f1ac653ef2279f2c1faf37154636f0852a889 diff --git a/gui-apps/corepad/corepad-4.2.0_alpha.ebuild b/gui-apps/corepad/corepad-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..7f952274b7 --- /dev/null +++ b/gui-apps/corepad/corepad-4.2.0_alpha.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 document editor for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" + +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 + dev-qt/qtxml:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild index f83942e8c2..7f952274b7 100644 --- a/gui-apps/corepad/corepad-9999.ebuild +++ b/gui-apps/corepad/corepad-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest index 7342659369..62b8c0208c 100644 --- a/gui-apps/corepaint/Manifest +++ b/gui-apps/corepaint/Manifest @@ -1,2 +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_alpha.tar.gz 108589 BLAKE2B 148739b145df83939733ae1797b83c60c6b8a161b13cfdb44ce1c478bb3671639487a025cf1cf7d3fe1e4f11ccdf93b75bbf8b3393a6bd85e2ea007efbec7f1c SHA512 3dcf40200b1677452f4eef7028e8036a883cb5072bbda2ddd50084607daf779124ab2709a974efb167e6b9b41c12085d1865ad56bc46ea70f554f293abe636ee diff --git a/gui-apps/corepaint/corepaint-4.2.0_alpha.ebuild b/gui-apps/corepaint/corepaint-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..f5a7ba9c96 --- /dev/null +++ b/gui-apps/corepaint/corepaint-4.2.0_alpha.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 paint app for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint" + +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/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild index 162903c974..f5a7ba9c96 100644 --- a/gui-apps/corepaint/corepaint-9999.ebuild +++ b/gui-apps/corepaint/corepaint-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corepdf/Manifest b/gui-apps/corepdf/Manifest index 88af2856d1..34294c0238 100644 --- a/gui-apps/corepdf/Manifest +++ b/gui-apps/corepdf/Manifest @@ -1,2 +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_alpha.tar.gz 85112 BLAKE2B 8ce08731dd2ae4979c1f2f0889d13405ab170af85ee05c2b06dd3f22a4db3b5d7aafaef230ffa9876829631014104c1e5c2a946949188a419c95478db67a16c8 SHA512 eaf60c3faf883f1d6641d9b5060ce3c00c9e87e056027ddeee5ebc11a2cd080b8c596e835b836d31f47db826800d77969d61ee0078358af8d57f1e6014d0885a diff --git a/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild b/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..228e91c9f4 --- /dev/null +++ b/gui-apps/corepdf/corepdf-4.2.0_alpha.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 PDF viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" + +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=" + app-text/poppler[qt5] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild index fe0a53ec55..228e91c9f4 100644 --- a/gui-apps/corepdf/corepdf-9999.ebuild +++ b/gui-apps/corepdf/corepdf-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corepins/Manifest b/gui-apps/corepins/Manifest index 6b1d122b4c..171dc1a8e9 100644 --- a/gui-apps/corepins/Manifest +++ b/gui-apps/corepins/Manifest @@ -1 +1,2 @@ DIST corepins-4.1.0.tar.gz 53284 BLAKE2B 3aa3a9db716dedfa77b102fc0d20bde5c308d5ea921a322f812f41e65e6a5da4247069343e65283a35e1ccc5783d36623250f59017736db67c23d68cee186ead SHA512 6c2898d0a7475c92157213c5285cc8b711c472bb33e852a6b6f4f39f694a980858f1807d3d0eb21de050e0f008266be7dd0e544efe83a5212198946d28293c73 +DIST corepins-4.2.0_alpha.tar.gz 52968 BLAKE2B 2d21aba06a44a00513e7986f3d2e6d76c448c3c71f2f679564fb9ac8c8a9276fe7b78e59c5505690c768a7a05c621e066119e94dc4b26376585771ad3064db9a SHA512 4c2f4bd8d12bb677892c0684842e675015be07990ec0e5b7476ed9c909520b324bcc48021f568a71d1cb3ef3781fa560ec99c2ab522ddebf4dcb70d7ea8f4f40 diff --git a/gui-apps/corepins/corepins-4.2.0_alpha.ebuild b/gui-apps/corepins/corepins-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..612d9ec460 --- /dev/null +++ b/gui-apps/corepins/corepins-4.2.0_alpha.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/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild index b3a182710d..612d9ec460 100644 --- a/gui-apps/corepins/corepins-9999.ebuild +++ b/gui-apps/corepins/corepins-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="A bookmarking app for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins" @@ -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,9 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corerenamer/Manifest b/gui-apps/corerenamer/Manifest index f35e425738..ae59e4d654 100644 --- a/gui-apps/corerenamer/Manifest +++ b/gui-apps/corerenamer/Manifest @@ -1,2 +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_alpha.tar.gz 69106 BLAKE2B 9d169696446d6a4c98f9db778a66c465d7d3095368e30e359a20c396cd81726a95955d511c7076c0b4876da173e1dcf0bd5ad7898ea7c591136a66dc3e67b236 SHA512 3c85d99be35d5c2840bfd7e72bad15d9c34cab880a8427e19790a4140d1eeb069fcc206cc24aea8a0545ff2cad7198d5030763b21ef2213df471170dd64d387a diff --git a/gui-apps/corerenamer/corerenamer-4.2.0_alpha.ebuild b/gui-apps/corerenamer/corerenamer-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..a41d3ad572 --- /dev/null +++ b/gui-apps/corerenamer/corerenamer-4.2.0_alpha.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 batch file renamer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer" + +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/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-9999.ebuild index 2c905afbe7..a41d3ad572 100644 --- a/gui-apps/corerenamer/corerenamer-9999.ebuild +++ b/gui-apps/corerenamer/corerenamer-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coreshot/Manifest b/gui-apps/coreshot/Manifest index 670b66c23f..15432d1a19 100644 --- a/gui-apps/coreshot/Manifest +++ b/gui-apps/coreshot/Manifest @@ -1,2 +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_alpha.tar.gz 1301559 BLAKE2B 46df04874b89db2b7198475a7df0a5bc9f797e8b680df6a7ab3de1ad40ae1f949f243b0d7f7495761c9713943c0c336b9c3ab310531737a9c3812bd5bdb257ee SHA512 430e5bbc99fa15d7867ff8f77e4f69312ff5f92691b5670d00cf8169390d047b317bf931bc4008ff743352a0582b27ee475f06a34b14a6523cff9ddaeea8fcfc diff --git a/gui-apps/coreshot/coreshot-4.2.0_alpha.ebuild b/gui-apps/coreshot/coreshot-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..094be404d7 --- /dev/null +++ b/gui-apps/coreshot/coreshot-4.2.0_alpha.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 screen capture utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" + +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 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild index 144ba959a9..094be404d7 100644 --- a/gui-apps/coreshot/coreshot-9999.ebuild +++ b/gui-apps/coreshot/coreshot-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest index 4d2605a274..b309d1f1e6 100644 --- a/gui-apps/corestats/Manifest +++ b/gui-apps/corestats/Manifest @@ -1,2 +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_alpha.tar.gz 103581 BLAKE2B ac5d61b2068a2cb0c1579e9221f22b6581c9e47869bfac7e8f4823937e964a00fdd814cf413d3bc8f27d156cdf379f6ae629b7174ea49d645b1694ff5477dd85 SHA512 7b367ea7bbf0a9a3e5cbfb30902de0160b5bdb9d68ec86728cf17f6f85c8e0c87842e08e8b19b9fb3863ded9e6d03333a6bfc4804259c6b6c851a87a73d44273 diff --git a/gui-apps/corestats/corestats-4.2.0_alpha.ebuild b/gui-apps/corestats/corestats-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..6add84b379 --- /dev/null +++ b/gui-apps/corestats/corestats-4.2.0_alpha.ebuild @@ -0,0 +1,37 @@ +# 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 system resource viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" + +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/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys + sys-apps/lm-sensors +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corestats/corestats-9999.ebuild b/gui-apps/corestats/corestats-9999.ebuild index ffe9802665..6add84b379 100644 --- a/gui-apps/corestats/corestats-9999.ebuild +++ b/gui-apps/corestats/corestats-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +35,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest index 57d057e646..e4270e3192 100644 --- a/gui-apps/corestuff/Manifest +++ b/gui-apps/corestuff/Manifest @@ -1,2 +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_alpha.tar.gz 1247030 BLAKE2B 9216f4ffeb5482a6f14e83709ef368bed0b88c05d493713300134a2ac381ec88e1c655518e1dab0f5d2136dd575918fca23916ffae0922299e54e6b8291180f4 SHA512 0fafcc5cfcd21543f0a971637c4afa407bc55e04c2697c905e7af3d2c02b18273d28221fe6be5e9b796c0690421fff2741b045e9933015c345d96c94925c1d88 diff --git a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..5774a24afe --- /dev/null +++ b/gui-apps/corestuff/corestuff-4.2.0_alpha.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="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" + +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/qtx11extras:5 + gui-libs/libcprime + gui-libs/libcsys + kde-frameworks/kglobalaccel:5 + x11-libs/libXcomposite +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 584d9ca653..5774a24afe 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coreterminal/Manifest b/gui-apps/coreterminal/Manifest index 22a99c6e8b..c0e89c9333 100644 --- a/gui-apps/coreterminal/Manifest +++ b/gui-apps/coreterminal/Manifest @@ -1,2 +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_alpha.tar.gz 73911 BLAKE2B 4ac118845ca255256762095d43bcb2b570047aa668778ed5f8351de2825a983d62a26cdd68ba9c889273340d0fbe73bacb2d7fd3fc44051885537db3c364c9d8 SHA512 0dd9546e9e10c01b32504464ef1a3394019d9f61758db4c416cd6f8cac70c96af13e2a5c2f13b02c8a6f2291b6de94e27179795bf121e0eea6d7a7a846bc9bd5 diff --git a/gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild b/gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..a92b7a6820 --- /dev/null +++ b/gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild @@ -0,0 +1,36 @@ +# 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 terminal emulator for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal" + +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/qtserialport:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + x11-libs/qtermwidget +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coreterminal/coreterminal-9999.ebuild b/gui-apps/coreterminal/coreterminal-9999.ebuild index 77f2734633..a92b7a6820 100644 --- a/gui-apps/coreterminal/coreterminal-9999.ebuild +++ b/gui-apps/coreterminal/coreterminal-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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,9 +34,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest index b892620ec1..acdad43938 100644 --- a/gui-apps/coretime/Manifest +++ b/gui-apps/coretime/Manifest @@ -1,2 +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_alpha.tar.gz 442711 BLAKE2B a72c368cf85e45900974f42a8747c053a3ab413df1a1a3f279ba0c4740daba1f905c1e99de90ebb0af04066029fc2cfdabfbd4b1575e1e3f4625789447a9b932 SHA512 f6a884e31017ce416db744ddf649b86d818d27c6ba97aa0e5cb5979e4923fedea1d1876ce7900bc075b0154e350df6a40e791a670273fae417f9675b53d95707 diff --git a/gui-apps/coretime/coretime-4.2.0_alpha.ebuild b/gui-apps/coretime/coretime-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..e152ee0044 --- /dev/null +++ b/gui-apps/coretime/coretime-4.2.0_alpha.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 time related task manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime" + +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/qtmultimedia:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild index 74d037ebc1..e152ee0044 100644 --- a/gui-apps/coretime/coretime-9999.ebuild +++ b/gui-apps/coretime/coretime-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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" @@ -31,9 +33,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} diff --git a/gui-apps/coretoppings/Manifest b/gui-apps/coretoppings/Manifest index 6339feb5dc..52ca704be5 100644 --- a/gui-apps/coretoppings/Manifest +++ b/gui-apps/coretoppings/Manifest @@ -1,2 +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_alpha.tar.gz 189480 BLAKE2B 7bc7131bba8f9fc9a6b690446039a57f9f3465bbf0563f474999d034717f7e24aa7a0c23026d791fb6bc8d6f145d0caafba05d721fe60ab7533377d1ccfb8917 SHA512 f6df9869d2a7cbe1ef10a9ccc22857b3ffb1b66bbf0d7cc589083485432345da6cb0dd5da32e41edb03eeb827aaf2e070fb7d92040aa05d5b62779a2949884a6 diff --git a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..6f4ab676db --- /dev/null +++ b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild @@ -0,0 +1,37 @@ +# 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="Additional features, plugins, widgets etc for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings" + +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" +IUSE="location pulseaudio" + +DEPEND=" + dev-qt/qtbluetooth:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} + location? ( dev-qt/qtlocation:5 ) + pulseaudio? ( media-sound/pulseaudio ) +" diff --git a/gui-apps/coretoppings/coretoppings-9999.ebuild b/gui-apps/coretoppings/coretoppings-9999.ebuild index db62619b7a..6f4ab676db 100644 --- a/gui-apps/coretoppings/coretoppings-9999.ebuild +++ b/gui-apps/coretoppings/coretoppings-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake 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" @@ -33,9 +35,3 @@ RDEPEND=" location? ( dev-qt/qtlocation:5 ) pulseaudio? ( media-sound/pulseaudio ) " - -src_prepare() { - cmake_src_prepare - - sed -i 's/C Suite/X-CSuite/' shareit/shareit.desktop || die -} diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest index 1599da801a..c3f0bffcad 100644 --- a/gui-apps/coreuniverse/Manifest +++ b/gui-apps/coreuniverse/Manifest @@ -1 +1,2 @@ DIST coreuniverse-4.1.0.tar.gz 255877 BLAKE2B 14b85ebe99aa368daa8007f36626f7d6b00de94a9a69f55e7b8986c2127049e15d3d0f860bc35c0a84df90354bb1d3080724efab10c78d406a05eede814cc1dd SHA512 17cfd248fb7a7db9ba0df1777f01d0400116f9ce73ce2599a81cec6fcd8d27ab582e5e72effa7fd89eee352f029f91cf5b99dd1d507cd5250323203d593b49a3 +DIST coreuniverse-4.2.0_alpha.tar.gz 250744 BLAKE2B becbd4ad576f254ca307cdb6dfc9ab1a99031381a88a0b2b65d3034124d9a30472667ef4b3fe5e7efdc2588db913bd4977356bbbb27edfe4ab670385f7dd1a1c SHA512 120002cb912609081891602a5e12d97523eef4360292b034bf8572e05ea32710f231e02ca465ce943650e0c6f5f2132e20964c8f88c365078ee1d16cf4738327 diff --git a/gui-apps/coreuniverse/coreuniverse-4.2.0_alpha.ebuild b/gui-apps/coreuniverse/coreuniverse-4.2.0_alpha.ebuild new file mode 100644 index 0000000000..0931e6d078 --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-4.2.0_alpha.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-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild index 2c3544aab8..0931e6d078 100644 --- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild +++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake xdg +MY_PV="${PV/_/-}" + +inherit xdg cmake DESCRIPTION="Shows information about apps for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" @@ -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,9 +32,3 @@ DEPEND=" RDEPEND=" ${DEPEND} " - -src_prepare() { - cmake_src_prepare - - sed -i 's/CSuite/X-CSuite/' *.desktop || die -} From a5c4d9099092934076b57cebef432bc547321b17 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 19:27:39 +0200 Subject: [PATCH 06/23] dev-R/vctrs: bump and cleanup Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/vctrs/Manifest | 4 +-- dev-R/vctrs/vctrs-0.2.4.ebuild | 25 ------------------- dev-R/vctrs/vctrs-0.3.0.ebuild | 25 ------------------- ...{vctrs-0.3.6.ebuild => vctrs-0.3.7.ebuild} | 3 +-- 4 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 dev-R/vctrs/vctrs-0.2.4.ebuild delete mode 100644 dev-R/vctrs/vctrs-0.3.0.ebuild rename dev-R/vctrs/{vctrs-0.3.6.ebuild => vctrs-0.3.7.ebuild} (92%) diff --git a/dev-R/vctrs/Manifest b/dev-R/vctrs/Manifest index f51299670a..eea23a3c35 100644 --- a/dev-R/vctrs/Manifest +++ b/dev-R/vctrs/Manifest @@ -1,3 +1 @@ -DIST vctrs_0.2.4.tar.gz 787455 BLAKE2B bcf86164566c4d70ec9d64e670eaf12dc80c5b115fa0320b79ee13b79113ef1b372dd728af6d3610680f124ff87f2c83268baed234a75ba6277e69a313dc2512 SHA512 2d23a58d407b1eff2162883d6906684ab0f3ec8a4ca2be7274bc82f29b2a846bce7d288d20b47ceb912846f4ee743556955b569b655efbd1d7d3d0da897e76ac -DIST vctrs_0.3.0.tar.gz 883312 BLAKE2B 6d1952dfda016de0864c0ea24d242ab7c39f65a4e03ca203b0f25b9d083fd391481d4306e164fcf24598421adc50d6bf6ef45e5af17b89a4df95dd0d83ca870b SHA512 eb6ec919a4a690f5b4b36f2640957aea8a4ca4de4549783ea949cb2c2c2fc9d3770e885cbf7c01172d2ee22e944e18c8787c4c27242fe9292a2a52a1a7eacd5d -DIST vctrs_0.3.6.tar.gz 778016 BLAKE2B 70cc7a24ece9bf8a8f7ca021e593d1402cce227052dc45492ca7c6eac77ef5111774db8a133d09e22cf52433b6768651798285f9667c0fb282552417d1c7f8d0 SHA512 894876d2dcf9f5f080c7f0ab4204cd16445a8dc034d152110bb6ef251196459eb168e83a5cef410235e006533cb2e97e7b865d0fcd54b501ff884ea1c8d5bd32 +DIST vctrs_0.3.7.tar.gz 782590 BLAKE2B fa7b4a1b2b1f9518750575ad506c990a989811a123af44fc0451f71f25bd92adabdb6ca433c3e070ab906b385964a79b74e11cdd0f3988229ef5e45bbec7ad81 SHA512 6474585edab12d58ca9abe612e71148d9d6d3f7f32250645e0ffc463fc3a9007ccbfe8c7b7a6a752dab7f382490a15889cbe0e433e2a4d51ec659c54b37681f7 diff --git a/dev-R/vctrs/vctrs-0.2.4.ebuild b/dev-R/vctrs/vctrs-0.2.4.ebuild deleted file mode 100644 index d981d0ba5b..0000000000 --- a/dev-R/vctrs/vctrs-0.2.4.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" - -inherit R-packages-guru - -DESCRIPTION='Vector Helpers' -HOMEPAGE=" - https://github.com/r-lib/vctrs - https://cran.r-project.org/package=vctrs -" -SRC_URI="http://cran.r-project.org/src/contrib/vctrs_0.2.4.tar.gz" -LICENSE='GPL-3' - -IUSE="${IUSE-}" -KEYWORDS="~amd64" -DEPEND=" - >=dev-lang/R-3.2 - dev-R/digest - >=dev-R/ellipsis-0.2.0 - dev-R/glue - >=dev-R/rlang-0.4.5 -" -RDEPEND="${DEPEND-}" diff --git a/dev-R/vctrs/vctrs-0.3.0.ebuild b/dev-R/vctrs/vctrs-0.3.0.ebuild deleted file mode 100644 index 1e7a00b81b..0000000000 --- a/dev-R/vctrs/vctrs-0.3.0.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" - -inherit R-packages-guru - -DESCRIPTION='Vector Helpers' -HOMEPAGE=" - https://github.com/r-lib/vctrs - https://cran.r-project.org/package=vctrs -" -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" -LICENSE='GPL-3' - -IUSE="${IUSE-}" -KEYWORDS="~amd64" -DEPEND=" - >=dev-lang/R-3.2 - dev-R/digest - >=dev-R/ellipsis-0.2.0 - dev-R/glue - >=dev-R/rlang-0.4.5 -" -RDEPEND="${DEPEND-}" diff --git a/dev-R/vctrs/vctrs-0.3.6.ebuild b/dev-R/vctrs/vctrs-0.3.7.ebuild similarity index 92% rename from dev-R/vctrs/vctrs-0.3.6.ebuild rename to dev-R/vctrs/vctrs-0.3.7.ebuild index 5c465cac15..aa4575b23d 100644 --- a/dev-R/vctrs/vctrs-0.3.6.ebuild +++ b/dev-R/vctrs/vctrs-0.3.7.ebuild @@ -17,9 +17,8 @@ IUSE="${IUSE-}" KEYWORDS="~amd64" DEPEND=" >=dev-lang/R-3.3 - dev-R/digest >=dev-R/ellipsis-0.2.0 dev-R/glue - >=dev-R/rlang-0.4.7 + >=dev-R/rlang-0.4.10 " RDEPEND="${DEPEND-}" From d2ce84af22be6e3ac56c21e0d0816c0f77bca388 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 02:58:20 +0900 Subject: [PATCH 07/23] app-misc/watchexec: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Closes: https://bugs.gentoo.org/780780 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- app-misc/watchexec/watchexec-1.14.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/watchexec/watchexec-1.14.1.ebuild b/app-misc/watchexec/watchexec-1.14.1.ebuild index ad5e093494..27a13670da 100644 --- a/app-misc/watchexec/watchexec-1.14.1.ebuild +++ b/app-misc/watchexec/watchexec-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -87,6 +87,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/watchexec" + src_install() { cargo_src_install From e3a0474ac08b9151c47df6206c1bd778719ad9ff Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 02:59:40 +0900 Subject: [PATCH 08/23] app-text/mdbook: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Closes: https://bugs.gentoo.org/780795 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- app-text/mdbook/mdbook-0.4.5.ebuild | 2 ++ app-text/mdbook/mdbook-0.4.6.ebuild | 2 ++ app-text/mdbook/mdbook-0.4.7.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app-text/mdbook/mdbook-0.4.5.ebuild b/app-text/mdbook/mdbook-0.4.5.ebuild index 097ba4a5d7..7b354e571e 100644 --- a/app-text/mdbook/mdbook-0.4.5.ebuild +++ b/app-text/mdbook/mdbook-0.4.5.ebuild @@ -203,6 +203,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/mdbook" + src_prepare() { eapply_user diff --git a/app-text/mdbook/mdbook-0.4.6.ebuild b/app-text/mdbook/mdbook-0.4.6.ebuild index 097ba4a5d7..7b354e571e 100644 --- a/app-text/mdbook/mdbook-0.4.6.ebuild +++ b/app-text/mdbook/mdbook-0.4.6.ebuild @@ -203,6 +203,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/mdbook" + src_prepare() { eapply_user diff --git a/app-text/mdbook/mdbook-0.4.7.ebuild b/app-text/mdbook/mdbook-0.4.7.ebuild index 27500d60cb..dd0fa28a05 100644 --- a/app-text/mdbook/mdbook-0.4.7.ebuild +++ b/app-text/mdbook/mdbook-0.4.7.ebuild @@ -203,6 +203,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/mdbook" + src_prepare() { eapply_user From bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:00:31 +0900 Subject: [PATCH 09/23] dev-util/tokei: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- dev-util/tokei/tokei-12.0.4.ebuild | 4 +++- dev-util/tokei/tokei-12.1.0.ebuild | 4 +++- dev-util/tokei/tokei-12.1.1.ebuild | 4 +++- dev-util/tokei/tokei-12.1.2.ebuild | 2 ++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dev-util/tokei/tokei-12.0.4.ebuild b/dev-util/tokei/tokei-12.0.4.ebuild index afecf5608e..82bbba74e0 100644 --- a/dev-util/tokei/tokei-12.0.4.ebuild +++ b/dev-util/tokei/tokei-12.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -170,6 +170,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.0.ebuild b/dev-util/tokei/tokei-12.1.0.ebuild index 0a42937bf6..6bac295957 100644 --- a/dev-util/tokei/tokei-12.1.0.ebuild +++ b/dev-util/tokei/tokei-12.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -179,6 +179,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index c376785555..5f41207151 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -179,6 +179,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index fa4e8174f5..4d1240a2bd 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -175,6 +175,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } From 7d93e60744c92ecaf99ded5c99ad85f5eebcb56f Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:01:13 +0900 Subject: [PATCH 10/23] media-gfx/oxipng: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- media-gfx/oxipng/oxipng-2.3.0.ebuild | 4 +++- media-gfx/oxipng/oxipng-3.0.1.ebuild | 4 +++- media-gfx/oxipng/oxipng-4.0.0.ebuild | 4 +++- media-gfx/oxipng/oxipng-4.0.2.ebuild | 4 +++- media-gfx/oxipng/oxipng-4.0.3.ebuild | 2 ++ 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/media-gfx/oxipng/oxipng-2.3.0.ebuild b/media-gfx/oxipng/oxipng-2.3.0.ebuild index 8366c75051..00906945cb 100644 --- a/media-gfx/oxipng/oxipng-2.3.0.ebuild +++ b/media-gfx/oxipng/oxipng-2.3.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 # Auto-Generated by cargo-ebuild 0.1.5 @@ -77,6 +77,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/oxipng" + src_install() { cargo_src_install diff --git a/media-gfx/oxipng/oxipng-3.0.1.ebuild b/media-gfx/oxipng/oxipng-3.0.1.ebuild index d4c25c8024..bea8c77b35 100644 --- a/media-gfx/oxipng/oxipng-3.0.1.ebuild +++ b/media-gfx/oxipng/oxipng-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -98,6 +98,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/oxipng" + src_install() { cargo_src_install diff --git a/media-gfx/oxipng/oxipng-4.0.0.ebuild b/media-gfx/oxipng/oxipng-4.0.0.ebuild index 7a1969bd70..b1fa29cb37 100644 --- a/media-gfx/oxipng/oxipng-4.0.0.ebuild +++ b/media-gfx/oxipng/oxipng-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -96,6 +96,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/oxipng" + src_install() { cargo_src_install diff --git a/media-gfx/oxipng/oxipng-4.0.2.ebuild b/media-gfx/oxipng/oxipng-4.0.2.ebuild index 2c128c1071..9177be2d32 100644 --- a/media-gfx/oxipng/oxipng-4.0.2.ebuild +++ b/media-gfx/oxipng/oxipng-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -92,6 +92,8 @@ LICENSE="Apache-2.0 MIT ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" +QA_FLAGS_IGNORED="usr/bin/oxipng" + src_install() { cargo_src_install diff --git a/media-gfx/oxipng/oxipng-4.0.3.ebuild b/media-gfx/oxipng/oxipng-4.0.3.ebuild index e7a2825c20..30cd48fe3d 100644 --- a/media-gfx/oxipng/oxipng-4.0.3.ebuild +++ b/media-gfx/oxipng/oxipng-4.0.3.ebuild @@ -92,6 +92,8 @@ LICENSE="Apache-2.0 MIT ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" +QA_FLAGS_IGNORED="usr/bin/oxipng" + src_install() { cargo_src_install From d9077119ef609388592e3679e644bf8c69b95edf Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:01:36 +0900 Subject: [PATCH 11/23] media-gfx/silicon: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- media-gfx/silicon/silicon-0.4.0.ebuild | 2 ++ media-gfx/silicon/silicon-0.4.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-gfx/silicon/silicon-0.4.0.ebuild b/media-gfx/silicon/silicon-0.4.0.ebuild index 9e079af8df..8e1470cb14 100644 --- a/media-gfx/silicon/silicon-0.4.0.ebuild +++ b/media-gfx/silicon/silicon-0.4.0.ebuild @@ -200,6 +200,8 @@ DEPEND=" RDEPEND="${DEPEND} x11-misc/xclip" +QA_FLAGS_IGNORED="usr/bin/silicon" + src_unpack() { cargo_src_unpack diff --git a/media-gfx/silicon/silicon-0.4.1.ebuild b/media-gfx/silicon/silicon-0.4.1.ebuild index e910c4d6f7..a3b42804e5 100644 --- a/media-gfx/silicon/silicon-0.4.1.ebuild +++ b/media-gfx/silicon/silicon-0.4.1.ebuild @@ -200,6 +200,8 @@ DEPEND=" RDEPEND="${DEPEND} x11-misc/xclip" +QA_FLAGS_IGNORED="usr/bin/silicon" + src_unpack() { cargo_src_unpack From 22d46edb2f8be7879d41532f74fe36f572efa8b3 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:01:57 +0900 Subject: [PATCH 12/23] media-gfx/svgcleaner: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild b/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild index 8d1450446a..a3970ccbd8 100644 --- a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild +++ b/media-gfx/svgcleaner/svgcleaner-0.9.5.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 # Auto-Generated by cargo-ebuild 0.1.5 @@ -43,6 +43,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/svgcleaner" + src_install() { cargo_src_install From fba835e25a9664dbab97c64da87cbf516394fb57 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:02:22 +0900 Subject: [PATCH 13/23] sys-apps/dust: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- sys-apps/dust/dust-0.5.3.ebuild | 4 +++- sys-apps/dust/dust-0.5.4.ebuild | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/dust/dust-0.5.3.ebuild b/sys-apps/dust/dust-0.5.3.ebuild index 45dc6548a6..00bfd32995 100644 --- a/sys-apps/dust/dust-0.5.3.ebuild +++ b/sys-apps/dust/dust-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -78,6 +78,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/dust" + src_install() { cargo_src_install diff --git a/sys-apps/dust/dust-0.5.4.ebuild b/sys-apps/dust/dust-0.5.4.ebuild index 6aba80fad5..f8c3519017 100644 --- a/sys-apps/dust/dust-0.5.4.ebuild +++ b/sys-apps/dust/dust-0.5.4.ebuild @@ -82,6 +82,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/dust" + src_install() { cargo_src_install From 0032b00dd1d7650e9353402a034d1a4fda76ef92 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:02:48 +0900 Subject: [PATCH 14/23] sys-apps/hex: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma --- sys-apps/hex/hex-0.3.2.ebuild | 4 +++- sys-apps/hex/hex-0.4.0.ebuild | 4 +++- sys-apps/hex/hex-0.4.1.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-apps/hex/hex-0.3.2.ebuild b/sys-apps/hex/hex-0.3.2.ebuild index bfc0550444..945fdc99d5 100644 --- a/sys-apps/hex/hex-0.3.2.ebuild +++ b/sys-apps/hex/hex-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -47,6 +47,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/hx" + src_install() { cargo_src_install diff --git a/sys-apps/hex/hex-0.4.0.ebuild b/sys-apps/hex/hex-0.4.0.ebuild index 837cde3b4d..718ad74024 100644 --- a/sys-apps/hex/hex-0.4.0.ebuild +++ b/sys-apps/hex/hex-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,6 +43,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="mirror" +QA_FLAGS_IGNORED="usr/bin/hx" + src_install() { cargo_src_install diff --git a/sys-apps/hex/hex-0.4.1.ebuild b/sys-apps/hex/hex-0.4.1.ebuild index e5a260d226..7141edd334 100644 --- a/sys-apps/hex/hex-0.4.1.ebuild +++ b/sys-apps/hex/hex-0.4.1.ebuild @@ -49,6 +49,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/hx" + src_install() { cargo_src_install From 3c95f8081df8838fc57c24936b18b7656f6a51bb Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 20:08:09 +0200 Subject: [PATCH 15/23] added cran mirrors Signed-off-by: Alessandro Barbieri --- profiles/thirdpartymirrors | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/thirdpartymirrors diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors new file mode 100644 index 0000000000..0a1c5bccef --- /dev/null +++ b/profiles/thirdpartymirrors @@ -0,0 +1 @@ +cran https://cloud.r-project.org/ https://cran.usthb.dz/ http://mirror.fcaglp.unlp.edu.ar/CRAN/ https://cran.csiro.au/ https://mirror.aarnet.edu.au/pub/CRAN/ https://cran.ms.unimelb.edu.au/ https://cran.curtin.edu.au/ https://cran.wu.ac.at/ https://www.freestatistics.org/cran/ https://ftp.belnet.be/mirror/CRAN/ https://nbcgib.uesc.br/mirrors/cran/ https://cran-r.c3sl.ufpr.br/ https://cran.fiocruz.br/ https://vps.fmvz.usp.br/CRAN/ https://brieger.esalq.usp.br/CRAN/ https://ftp.uni-sofia.bg/CRAN/ https://mirror.rcg.sfu.ca/mirror/CRAN/ https://muug.ca/mirror/cran/ https://mirror.its.dal.ca/cran/ https://utstat.toronto.edu/cran/ https://cran.dcc.uchile.cl/ https://mirrors.tuna.tsinghua.edu.cn/CRAN/ https://mirrors.bfsu.edu.cn/CRAN/ https://mirrors.ustc.edu.cn/CRAN/ https://mirror-hk.koddos.net/CRAN/ https://mirrors.e-ducation.cn/CRAN/ https://mirror.lzu.edu.cn/CRAN/ https://mirrors.nju.edu.cn/CRAN/ https://mirrors.tongji.edu.cn/CRAN/ https://mirrors.sjtug.sjtu.edu.cn/cran/ https://mirrors.sustech.edu.cn/CRAN/ https://www.icesi.edu.co/CRAN/ https://mirror.uned.ac.cr/cran/ https://mirrors.nic.cz/R/ https://mirrors.dotsrc.org/cran/ https://cran.asia/ https://mirror.cedia.org.ec/CRAN/ https://mirror.epn.edu.ec/CRAN/ http://cran.salud.gob.sv/ https://ftp.eenet.ee/pub/cran/ https://pbil.univ-lyon1.fr/CRAN/ https://mirror.ibcp.fr/pub/CRAN/ https://cran.biotools.fr/ https://ftp.igh.cnrs.fr/pub/CRAN/ http://cran.irsn.fr/ https://ftp.fau.de/cran/ https://mirror.dogado.de/cran/ https://ftp.gwdg.de/pub/misc/cran/ https://cran.uni-muenster.de/ https://mirror.clientvps.com/CRAN/ https://packages.othr.de/cran/ https://ftp.cc.uoc.gr/mirrors/CRAN/ https://cran.rapporter.net/ https://cran.hafro.is/ https://mirror.niser.ac.in/cran/ https://repo.bppt.go.id/cran/ https://cran.um.ac.ir/ https://ftp.heanet.ie/mirrors/cran.r-project.org/ https://cran.mirror.garr.it/CRAN/ https://cran.stat.unipd.it/ https://cran.ism.ac.jp/ https://ftp.yz.yamagata-u.ac.jp/pub/cran/ https://ftp.harukasan.org/CRAN/ https://cran.yu.ac.kr/ https://cran.seoul.go.kr/ http://healthstat.snu.ac.kr/CRAN/ https://cran.biodisk.org/ https://wbc.upm.edu.my/cran/ https://cran.itam.mx/ http://www.est.colpos.mx/R-mirror/ https://mirror.marwan.ma/cran/ https://mirror.lyrahosting.com/CRAN/ https://cran.stat.auckland.ac.nz/ https://cran.uib.no/ https://cran.stat.upd.edu.ph/ https://cran.radicaldevelop.com/ https://cran.cmm.msu.ru/ https://mirror.truenetwork.ru/CRAN/ https://cran.mirror.ac.za/ https://ftp.cixug.es/CRAN/ https://cran.rediris.es/ https://ftpmirror1.infania.net/mirror/CRAN/ https://ftp.acc.umu.se/mirror/CRAN/ https://stat.ethz.ch/CRAN/ https://cran.csie.ntu.edu.tw/ http://mirrors.psu.ac.th/pub/cran/ https://cran.pau.edu.tr/ https://cran.gedik.edu.tr/ https://cran.ncc.metu.edu.tr/ https://www.stats.bris.ac.uk/R/ https://cran.ma.imperial.ac.uk/ https://mirror.las.iastate.edu/CRAN/ http://ftp.ussg.iu.edu/CRAN/ https://rweb.crmda.ku.edu/cran/ https://repo.miserver.it.umich.edu/cran/ http://cran.wustl.edu/ http://archive.linux.duke.edu/cran/ https://cran.case.edu/ https://ftp.osuosl.org/pub/cran/ http://lib.stat.cmu.edu/R/CRAN/ http://cran.mirrors.hoobly.com/ https://mirrors.nics.utk.edu/cran/ https://cran.microsoft.com/ https://espejito.fder.edu.uy/cran/ From 8addc566ae65ca910f004ab8c92e867663a766af Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 22:10:35 +0200 Subject: [PATCH 16/23] dev-R/BH: uae mirrors Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/BH/BH-1.75.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/BH/BH-1.75.0.0.ebuild b/dev-R/BH/BH-1.75.0.0.ebuild index 6bf9554617..b2f8ca8ed1 100644 --- a/dev-R/BH/BH-1.75.0.0.ebuild +++ b/dev-R/BH/BH-1.75.0.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE=" https://github.com/eddelbuettel/bh https://cran.r-project.org/package=BH " -SRC_URI="http://cran.r-project.org/src/contrib/${MY_P}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz" LICENSE='Boost-1.0' KEYWORDS="~amd64" DEPEND="~dev-libs/boost-1.75.0" From 2a4e08d5afca780f63b649ea4310ec38a87c23cf Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 22:11:05 +0200 Subject: [PATCH 17/23] dev-R/Rcpp: mirrors Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 4 ++-- dev-R/Rcpp/Rcpp-1.0.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild index 9edb4e6c88..7c605f1c65 100644 --- a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild +++ b/dev-R/Rcpp/Rcpp-1.0.4.6.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" @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Seamless R and C++ Integration' -SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz" +SRC_URI="mirror://cran/src/contrib/Rcpp_1.0.4.6.tar.gz" LICENSE='GPL-2+' HOMEPAGE=" http://www.rcpp.org diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.6.ebuild index 29069a793b..58c09c9696 100644 --- a/dev-R/Rcpp/Rcpp-1.0.6.ebuild +++ b/dev-R/Rcpp/Rcpp-1.0.6.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Seamless R and C++ Integration' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-2+' HOMEPAGE=" http://www.rcpp.org From cebf53ec31eaa9d34cb8f0e2d40b3eb3f74758f3 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 22:11:35 +0200 Subject: [PATCH 18/23] dev-R/R6: mirrors Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/R6/R6-2.4.1.ebuild | 4 ++-- dev-R/R6/R6-2.5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-R/R6/R6-2.4.1.ebuild b/dev-R/R6/R6-2.4.1.ebuild index cd25ab1750..4c15d39dc5 100644 --- a/dev-R/R6/R6-2.4.1.ebuild +++ b/dev-R/R6/R6-2.4.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" @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Encapsulated Classes with Reference Semantics' -SRC_URI="http://cran.r-project.org/src/contrib/R6_2.4.1.tar.gz" +SRC_URI="mirror://cran/src/contrib/R6_2.4.1.tar.gz" LICENSE='MIT' HOMEPAGE=" https://r6.r-lib.org diff --git a/dev-R/R6/R6-2.5.0.ebuild b/dev-R/R6/R6-2.5.0.ebuild index 54e90d5fdc..9e5e39111d 100644 --- a/dev-R/R6/R6-2.5.0.ebuild +++ b/dev-R/R6/R6-2.5.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Encapsulated Classes with Reference Semantics' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' HOMEPAGE=" https://r6.r-lib.org From 703ce80a36f0f88b2e04846624cb5b439ba7ff30 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 7 Apr 2021 22:12:06 +0200 Subject: [PATCH 19/23] use mirrors Signed-off-by: Alessandro Barbieri --- dev-R/assertthat/assertthat-0.2.1.ebuild | 2 +- dev-R/cellranger/cellranger-1.1.0.ebuild | 2 +- dev-R/cli/cli-2.0.2.ebuild | 2 +- dev-R/cli/cli-2.3.1.ebuild | 2 +- dev-R/crayon/crayon-1.3.4.ebuild | 2 +- dev-R/crayon/crayon-1.4.1.ebuild | 2 +- dev-R/digest/digest-0.6.25.ebuild | 2 +- dev-R/digest/digest-0.6.27.ebuild | 2 +- dev-R/dplyr/dplyr-0.8.5.ebuild | 2 +- dev-R/dplyr/dplyr-1.0.5.ebuild | 2 +- dev-R/ellipsis/ellipsis-0.3.0.ebuild | 2 +- dev-R/ellipsis/ellipsis-0.3.1.ebuild | 2 +- dev-R/fansi/fansi-0.4.1.ebuild | 2 +- dev-R/fansi/fansi-0.4.2.ebuild | 2 +- dev-R/generics/generics-0.1.0.ebuild | 2 +- dev-R/glue/glue-1.4.0.ebuild | 2 +- dev-R/glue/glue-1.4.1.ebuild | 2 +- dev-R/glue/glue-1.4.2.ebuild | 2 +- dev-R/lifecycle/lifecycle-0.2.0.ebuild | 2 +- dev-R/lifecycle/lifecycle-1.0.0.ebuild | 2 +- dev-R/magrittr/magrittr-1.5.ebuild | 2 +- dev-R/magrittr/magrittr-2.0.1.ebuild | 2 +- dev-R/pillar/pillar-1.4.4.ebuild | 2 +- dev-R/pillar/pillar-1.5.1.ebuild | 2 +- dev-R/pkgconfig/pkgconfig-2.0.3.ebuild | 2 +- dev-R/plogr/plogr-0.2.0.ebuild | 2 +- dev-R/purrr/purrr-0.3.4.ebuild | 2 +- dev-R/rematch/rematch-1.0.1.ebuild | 2 +- dev-R/rlang/rlang-0.4.10.ebuild | 2 +- dev-R/rlang/rlang-0.4.6.ebuild | 2 +- dev-R/tibble/tibble-3.0.1.ebuild | 2 +- dev-R/tibble/tibble-3.1.0.ebuild | 2 +- dev-R/tidyselect/tidyselect-1.0.0.ebuild | 2 +- dev-R/tidyselect/tidyselect-1.1.0.ebuild | 2 +- dev-R/utf8/utf8-1.1.4.ebuild | 2 +- dev-R/utf8/utf8-1.2.1.ebuild | 2 +- dev-R/vctrs/vctrs-0.3.7.ebuild | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/dev-R/assertthat/assertthat-0.2.1.ebuild b/dev-R/assertthat/assertthat-0.2.1.ebuild index 5460f30393..c8e6da7799 100644 --- a/dev-R/assertthat/assertthat-0.2.1.ebuild +++ b/dev-R/assertthat/assertthat-0.2.1.ebuild @@ -7,7 +7,7 @@ inherit R-packages-guru DESCRIPTION='Easy Pre and Post Assertions' HOMEPAGE="https://cran.r-project.org/package=assertthat" -SRC_URI="http://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz" +SRC_URI="mirror://cran/src/contrib/assertthat_0.2.1.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/cellranger/cellranger-1.1.0.ebuild b/dev-R/cellranger/cellranger-1.1.0.ebuild index 8c1eb1801f..af8ef1a867 100644 --- a/dev-R/cellranger/cellranger-1.1.0.ebuild +++ b/dev-R/cellranger/cellranger-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Translate Spreadsheet Cell Ranges to Rows and Columns' -SRC_URI="http://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/cellranger_1.1.0.tar.gz" LICENSE='MIT' HOMEPAGE=" https://github.com/rsheets/cellranger diff --git a/dev-R/cli/cli-2.0.2.ebuild b/dev-R/cli/cli-2.0.2.ebuild index 81511cf15d..59e5d9fdd0 100644 --- a/dev-R/cli/cli-2.0.2.ebuild +++ b/dev-R/cli/cli-2.0.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/cli https://cran.r-project.org/package=cli " -SRC_URI="http://cran.r-project.org/src/contrib/cli_2.0.2.tar.gz" +SRC_URI="mirror://cran/src/contrib/cli_2.0.2.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/cli/cli-2.3.1.ebuild b/dev-R/cli/cli-2.3.1.ebuild index 90e0eb4c2b..a54f2e6436 100644 --- a/dev-R/cli/cli-2.3.1.ebuild +++ b/dev-R/cli/cli-2.3.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/cli https://cran.r-project.org/package=cli " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/crayon/crayon-1.3.4.ebuild b/dev-R/crayon/crayon-1.3.4.ebuild index f6220ba5e8..baeb7ecdec 100644 --- a/dev-R/crayon/crayon-1.3.4.ebuild +++ b/dev-R/crayon/crayon-1.3.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/crayon https://cran.r-project.org/package=crayon " -SRC_URI="http://cran.r-project.org/src/contrib/crayon_1.3.4.tar.gz" +SRC_URI="mirror://cran/src/contrib/crayon_1.3.4.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/crayon/crayon-1.4.1.ebuild b/dev-R/crayon/crayon-1.4.1.ebuild index 7910791626..cd89a3303f 100644 --- a/dev-R/crayon/crayon-1.4.1.ebuild +++ b/dev-R/crayon/crayon-1.4.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/crayon https://cran.r-project.org/package=crayon " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/digest/digest-0.6.25.ebuild b/dev-R/digest/digest-0.6.25.ebuild index 946b5a10e1..6dcd520f93 100644 --- a/dev-R/digest/digest-0.6.25.ebuild +++ b/dev-R/digest/digest-0.6.25.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" http://dirk.eddelbuettel.com/code/digest.html https://github.com/eddelbuettel/digest " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-2+' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/digest/digest-0.6.27.ebuild b/dev-R/digest/digest-0.6.27.ebuild index 47ed27e20e..d6e985f34d 100644 --- a/dev-R/digest/digest-0.6.27.ebuild +++ b/dev-R/digest/digest-0.6.27.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" http://dirk.eddelbuettel.com/code/digest.html https://github.com/eddelbuettel/digest " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-2+' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/dplyr/dplyr-0.8.5.ebuild b/dev-R/dplyr/dplyr-0.8.5.ebuild index 4f35a6e9f5..1a1c03fa39 100644 --- a/dev-R/dplyr/dplyr-0.8.5.ebuild +++ b/dev-R/dplyr/dplyr-0.8.5.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='A Grammar of Data Manipulation' -SRC_URI="http://cran.r-project.org/src/contrib/dplyr_0.8.5.tar.gz" +SRC_URI="mirror://cran/src/contrib/dplyr_0.8.5.tar.gz" LICENSE='MIT' HOMEPAGE=" https://dplyr.tidyverse.org diff --git a/dev-R/dplyr/dplyr-1.0.5.ebuild b/dev-R/dplyr/dplyr-1.0.5.ebuild index 1eb86142dd..48d432d641 100644 --- a/dev-R/dplyr/dplyr-1.0.5.ebuild +++ b/dev-R/dplyr/dplyr-1.0.5.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='A Grammar of Data Manipulation' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' HOMEPAGE=" https://dplyr.tidyverse.org diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild b/dev-R/ellipsis/ellipsis-0.3.0.ebuild index 16fe60296c..a49da4d1b3 100644 --- a/dev-R/ellipsis/ellipsis-0.3.0.ebuild +++ b/dev-R/ellipsis/ellipsis-0.3.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/r-lib/ellipsis https://cran.r-project.org/package=ellipsis " -SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/ellipsis_0.3.0.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild index 18a001e888..48b30dbba2 100644 --- a/dev-R/ellipsis/ellipsis-0.3.1.ebuild +++ b/dev-R/ellipsis/ellipsis-0.3.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/r-lib/ellipsis https://cran.r-project.org/package=ellipsis " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/fansi/fansi-0.4.1.ebuild b/dev-R/fansi/fansi-0.4.1.ebuild index 55cc043c1f..60b4732709 100644 --- a/dev-R/fansi/fansi-0.4.1.ebuild +++ b/dev-R/fansi/fansi-0.4.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/brodieG/fansi https://cran.r-project.org/package=fansi " -SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz" +SRC_URI="mirror://cran/src/contrib/fansi_0.4.1.tar.gz" LICENSE='GPL-2+' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/fansi/fansi-0.4.2.ebuild b/dev-R/fansi/fansi-0.4.2.ebuild index febf7ccc73..eaee4c05f0 100644 --- a/dev-R/fansi/fansi-0.4.2.ebuild +++ b/dev-R/fansi/fansi-0.4.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/brodieG/fansi https://cran.r-project.org/package=fansi " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-2+' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/generics/generics-0.1.0.ebuild b/dev-R/generics/generics-0.1.0.ebuild index fc9ca6389f..c289666c4a 100644 --- a/dev-R/generics/generics-0.1.0.ebuild +++ b/dev-R/generics/generics-0.1.0.ebuild @@ -7,7 +7,7 @@ inherit R-packages-guru DESCRIPTION="Common S3 Generics not Provided by Base R Methods Related to Model Fitting" KEYWORDS="~amd64" -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" HOMEPAGE="https://cran.r-project.org/package=generics" LICENSE="MIT" DEPEND=">=dev-lang/R-3.1" diff --git a/dev-R/glue/glue-1.4.0.ebuild b/dev-R/glue/glue-1.4.0.ebuild index ba97a9cf43..4e9a2f03bc 100644 --- a/dev-R/glue/glue-1.4.0.ebuild +++ b/dev-R/glue/glue-1.4.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/tidyverse/glue https://cran.r-project.org/package=glue " -SRC_URI="http://cran.r-project.org/src/contrib/glue_1.4.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/glue_1.4.0.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/glue/glue-1.4.1.ebuild b/dev-R/glue/glue-1.4.1.ebuild index 17d9afb3a7..6670e704dd 100644 --- a/dev-R/glue/glue-1.4.1.ebuild +++ b/dev-R/glue/glue-1.4.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/tidyverse/glue https://cran.r-project.org/package=glue " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/glue/glue-1.4.2.ebuild b/dev-R/glue/glue-1.4.2.ebuild index d9394a6765..2ec0b3c016 100644 --- a/dev-R/glue/glue-1.4.2.ebuild +++ b/dev-R/glue/glue-1.4.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/tidyverse/glue https://cran.r-project.org/package=glue " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/lifecycle/lifecycle-0.2.0.ebuild b/dev-R/lifecycle/lifecycle-0.2.0.ebuild index 333911dd5c..df620f5c44 100644 --- a/dev-R/lifecycle/lifecycle-0.2.0.ebuild +++ b/dev-R/lifecycle/lifecycle-0.2.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/r-lib/lifecycle https://cran.r-project.org/package=lifecycle " -SRC_URI="http://cran.r-project.org/src/contrib/lifecycle_0.2.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/lifecycle_0.2.0.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/lifecycle/lifecycle-1.0.0.ebuild b/dev-R/lifecycle/lifecycle-1.0.0.ebuild index ed7c14304e..39f89a0d6a 100644 --- a/dev-R/lifecycle/lifecycle-1.0.0.ebuild +++ b/dev-R/lifecycle/lifecycle-1.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/r-lib/lifecycle https://cran.r-project.org/package=lifecycle " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/magrittr/magrittr-1.5.ebuild b/dev-R/magrittr/magrittr-1.5.ebuild index 7ab6ebaee8..9a7f6314c7 100644 --- a/dev-R/magrittr/magrittr-1.5.ebuild +++ b/dev-R/magrittr/magrittr-1.5.ebuild @@ -7,7 +7,7 @@ inherit R-packages-guru DESCRIPTION='A Forward-Pipe Operator for R' HOMEPAGE="https://cran.r-project.org/package=magrittr" -SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz" +SRC_URI="mirror://cran/src/contrib/magrittr_1.5.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/magrittr/magrittr-2.0.1.ebuild b/dev-R/magrittr/magrittr-2.0.1.ebuild index 1670d6c4d0..0ee20e6958 100644 --- a/dev-R/magrittr/magrittr-2.0.1.ebuild +++ b/dev-R/magrittr/magrittr-2.0.1.ebuild @@ -7,7 +7,7 @@ inherit R-packages-guru DESCRIPTION='A Forward-Pipe Operator for R' HOMEPAGE="https://cran.r-project.org/package=magrittr" -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/pillar/pillar-1.4.4.ebuild b/dev-R/pillar/pillar-1.4.4.ebuild index c35d385a63..29adfa8b3e 100644 --- a/dev-R/pillar/pillar-1.4.4.ebuild +++ b/dev-R/pillar/pillar-1.4.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/pillar https://cran.r-project.org/package=pillar " -SRC_URI="http://cran.r-project.org/src/contrib/pillar_1.4.4.tar.gz" +SRC_URI="mirror://cran/src/contrib/pillar_1.4.4.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/pillar/pillar-1.5.1.ebuild b/dev-R/pillar/pillar-1.5.1.ebuild index e2ad61eb91..d58b252ec0 100644 --- a/dev-R/pillar/pillar-1.5.1.ebuild +++ b/dev-R/pillar/pillar-1.5.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/pillar https://cran.r-project.org/package=pillar " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild b/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild index aea633890b..82c0890c8d 100644 --- a/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild +++ b/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/pkgconfig https://cran.r-project.org/package=pkgconfig " -SRC_URI="http://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz" +SRC_URI="mirror://cran/src/contrib/pkgconfig_2.0.3.tar.gz" LICENSE='MIT' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0.ebuild index e4e9703a98..05a0f165f1 100644 --- a/dev-R/plogr/plogr-0.2.0.ebuild +++ b/dev-R/plogr/plogr-0.2.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='The plog C++ Logging Library' -SRC_URI="http://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/plogr_0.2.0.tar.gz" HOMEPAGE=" https://github.com/krlmlr/plogr https://cran.r-project.org/package=plogr diff --git a/dev-R/purrr/purrr-0.3.4.ebuild b/dev-R/purrr/purrr-0.3.4.ebuild index 7b121ba55d..64369af2e8 100644 --- a/dev-R/purrr/purrr-0.3.4.ebuild +++ b/dev-R/purrr/purrr-0.3.4.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Functional Programming Tools' -SRC_URI="http://cran.r-project.org/src/contrib/purrr_0.3.4.tar.gz" +SRC_URI="mirror://cran/src/contrib/purrr_0.3.4.tar.gz" LICENSE='GPL-3' HOMEPAGE=" https://purrr.tidyverse.org diff --git a/dev-R/rematch/rematch-1.0.1.ebuild b/dev-R/rematch/rematch-1.0.1.ebuild index 9d524304dd..d40160aaca 100644 --- a/dev-R/rematch/rematch-1.0.1.ebuild +++ b/dev-R/rematch/rematch-1.0.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/MangoTheCat/rematch https://cran.r-project.org/package=rematch " -SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz" +SRC_URI="mirror://cran/src/contrib/rematch_1.0.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-}" diff --git a/dev-R/rlang/rlang-0.4.10.ebuild b/dev-R/rlang/rlang-0.4.10.ebuild index c64b1c0d76..98a8d11e2b 100644 --- a/dev-R/rlang/rlang-0.4.10.ebuild +++ b/dev-R/rlang/rlang-0.4.10.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Functions for Base Types and Core R and Tidyverse Features' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' HOMEPAGE=" https://rlang.r-lib.org diff --git a/dev-R/rlang/rlang-0.4.6.ebuild b/dev-R/rlang/rlang-0.4.6.ebuild index 2e8c54897f..e86b039c22 100644 --- a/dev-R/rlang/rlang-0.4.6.ebuild +++ b/dev-R/rlang/rlang-0.4.6.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Functions for Base Types and Core R and Tidyverse Features' -SRC_URI="http://cran.r-project.org/src/contrib/rlang_0.4.6.tar.gz" +SRC_URI="mirror://cran/src/contrib/rlang_0.4.6.tar.gz" LICENSE='GPL-3' HOMEPAGE=" https://rlang.r-lib.org diff --git a/dev-R/tibble/tibble-3.0.1.ebuild b/dev-R/tibble/tibble-3.0.1.ebuild index 6e97a0745f..c2591bdd43 100644 --- a/dev-R/tibble/tibble-3.0.1.ebuild +++ b/dev-R/tibble/tibble-3.0.1.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Simple Data Frames' -SRC_URI="http://cran.r-project.org/src/contrib/tibble_3.0.1.tar.gz" +SRC_URI="mirror://cran/src/contrib/tibble_3.0.1.tar.gz" LICENSE='MIT' HOMEPAGE=" https://tibble.tidyverse.org diff --git a/dev-R/tibble/tibble-3.1.0.ebuild b/dev-R/tibble/tibble-3.1.0.ebuild index 18054c1549..ac4fa64c09 100644 --- a/dev-R/tibble/tibble-3.1.0.ebuild +++ b/dev-R/tibble/tibble-3.1.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Simple Data Frames' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='MIT' HOMEPAGE=" https://tibble.tidyverse.org diff --git a/dev-R/tidyselect/tidyselect-1.0.0.ebuild b/dev-R/tidyselect/tidyselect-1.0.0.ebuild index 6188970696..c6e0b7d275 100644 --- a/dev-R/tidyselect/tidyselect-1.0.0.ebuild +++ b/dev-R/tidyselect/tidyselect-1.0.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Select from a Set of Strings' -SRC_URI="http://cran.r-project.org/src/contrib/tidyselect_1.0.0.tar.gz" +SRC_URI="mirror://cran/src/contrib/tidyselect_1.0.0.tar.gz" LICENSE='GPL-3' HOMEPAGE=" https://tidyselect.r-lib.org diff --git a/dev-R/tidyselect/tidyselect-1.1.0.ebuild b/dev-R/tidyselect/tidyselect-1.1.0.ebuild index e40e12b37c..e7ab52e53f 100644 --- a/dev-R/tidyselect/tidyselect-1.1.0.ebuild +++ b/dev-R/tidyselect/tidyselect-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit R-packages-guru DESCRIPTION='Select from a Set of Strings' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' HOMEPAGE=" https://tidyselect.r-lib.org diff --git a/dev-R/utf8/utf8-1.1.4.ebuild b/dev-R/utf8/utf8-1.1.4.ebuild index 8eeab1ec1e..d90beb3478 100644 --- a/dev-R/utf8/utf8-1.1.4.ebuild +++ b/dev-R/utf8/utf8-1.1.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://cran.r-project.org/package=utf8 " DESCRIPTION='Unicode Text Processing' -SRC_URI="http://cran.r-project.org/src/contrib/utf8_1.1.4.tar.gz" +SRC_URI="mirror://cran/src/contrib/utf8_1.1.4.tar.gz" LICENSE='Apache-2.0' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/utf8/utf8-1.2.1.ebuild b/dev-R/utf8/utf8-1.2.1.ebuild index a405bc86a5..b115dbdb46 100644 --- a/dev-R/utf8/utf8-1.2.1.ebuild +++ b/dev-R/utf8/utf8-1.2.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://cran.r-project.org/package=utf8 " DESCRIPTION='Unicode Text Processing' -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='Apache-2.0' KEYWORDS="~amd64" IUSE="${IUSE-}" diff --git a/dev-R/vctrs/vctrs-0.3.7.ebuild b/dev-R/vctrs/vctrs-0.3.7.ebuild index aa4575b23d..ea1063ec94 100644 --- a/dev-R/vctrs/vctrs-0.3.7.ebuild +++ b/dev-R/vctrs/vctrs-0.3.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE=" https://github.com/r-lib/vctrs https://cran.r-project.org/package=vctrs " -SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-}" From e7b7449bd899024042e67367006c6f5e39deb9fb Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Thu, 8 Apr 2021 00:41:02 +0300 Subject: [PATCH 20/23] app-office/openoffice-bin: fix unresolved SONAME dependencies Closes: https://bugs.gentoo.org/780750 Signed-off-by: Sergey Torokhov --- .../openoffice-bin-4.1.9.ebuild | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/app-office/openoffice-bin/openoffice-bin-4.1.9.ebuild b/app-office/openoffice-bin/openoffice-bin-4.1.9.ebuild index 7916b56606..d299ac64b6 100644 --- a/app-office/openoffice-bin/openoffice-bin-4.1.9.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-4.1.9.ebuild @@ -51,14 +51,25 @@ RDEPEND=" app-arch/unzip app-arch/zip >=dev-lang/perl-5.0 + dev-libs/atk + dev-libs/dbus-glib + media-libs/glu >=media-libs/freetype-2.1.10-r2 + media-libs/libglvnd sys-libs/ncurses-compat:5 + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gdk-pixbuf-xlib + x11-libs/gtk+:2 x11-libs/libXaw - x11-libs/libXinerama" - -DEPEND="${RDEPEND} - sys-apps/findutils" - + x11-libs/libXinerama + x11-libs/pango + x11-libs/libXrandr +" +DEPEND=" + ${RDEPEND} + sys-apps/findutils +" PDEPEND="java? ( >=virtual/jre-1.8.0 )" RESTRICT="mirror strip" From 6569e9b8793abc1252135a253d2b52da5babdb57 Mon Sep 17 00:00:00 2001 From: Mustafa Salih Date: Thu, 8 Apr 2021 01:56:04 +0300 Subject: [PATCH 21/23] app-misc/tai: closes #780774 QA_FLAGS_IGNORED Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mustafa --- app-misc/tai/tai-0.0.3.ebuild | 1 + app-misc/tai/tai-0.0.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-misc/tai/tai-0.0.3.ebuild b/app-misc/tai/tai-0.0.3.ebuild index 7282ee023a..07bc8ebf4d 100644 --- a/app-misc/tai/tai-0.0.3.ebuild +++ b/app-misc/tai/tai-0.0.3.ebuild @@ -53,3 +53,4 @@ RESTRICT="mirror" KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +QA_FLAGS_IGNORED="usr/bin/tai" diff --git a/app-misc/tai/tai-0.0.4.ebuild b/app-misc/tai/tai-0.0.4.ebuild index 29eb4473c2..aafd3590c7 100644 --- a/app-misc/tai/tai-0.0.4.ebuild +++ b/app-misc/tai/tai-0.0.4.ebuild @@ -52,3 +52,4 @@ RESTRICT="mirror" KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +QA_FLAGS_IGNORED="usr/bin/tai" From 3a92be6f78812354e16668c8b3f14a918d78ecb8 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Thu, 8 Apr 2021 08:23:04 +0200 Subject: [PATCH 22/23] app-editors/atom-bin: fix collision with nodejs Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi --- .../{atom-bin-1.55.0-r1.ebuild => atom-bin-1.55.0-r2.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename app-editors/atom-bin/{atom-bin-1.55.0-r1.ebuild => atom-bin-1.55.0-r2.ebuild} (83%) diff --git a/app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild b/app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild similarity index 83% rename from app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild rename to app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild index b0478f02f7..3d8522225d 100644 --- a/app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild +++ b/app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild @@ -61,12 +61,9 @@ src_install(){ doins -r "${S}"/* dosym ../../opt/"${PN}"/atom "${EPREFIX}"/usr/bin/atom fperms +x /opt/"${PN}"/atom - dosym ../../opt/"${PN}"/resources/app/apm/bin/apm "${EPREFIX}"/usr/bin/apm fperms +x /opt/"${PN}"/resources/app/apm/bin/apm - dosym ../../opt/"${PN}"/resources/app/apm/bin/node "${EPREFIX}"/usr/bin/node fperms +x /opt/"${PN}"/resources/app/apm/bin/node - dosym ../../opt/"${PN}"/resources/app/apm/bin/npm "${EPREFIX}"/usr/bin/npm fperms +x /opt/"${PN}"/resources/app/apm/bin/npm - make_desktop_entry /opt/atom/atom Atom atom Utility + make_desktop_entry /opt/${PN}/atom Atom atom Utility doicon atom.png } From e18df2e81d30bf3e22621c43a11676da41d0c7eb Mon Sep 17 00:00:00 2001 From: Anna Vyalkova Date: Thu, 8 Apr 2021 12:10:51 +0500 Subject: [PATCH 23/23] app-text/lowdown: bump to 0.8.4 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Anna Vyalkova --- app-text/lowdown/Manifest | 2 +- app-text/lowdown/{lowdown-0.8.3.ebuild => lowdown-0.8.4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app-text/lowdown/{lowdown-0.8.3.ebuild => lowdown-0.8.4.ebuild} (100%) diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest index 67bc61f46f..9885a61c99 100644 --- a/app-text/lowdown/Manifest +++ b/app-text/lowdown/Manifest @@ -1 +1 @@ -DIST lowdown-0.8.3.tar.gz 201286 BLAKE2B 7bbebfa625e98e4a23fde37e67c7a02c4113242ddd7cee249393f3f74db52a799085bb812d323e42092c823be122fac0513e9d50b69b28c02a443b7cfd7706a0 SHA512 6c1a8fe7fc9ee0a34d0be35aefbcf597e0335b31cdfc3201e5e5db58f9bc79b26ddd2495b74ce0b8e89b486df300a2ea338c18bc991c61527a2360dca2c9804f +DIST lowdown-0.8.4.tar.gz 210080 BLAKE2B 7cf0de77cda02f9c39df40f3e54711654d84d34941094db0d8d28ef26d385a28216e13669c08e65d13b1924a24f50a0f2815145edc4a5d89fab7659ccbe43e9d SHA512 d1d63c96a53692286285a64809317f4ff4b6d2f4499d984cd1284787f3d7ce42ff1ef842bfebd0a2cb4deccfa2bf3d20ff0deb41443b361a314fcde0ee59bd72 diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.4.ebuild similarity index 100% rename from app-text/lowdown/lowdown-0.8.3.ebuild rename to app-text/lowdown/lowdown-0.8.4.ebuild