From 891bb281898c805671efc65d0a2af45304cd7020 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 8 Jun 2021 10:45:48 +0100 Subject: app-portage/sisyphus-{,qt} : revision bump --- .../sisyphus-qt/sisyphus-qt-4.2103.0-r1.ebuild | 38 +++++++++++ .../sisyphus-qt/sisyphus-qt-4.2103.0.ebuild | 38 ----------- app-portage/sisyphus/sisyphus-4.2103.0-r1.ebuild | 75 ++++++++++++++++++++++ app-portage/sisyphus/sisyphus-4.2103.0.ebuild | 75 ---------------------- metadata/md5-cache/app-portage/sisyphus-4.2103.0 | 14 ---- .../md5-cache/app-portage/sisyphus-4.2103.0-r1 | 14 ++++ .../md5-cache/app-portage/sisyphus-qt-4.2103.0 | 13 ---- .../md5-cache/app-portage/sisyphus-qt-4.2103.0-r1 | 13 ++++ metadata/pkg_desc_index | 4 +- 9 files changed, 142 insertions(+), 142 deletions(-) create mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2103.0-r1.ebuild delete mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2103.0.ebuild create mode 100644 app-portage/sisyphus/sisyphus-4.2103.0-r1.ebuild delete mode 100644 app-portage/sisyphus/sisyphus-4.2103.0.ebuild delete mode 100644 metadata/md5-cache/app-portage/sisyphus-4.2103.0 create mode 100644 metadata/md5-cache/app-portage/sisyphus-4.2103.0-r1 delete mode 100644 metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 create mode 100644 metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0-r1 diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0-r1.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0-r1.ebuild new file mode 100644 index 00000000..bb82d74a --- /dev/null +++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2103.0-r1.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="74ab4e42aa24eea172cd03c6fa4c15250fff4a48" + +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 deleted file mode 100644 index 65fe65e3..00000000 --- a/app-portage/sisyphus-qt/sisyphus-qt-4.2103.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="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.2103.0-r1.ebuild b/app-portage/sisyphus/sisyphus-4.2103.0-r1.ebuild new file mode 100644 index 00000000..5ed6a53f --- /dev/null +++ b/app-portage/sisyphus/sisyphus-4.2103.0-r1.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="74ab4e42aa24eea172cd03c6fa4c15250fff4a48" + +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 deleted file mode 100644 index 336ee23e..00000000 --- a/app-portage/sisyphus/sisyphus-4.2103.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="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.2103.0 b/metadata/md5-cache/app-portage/sisyphus-4.2103.0 deleted file mode 100644 index 201b515e..00000000 --- a/metadata/md5-cache/app-portage/sisyphus-4.2103.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.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 9f813bb3c47cf2e60619a663b87c5f4e estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 -_md5_=b5d6055a8157fdb4b5d6de1a7bead674 diff --git a/metadata/md5-cache/app-portage/sisyphus-4.2103.0-r1 b/metadata/md5-cache/app-portage/sisyphus-4.2103.0-r1 new file mode 100644 index 00000000..d216c481 --- /dev/null +++ b/metadata/md5-cache/app-portage/sisyphus-4.2103.0-r1 @@ -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 9f813bb3c47cf2e60619a663b87c5f4e estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 +_md5_=7ecf12f2edb4f1d8d5cf6c15b08c2f8d diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 b/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 deleted file mode 100644 index b72dcfe6..00000000 --- a/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0 +++ /dev/null @@ -1,13 +0,0 @@ -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 9f813bb3c47cf2e60619a663b87c5f4e estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 -_md5_=ffb88b5bea5283b6cd26ad93acda0697 diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0-r1 b/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0-r1 new file mode 100644 index 00000000..7d622304 --- /dev/null +++ b/metadata/md5-cache/app-portage/sisyphus-qt-4.2103.0-r1 @@ -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 9f813bb3c47cf2e60619a663b87c5f4e estack 055c42df72f76a4f45ec92b35e83cd56 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 l10n 8cdd85e169b835d518bc2fd59f780d8e ltprune 4f3f2db5ce3ccbeeacdf3f94954043aa multilib d410501a125f99ffb560b0c523cd3d1e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wrapper 4251d4c84c25f59094fd557e0063a974 +_md5_=c012e6e27b4c93a0d5b4add6d71f80e8 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 4be63abb..70fa5680 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-r5: Redcore Linux skel tree -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-portage/sisyphus 4.2103.0-r1: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +app-portage/sisyphus-qt 4.2103.0-r1: 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