From c252f3586ad5a631a33ee45d558e83cc84799685 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:39:29 +0000 Subject: app-portage/sisyphus{,-qt} : version bump --- .../sisyphus-qt/sisyphus-qt-4.2102.0.ebuild | 38 ----------- .../sisyphus-qt/sisyphus-qt-4.2103.0.ebuild | 38 +++++++++++ app-portage/sisyphus/sisyphus-4.2102.0.ebuild | 75 ---------------------- app-portage/sisyphus/sisyphus-4.2103.0.ebuild | 75 ++++++++++++++++++++++ metadata/md5-cache/app-portage/sisyphus-4.2102.0 | 14 ---- metadata/md5-cache/app-portage/sisyphus-4.2103.0 | 14 ++++ .../md5-cache/app-portage/sisyphus-qt-4.2102.0 | 13 ---- .../md5-cache/app-portage/sisyphus-qt-4.2103.0 | 13 ++++ metadata/pkg_desc_index | 4 +- 9 files changed, 142 insertions(+), 142 deletions(-) delete mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2102.0.ebuild create mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2103.0.ebuild delete mode 100644 app-portage/sisyphus/sisyphus-4.2102.0.ebuild create mode 100644 app-portage/sisyphus/sisyphus-4.2103.0.ebuild delete mode 100644 metadata/md5-cache/app-portage/sisyphus-4.2102.0 create mode 100644 metadata/md5-cache/app-portage/sisyphus-4.2103.0 delete mode 100644 metadata/md5-cache/app-portage/sisyphus-qt-4.2102.0 create mode 100644 metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2102.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2102.0.ebuild deleted file mode 100644 index 0c8ffb55..00000000 --- a/app-portage/sisyphus-qt/sisyphus-qt-4.2102.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-qt/}" - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit eutils python-single-r1 git-r3 - -DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" -HOMEPAGE="http://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" -EGIT_BRANCH="master" -EGIT_COMMIT="4a0e1e81a257000e372877360eac419ff2a3c834" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-lang/python[sqlite] - ~app-portage/sisyphus-${PV}" -RDEPEND="${DEPEND} - app-misc/tmux - $(python_gen_cond_dep ' - dev-python/PyQt5[designer,gui,widgets,${PYTHON_MULTI_USEDEP}] - ')" - -src_install() { - emake DESTDIR="${D}" install-gui - - # enforce the best available python implementation (CLI) - python_setup - python_fix_shebang "${ED}"usr/share/"${MY_PN}"/"${MY_PN}"-gui.py -} diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0.ebuild new file mode 100644 index 00000000..65fe65e3 --- /dev/null +++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2016-2020 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-qt/}" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils python-single-r1 git-r3 + +DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" +HOMEPAGE="http://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" +EGIT_BRANCH="master" +EGIT_COMMIT="67b54180c8e93b6fba312e4c75f416b832afbc6a" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-lang/python[sqlite] + ~app-portage/sisyphus-${PV}" +RDEPEND="${DEPEND} + app-misc/tmux + $(python_gen_cond_dep ' + dev-python/PyQt5[designer,gui,widgets,${PYTHON_MULTI_USEDEP}] + ')" + +src_install() { + emake DESTDIR="${D}" install-gui + + # enforce the best available python implementation (CLI) + python_setup + python_fix_shebang "${ED}"usr/share/"${MY_PN}"/"${MY_PN}"-gui.py +} diff --git a/app-portage/sisyphus/sisyphus-4.2102.0.ebuild b/app-portage/sisyphus/sisyphus-4.2102.0.ebuild deleted file mode 100644 index 8ef7cbd2..00000000 --- a/app-portage/sisyphus/sisyphus-4.2102.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit eutils python-single-r1 git-r3 - -DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" -HOMEPAGE="http://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" -EGIT_BRANCH="master" -EGIT_COMMIT="4a0e1e81a257000e372877360eac419ff2a3c834" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="qt5" - -DEPEND="dev-lang/python[sqlite]" -RDEPEND="${DEPEND} - app-portage/portage-utils - $(python_gen_cond_dep ' - app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}] - dev-python/animation[${PYTHON_MULTI_USEDEP}] - dev-python/GitPython[${PYTHON_MULTI_USEDEP}] - dev-python/typer[${PYTHON_MULTI_USEDEP}] - dev-python/urllib3[${PYTHON_MULTI_USEDEP}] - dev-python/wget[${PYTHON_MULTI_USEDEP}] - sys-apps/portage[${PYTHON_MULTI_USEDEP}] - ') - sys-apps/gentoo-functions" -PDEPEND="qt5? ( ~app-portage/sisyphus-qt-${PV} )" - -src_install() { - emake DESTDIR="${D}" install-cli - - python_moduleinto "$(python_get_sitedir)"/"${PN}" - python_domodule src/backend/*.py - - dosym /usr/share/"${PN}"/"${PN}"-cli.py /usr/bin/"${PN}" - keepdir var/lib/"${PN}"/{csv,db} - - dodir etc/"${PN}" - insinto etc/"${PN}" - doins "${FILESDIR}"/mirrors.conf - - doins "${FILESDIR}"/sisyphus-custom.env - doins "${FILESDIR}"/sisyphus-custom.make.conf - doins "${FILESDIR}"/sisyphus-custom.package.accept_keywords - doins "${FILESDIR}"/sisyphus-custom.package.env - doins "${FILESDIR}"/sisyphus-custom.package.license - doins "${FILESDIR}"/sisyphus-custom.package.mask - doins "${FILESDIR}"/sisyphus-custom.package.unmask - doins "${FILESDIR}"/sisyphus-custom.package.use - - # enforce the best available python implementation (CLI) - python_setup - python_fix_shebang "${ED}"usr/share/"${PN}"/"${PN}"-cli.py -} - -pkg_postinst() { - # Take care of the etc-update for the user - if [ -e "${EROOT}"etc/"${PN}"/._cfg0000_mirrors.conf ] ; then - rm -rf "${EROOT}"etc/._cfg0000_mirros.conf - fi - - for i in sisyphus-custom.{env,make.conf,package.{accept_keywords,env,license,mask,unmask,use}}; do - if [ -e "${EROOT}"etc/"${PN}"/._cfg000_"$i" ] ; then - rm -rf "${EROOT}"etc/"${PN}"/._cfg000_"$i" - fi - done -} diff --git a/app-portage/sisyphus/sisyphus-4.2103.0.ebuild b/app-portage/sisyphus/sisyphus-4.2103.0.ebuild new file mode 100644 index 00000000..336ee23e --- /dev/null +++ b/app-portage/sisyphus/sisyphus-4.2103.0.ebuild @@ -0,0 +1,75 @@ +# Copyright 2016-2020 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils python-single-r1 git-r3 + +DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" +HOMEPAGE="http://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" +EGIT_BRANCH="master" +EGIT_COMMIT="67b54180c8e93b6fba312e4c75f416b832afbc6a" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="qt5" + +DEPEND="dev-lang/python[sqlite]" +RDEPEND="${DEPEND} + app-portage/portage-utils + $(python_gen_cond_dep ' + app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}] + dev-python/animation[${PYTHON_MULTI_USEDEP}] + dev-python/GitPython[${PYTHON_MULTI_USEDEP}] + dev-python/typer[${PYTHON_MULTI_USEDEP}] + dev-python/urllib3[${PYTHON_MULTI_USEDEP}] + dev-python/wget[${PYTHON_MULTI_USEDEP}] + sys-apps/portage[${PYTHON_MULTI_USEDEP}] + ') + sys-apps/gentoo-functions" +PDEPEND="qt5? ( ~app-portage/sisyphus-qt-${PV} )" + +src_install() { + emake DESTDIR="${D}" install-cli + + python_moduleinto "$(python_get_sitedir)"/"${PN}" + python_domodule src/backend/*.py + + dosym /usr/share/"${PN}"/"${PN}"-cli.py /usr/bin/"${PN}" + keepdir var/lib/"${PN}"/{csv,db} + + dodir etc/"${PN}" + insinto etc/"${PN}" + doins "${FILESDIR}"/mirrors.conf + + doins "${FILESDIR}"/sisyphus-custom.env + doins "${FILESDIR}"/sisyphus-custom.make.conf + doins "${FILESDIR}"/sisyphus-custom.package.accept_keywords + doins "${FILESDIR}"/sisyphus-custom.package.env + doins "${FILESDIR}"/sisyphus-custom.package.license + doins "${FILESDIR}"/sisyphus-custom.package.mask + doins "${FILESDIR}"/sisyphus-custom.package.unmask + doins "${FILESDIR}"/sisyphus-custom.package.use + + # enforce the best available python implementation (CLI) + python_setup + python_fix_shebang "${ED}"usr/share/"${PN}"/"${PN}"-cli.py +} + +pkg_postinst() { + # Take care of the etc-update for the user + if [ -e "${EROOT}"etc/"${PN}"/._cfg0000_mirrors.conf ] ; then + rm -rf "${EROOT}"etc/._cfg0000_mirros.conf + fi + + for i in sisyphus-custom.{env,make.conf,package.{accept_keywords,env,license,mask,unmask,use}}; do + if [ -e "${EROOT}"etc/"${PN}"/._cfg000_"$i" ] ; then + rm -rf "${EROOT}"etc/"${PN}"/._cfg000_"$i" + fi + done +} diff --git a/metadata/md5-cache/app-portage/sisyphus-4.2102.0 b/metadata/md5-cache/app-portage/sisyphus-4.2102.0 deleted file mode 100644 index 2aff86ed..00000000 --- a/metadata/md5-cache/app-portage/sisyphus-4.2102.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst setup unpack -DEPEND=dev-lang/python[sqlite] >=dev-vcs/git-1.8.2.1[curl] -DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) -EAPI=6 -HOMEPAGE=http://redcorelinux.org -IUSE=qt5 python_single_target_python3_7 python_single_target_python3_8 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -PDEPEND=qt5? ( ~app-portage/sisyphus-qt-4.2102.0 ) -PROPERTIES=live -RDEPEND=dev-lang/python[sqlite] app-portage/portage-utils python_single_target_python3_7? ( app-portage/gentoolkit[python_targets_python3_7(-)] dev-python/animation[python_targets_python3_7(-)] dev-python/GitPython[python_targets_python3_7(-)] dev-python/typer[python_targets_python3_7(-)] dev-python/urllib3[python_targets_python3_7(-)] dev-python/wget[python_targets_python3_7(-)] sys-apps/portage[python_targets_python3_7(-)] ) python_single_target_python3_8? ( app-portage/gentoolkit[python_targets_python3_8(-)] dev-python/animation[python_targets_python3_8(-)] dev-python/GitPython[python_targets_python3_8(-)] dev-python/typer[python_targets_python3_8(-)] dev-python/urllib3[python_targets_python3_8(-)] dev-python/wget[python_targets_python3_8(-)] sys-apps/portage[python_targets_python3_8(-)] ) sys-apps/gentoo-functions -SLOT=0 -_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 epatch e8f1ec13660dc2f44b32775765d85e42 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 -_md5_=ef627ec1f35ff86f4a47f0245b538440 diff --git a/metadata/md5-cache/app-portage/sisyphus-4.2103.0 b/metadata/md5-cache/app-portage/sisyphus-4.2103.0 new file mode 100644 index 00000000..f84a112c --- /dev/null +++ b/metadata/md5-cache/app-portage/sisyphus-4.2103.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst setup unpack +DEPEND=dev-lang/python[sqlite] >=dev-vcs/git-1.8.2.1[curl] +DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +EAPI=6 +HOMEPAGE=http://redcorelinux.org +IUSE=qt5 python_single_target_python3_7 python_single_target_python3_8 +KEYWORDS=amd64 x86 +LICENSE=GPL-2 +PDEPEND=qt5? ( ~app-portage/sisyphus-qt-4.2103.0 ) +PROPERTIES=live +RDEPEND=dev-lang/python[sqlite] app-portage/portage-utils python_single_target_python3_7? ( app-portage/gentoolkit[python_targets_python3_7(-)] dev-python/animation[python_targets_python3_7(-)] dev-python/GitPython[python_targets_python3_7(-)] dev-python/typer[python_targets_python3_7(-)] dev-python/urllib3[python_targets_python3_7(-)] dev-python/wget[python_targets_python3_7(-)] sys-apps/portage[python_targets_python3_7(-)] ) python_single_target_python3_8? ( app-portage/gentoolkit[python_targets_python3_8(-)] dev-python/animation[python_targets_python3_8(-)] dev-python/GitPython[python_targets_python3_8(-)] dev-python/typer[python_targets_python3_8(-)] dev-python/urllib3[python_targets_python3_8(-)] dev-python/wget[python_targets_python3_8(-)] sys-apps/portage[python_targets_python3_8(-)] ) sys-apps/gentoo-functions +SLOT=0 +_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 epatch e8f1ec13660dc2f44b32775765d85e42 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 +_md5_=b5d6055a8157fdb4b5d6de1a7bead674 diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-4.2102.0 b/metadata/md5-cache/app-portage/sisyphus-qt-4.2102.0 deleted file mode 100644 index 2e6e5853..00000000 --- a/metadata/md5-cache/app-portage/sisyphus-qt-4.2102.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install setup unpack -DEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-4.2102.0 >=dev-vcs/git-1.8.2.1[curl] -DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) -EAPI=6 -HOMEPAGE=http://redcorelinux.org -IUSE=python_single_target_python3_7 python_single_target_python3_8 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -PROPERTIES=live -RDEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-4.2102.0 app-misc/tmux python_single_target_python3_7? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_8(-)] ) -SLOT=0 -_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 epatch e8f1ec13660dc2f44b32775765d85e42 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 -_md5_=75203a4e1a004482f0ec56f31ddc09c4 diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 b/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 new file mode 100644 index 00000000..27e958c1 --- /dev/null +++ b/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install setup unpack +DEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-4.2103.0 >=dev-vcs/git-1.8.2.1[curl] +DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +EAPI=6 +HOMEPAGE=http://redcorelinux.org +IUSE=python_single_target_python3_7 python_single_target_python3_8 +KEYWORDS=amd64 x86 +LICENSE=GPL-2 +PROPERTIES=live +RDEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-4.2103.0 app-misc/tmux python_single_target_python3_7? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_8(-)] ) +SLOT=0 +_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 epatch e8f1ec13660dc2f44b32775765d85e42 estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 +_md5_=ffb88b5bea5283b6cd26ad93acda0697 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 8000fc49..7df934b0 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -10,8 +10,8 @@ app-misc/calamares-config-redcore 314-r5: Redcore Linux Calamares modules config app-misc/calamares-runtime 314-r1: Calamares distribution-independent installer framework runtime meta-package (containing all the runtime dependencies) app-misc/redcore-live 314-r3: Redcore Linux live scripts app-misc/redcore-skel 314-r4: Redcore Linux skel tree -app-portage/sisyphus 4.2102.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) -app-portage/sisyphus-qt 4.2102.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +app-portage/sisyphus 4.2103.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +app-portage/sisyphus-qt 4.2103.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) app-text/simplenote 2.6.0: The simplest way to keep notes dev-libs/libdbusmenu-qt 0.9.3_pre20160218-r2: A library providing Qt implementation of DBusMenu specification (meta mackage) dev-libs/libdbusmenu-qt5 0.9.3_pre20160218-r2: Library providing Qt implementation of DBusMenu specification -- cgit v1.2.3