diff options
-rw-r--r-- | app-portage/sisyphus-qt/sisyphus-qt-6.2409.0.ebuild (renamed from app-portage/sisyphus-qt/sisyphus-qt-6.2408.0.ebuild) | 19 | ||||
-rw-r--r-- | app-portage/sisyphus/sisyphus-6.2409.0.ebuild (renamed from app-portage/sisyphus/sisyphus-6.2408.0.ebuild) | 6 | ||||
-rw-r--r-- | metadata/md5-cache/app-portage/sisyphus-6.2409.0 (renamed from metadata/md5-cache/app-portage/sisyphus-6.2408.0) | 6 | ||||
-rw-r--r-- | metadata/md5-cache/app-portage/sisyphus-qt-6.2408.0 | 15 | ||||
-rw-r--r-- | metadata/md5-cache/app-portage/sisyphus-qt-6.2409.0 | 15 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 4 |
6 files changed, 37 insertions, 28 deletions
diff --git a/app-portage/sisyphus-qt/sisyphus-qt-6.2408.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-6.2409.0.ebuild index 0d0f503c..ab5fc2ce 100644 --- a/app-portage/sisyphus-qt/sisyphus-qt-6.2408.0.ebuild +++ b/app-portage/sisyphus-qt/sisyphus-qt-6.2409.0.ebuild @@ -14,25 +14,34 @@ HOMEPAGE="http://redcorelinux.org" EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" EGIT_BRANCH="master" -EGIT_COMMIT="e327ad76cfd12c8d70b8f9bee5f2b86c975ed073" +EGIT_COMMIT="17e31142c0021821319cd3effc5e9ba4cccf5d82" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64" -IUSE="" +IUSE="qt5 qt6" DEPEND="dev-lang/python[sqlite] ~app-portage/sisyphus-${PV}" RDEPEND="${DEPEND} app-misc/tmux - $(python_gen_cond_dep ' + qt5? ( $(python_gen_cond_dep ' dev-python/PyQt5[designer,gui,widgets,${PYTHON_USEDEP}] - ')" + ') ) + qt6? ( $(python_gen_cond_dep ' + dev-python/PyQt6[designer,gui,widgets,${PYTHON_USEDEP}] + ') )" src_install() { emake DESTDIR="${D}"/ install-gui # enforce the best available python implementation (GUI) python_setup - python_fix_shebang "${ED}"/usr/share/"${MY_PN}"/"${MY_PN}"-gui.py + if use qt5; then + python_fix_shebang "${ED}"/usr/share/"${MY_PN}"/"${MY_PN}"-qt5.py + fi + + if use qt6; then + python_fix_shebang "${ED}"/usr/share/"${MY_PN}"/"${MY_PN}"-qt6.py + fi } diff --git a/app-portage/sisyphus/sisyphus-6.2408.0.ebuild b/app-portage/sisyphus/sisyphus-6.2409.0.ebuild index 1f315da6..c783891a 100644 --- a/app-portage/sisyphus/sisyphus-6.2408.0.ebuild +++ b/app-portage/sisyphus/sisyphus-6.2409.0.ebuild @@ -12,12 +12,12 @@ HOMEPAGE="http://redcorelinux.org" EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" EGIT_BRANCH="master" -EGIT_COMMIT="e327ad76cfd12c8d70b8f9bee5f2b86c975ed073" +EGIT_COMMIT="17e31142c0021821319cd3effc5e9ba4cccf5d82" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64" -IUSE="qt5" +IUSE="+gui" DEPEND="dev-lang/python[sqlite]" RDEPEND="${DEPEND} @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} sys-apps/portage[${PYTHON_USEDEP}] ') sys-apps/gentoo-functions" -PDEPEND="qt5? ( ~app-portage/${PN}-qt-${PV} )" +PDEPEND="gui? ( ~app-portage/${PN}-qt-${PV} )" src_install() { emake DESTDIR="${D}"/ install-cli diff --git a/metadata/md5-cache/app-portage/sisyphus-6.2408.0 b/metadata/md5-cache/app-portage/sisyphus-6.2409.0 index ff65bda3..d65ab947 100644 --- a/metadata/md5-cache/app-portage/sisyphus-6.2408.0 +++ b/metadata/md5-cache/app-portage/sisyphus-6.2409.0 @@ -5,12 +5,12 @@ DESCRIPTION=A simple portage python wrapper which works like other package manag EAPI=7 HOMEPAGE=http://redcorelinux.org INHERIT=python-single-r1 git-r3 -IUSE=qt5 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +IUSE=+gui python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=amd64 arm64 LICENSE=GPL-2 -PDEPEND=qt5? ( ~app-portage/sisyphus-qt-6.2408.0 ) +PDEPEND=gui? ( ~app-portage/sisyphus-qt-6.2409.0 ) PROPERTIES=live RDEPEND=dev-lang/python[sqlite] app-portage/portage-utils python_single_target_python3_10? ( app-portage/gentoolkit[python_targets_python3_10(-)] dev-python/animation[python_targets_python3_10(-)] dev-python/GitPython[python_targets_python3_10(-)] dev-python/typer[python_targets_python3_10(-)] dev-python/typing-extensions[python_targets_python3_10(-)] dev-python/urllib3[python_targets_python3_10(-)] sys-apps/portage[python_targets_python3_10(-)] ) python_single_target_python3_11? ( app-portage/gentoolkit[python_targets_python3_11(-)] dev-python/animation[python_targets_python3_11(-)] dev-python/GitPython[python_targets_python3_11(-)] dev-python/typer[python_targets_python3_11(-)] dev-python/typing-extensions[python_targets_python3_11(-)] dev-python/urllib3[python_targets_python3_11(-)] sys-apps/portage[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-portage/gentoolkit[python_targets_python3_12(-)] dev-python/animation[python_targets_python3_12(-)] dev-python/GitPython[python_targets_python3_12(-)] dev-python/typer[python_targets_python3_12(-)] dev-python/typing-extensions[python_targets_python3_12(-)] dev-python/urllib3[python_targets_python3_12(-)] sys-apps/portage[python_targets_python3_12(-)] ) sys-apps/gentoo-functions SLOT=0 _eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 git-r3 875eb471682d3e1f18da124be97dcc81 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 python-utils-r1 6881b056477c23167d9a6b33e146374e toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd -_md5_=18add4e6e0b07c3c0f5154398b6d5154 +_md5_=b03598807e71d092f9661ca90f941e09 diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-6.2408.0 b/metadata/md5-cache/app-portage/sisyphus-qt-6.2408.0 deleted file mode 100644 index 27601d17..00000000 --- a/metadata/md5-cache/app-portage/sisyphus-qt-6.2408.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=install setup unpack -DEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-6.2408.0 -DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) -EAPI=7 -HOMEPAGE=http://redcorelinux.org -INHERIT=python-single-r1 git-r3 -IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=amd64 arm64 -LICENSE=GPL-2 -PROPERTIES=live -RDEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-6.2408.0 app-misc/tmux python_single_target_python3_10? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_12(-)] ) -SLOT=0 -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 git-r3 875eb471682d3e1f18da124be97dcc81 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 python-utils-r1 6881b056477c23167d9a6b33e146374e toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd -_md5_=c1b2aaeb175e00579a50c0e6b5fa15d3 diff --git a/metadata/md5-cache/app-portage/sisyphus-qt-6.2409.0 b/metadata/md5-cache/app-portage/sisyphus-qt-6.2409.0 new file mode 100644 index 00000000..0e130edd --- /dev/null +++ b/metadata/md5-cache/app-portage/sisyphus-qt-6.2409.0 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=install setup unpack +DEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-6.2409.0 +DESCRIPTION=A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +EAPI=7 +HOMEPAGE=http://redcorelinux.org +INHERIT=python-single-r1 git-r3 +IUSE=qt5 qt6 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=amd64 arm64 +LICENSE=GPL-2 +PROPERTIES=live +RDEPEND=dev-lang/python[sqlite] ~app-portage/sisyphus-6.2409.0 app-misc/tmux qt5? ( python_single_target_python3_10? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/PyQt5[designer,gui,widgets,python_targets_python3_12(-)] ) ) qt6? ( python_single_target_python3_10? ( dev-python/PyQt6[designer,gui,widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt6[designer,gui,widgets,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/PyQt6[designer,gui,widgets,python_targets_python3_12(-)] ) ) +SLOT=0 +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 git-r3 875eb471682d3e1f18da124be97dcc81 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 python-utils-r1 6881b056477c23167d9a6b33e146374e toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd +_md5_=fbce8886e3e9c86d29d15c07057c09bf diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 052fa64d..15bb3e91 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -15,8 +15,8 @@ app-misc/geoclue 2.7.1-r6: A location information D-Bus service app-misc/redcore-live 1.314.1337-r1: Redcore Linux live scripts app-misc/redcore-skel 1.314.1337-r4: Redcore Linux skel tree app-portage/flaggie 0.99.8-r1: A smart CLI mangler for package.* files -app-portage/sisyphus 6.2408.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) -app-portage/sisyphus-qt 6.2408.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +app-portage/sisyphus 6.2409.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) +app-portage/sisyphus-qt 6.2409.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) app-text/simplenote 2.6.0-r1: The simplest way to keep notes dev-go/go-protobuf 1.5.2: Go support for Google's protocol buffers dev-go/protoc-gen-go-grpc 1.2.0: This tool generates Go language bindings of services in protobuf definition files for gRPC |