From 1ad3bf58e52d9a88225ebfdfab96a55ca77dcf07 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Dec 2025 14:19:16 +0100 Subject: [PATCH 1/6] x11-misc/safeeyes: Drop old Signed-off-by: Sebastian Pipping --- x11-misc/safeeyes/Manifest | 5 -- x11-misc/safeeyes/safeeyes-2.2.2.ebuild | 60 ---------------------- x11-misc/safeeyes/safeeyes-2.2.3-r1.ebuild | 60 ---------------------- x11-misc/safeeyes/safeeyes-2.2.3.ebuild | 60 ---------------------- x11-misc/safeeyes/safeeyes-3.0.0.ebuild | 51 ------------------ x11-misc/safeeyes/safeeyes-3.0.1.ebuild | 51 ------------------ x11-misc/safeeyes/safeeyes-3.1.0.ebuild | 51 ------------------ 7 files changed, 338 deletions(-) delete mode 100644 x11-misc/safeeyes/safeeyes-2.2.2.ebuild delete mode 100644 x11-misc/safeeyes/safeeyes-2.2.3-r1.ebuild delete mode 100644 x11-misc/safeeyes/safeeyes-2.2.3.ebuild delete mode 100644 x11-misc/safeeyes/safeeyes-3.0.0.ebuild delete mode 100644 x11-misc/safeeyes/safeeyes-3.0.1.ebuild delete mode 100644 x11-misc/safeeyes/safeeyes-3.1.0.ebuild diff --git a/x11-misc/safeeyes/Manifest b/x11-misc/safeeyes/Manifest index 8d379c66ae996..b2af48219c2fb 100644 --- a/x11-misc/safeeyes/Manifest +++ b/x11-misc/safeeyes/Manifest @@ -1,6 +1 @@ -DIST safeeyes-2.2.2.tar.gz 312701 BLAKE2B 73e316c699bb1b6a1291bc2afefc228067d692352788cbd68904917bbea8d8d566e3a3b764d44cb8be37d75a89a97326f153be98b69b800c42f49b0e9668dfd5 SHA512 b84f3bdeae06bc0db88a7ef1c029f8896880bd4f0cdf624eb332eb974dbfca4ce766f13d41b275747098016b3b3dbe4f1fe4ac544448916a641913ddf0a18f77 -DIST safeeyes-2.2.3.tar.gz 319259 BLAKE2B 70eea85d1427bcde826890db770723564f601a6a7dfc04aee02d72fa43f1ed0e27acbef055f2acf27050a390cf079a817e978b5321982d9de172d39669c95f57 SHA512 4ecdf27527b81454c0f6f20c534634d7ed8f15c3903c1a39acf98eb97064ce33b6b7bb77ffa98e49520698335e9680130b701e215382565fca12f2608b71cd6f -DIST safeeyes-3.0.0.tar.gz 332877 BLAKE2B ccd216350edd0b6300605fd853aba63d748b7313d57da803d379c1ec60746396fa0c174cca3938a5de8d231f3c4c7e34616ec6c508b9574bf571d92af5ad5327 SHA512 638c0c12fe8844daa28ff4f85d65c3971bb892fb30e6d0479d6b6ac67953173b412a8279af58412cdcfe7bc6491f5fb56863947faed4b207da626853e29fc54a -DIST safeeyes-3.0.1.tar.gz 337044 BLAKE2B d0007dc6ef3cd93d0bb527c4c69a191c86d20ee9bd4d54098179701159b56a4abd58c74a4a33851bd88461b9ca8a7028466c2130579468f0fd85ddfbe2b7ce37 SHA512 b01e5c23236cfb9d962698b1eec14e80b9bddce2606a8ab0a4729355ce5a64df1b881f4f296af7e57b904a89c5fe6283bb0073a4e99eefa5eebd6508ad253d9b -DIST safeeyes-3.1.0.tar.gz 337233 BLAKE2B 3c03f98003de8d3df4f50493bfefd8366fdd6a930d86527bcd6a03b40671750f2aa501f31f76cc70b4acbdff3d53df996c3427387b6a1ec79adac4841d796f99 SHA512 532447378f22f8bc01ea806a9d044bebbeee85170aaa7742a4f7ba5ab832299a210e84e3f2e1e4bb6d25e596c980726c89e55e4d070c1627a4f998d7b61a7e9d DIST safeeyes-3.2.0.tar.gz 337410 BLAKE2B 065e25cd71719d62715fecbd76ae879f54e77fa720ff17937f72e2b6ff296348e7deb4837ae0a610bb4d8a9069e5aba560115a169acd96ac76154d39c2955308 SHA512 b1c1b31be23832481e3b9ef11b869183e395ef5c2d610338e42bc5731de687726c48d1afa69e52f414b36833a2c1fa34f9fb8357eec92a325a99a3f81874b3ae diff --git a/x11-misc/safeeyes/safeeyes-2.2.2.ebuild b/x11-misc/safeeyes/safeeyes-2.2.2.ebuild deleted file mode 100644 index ad0c9a25dafab..0000000000000 --- a/x11-misc/safeeyes/safeeyes-2.2.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - # Workaround for https://bugs.gentoo.org/926816 - # Files were misplaced and also duplicate across Python slots. - local misplaced_usr="${D}/usr/lib/${EPYTHON}/site-packages/usr" - local i - for i in applications icons ; do - local source="${misplaced_usr}/share/${i}" - local target="${D}/usr/share/${i}" - if [[ ! -d "${target}" ]]; then - dodir /usr/share/ - mv "${source}" "${target}" || die - fi - done - rm -R "${misplaced_usr}" || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/x11-misc/safeeyes/safeeyes-2.2.3-r1.ebuild b/x11-misc/safeeyes/safeeyes-2.2.3-r1.ebuild deleted file mode 100644 index a035491c1d29e..0000000000000 --- a/x11-misc/safeeyes/safeeyes-2.2.3-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - # Workaround for https://bugs.gentoo.org/926816 - # Files were misplaced and also duplicate across Python slots. - local misplaced_usr="${D}/usr/lib/${EPYTHON}/site-packages/usr" - local i - for i in applications icons ; do - local source="${misplaced_usr}/share/${i}" - local target="${D}/usr/share/${i}" - if [[ ! -d "${target}" ]]; then - dodir /usr/share/ - mv "${source}" "${target}" || die - fi - done - rm -R "${misplaced_usr}" || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/x11-misc/safeeyes/safeeyes-2.2.3.ebuild b/x11-misc/safeeyes/safeeyes-2.2.3.ebuild deleted file mode 100644 index ad0c9a25dafab..0000000000000 --- a/x11-misc/safeeyes/safeeyes-2.2.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - # Workaround for https://bugs.gentoo.org/926816 - # Files were misplaced and also duplicate across Python slots. - local misplaced_usr="${D}/usr/lib/${EPYTHON}/site-packages/usr" - local i - for i in applications icons ; do - local source="${misplaced_usr}/share/${i}" - local target="${D}/usr/share/${i}" - if [[ ! -d "${target}" ]]; then - dodir /usr/share/ - mv "${source}" "${target}" || die - fi - done - rm -R "${misplaced_usr}" || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/x11-misc/safeeyes/safeeyes-3.0.0.ebuild b/x11-misc/safeeyes/safeeyes-3.0.0.ebuild deleted file mode 100644 index 28a833510b3d8..0000000000000 --- a/x11-misc/safeeyes/safeeyes-3.0.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit desktop xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - gui-libs/gtk:4[introspection] - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - insinto /usr/share/icons/ - doins -r safeeyes/platform/icons/hicolor - - domenu safeeyes/platform/io.github.slgobinath.SafeEyes.desktop || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/x11-misc/safeeyes/safeeyes-3.0.1.ebuild b/x11-misc/safeeyes/safeeyes-3.0.1.ebuild deleted file mode 100644 index 28a833510b3d8..0000000000000 --- a/x11-misc/safeeyes/safeeyes-3.0.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit desktop xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - gui-libs/gtk:4[introspection] - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - insinto /usr/share/icons/ - doins -r safeeyes/platform/icons/hicolor - - domenu safeeyes/platform/io.github.slgobinath.SafeEyes.desktop || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} diff --git a/x11-misc/safeeyes/safeeyes-3.1.0.ebuild b/x11-misc/safeeyes/safeeyes-3.1.0.ebuild deleted file mode 100644 index 28a833510b3d8..0000000000000 --- a/x11-misc/safeeyes/safeeyes-3.1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py -DISTUTILS_USE_PEP517=setuptools - -inherit desktop xdg distutils-r1 pypi - -DESCRIPTION="Linux alternative to EyeLeo" -HOMEPAGE="https://github.com/slgobinath/SafeEyes" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND=" - gui-libs/gtk:4[introspection] - dev-libs/libayatana-appindicator - dev-python/babel[${PYTHON_USEDEP}] - dev-python/croniter[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - media-sound/alsa-utils - x11-apps/xprop - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - x11-misc/xprintidle - " - -python_install() { - distutils-r1_python_install - - insinto /usr/share/icons/ - doins -r safeeyes/platform/icons/hicolor - - domenu safeeyes/platform/io.github.slgobinath.SafeEyes.desktop || die -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} From 62c61dc9cadfd4265caa978b8d9554b15d289ce6 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Dec 2025 14:53:13 +0100 Subject: [PATCH 2/6] x11-misc/safeeyes: 3.3.0 Signed-off-by: Sebastian Pipping --- x11-misc/safeeyes/Manifest | 1 + x11-misc/safeeyes/safeeyes-3.3.0.ebuild | 51 +++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 x11-misc/safeeyes/safeeyes-3.3.0.ebuild diff --git a/x11-misc/safeeyes/Manifest b/x11-misc/safeeyes/Manifest index b2af48219c2fb..d5077b0ad3d20 100644 --- a/x11-misc/safeeyes/Manifest +++ b/x11-misc/safeeyes/Manifest @@ -1 +1,2 @@ DIST safeeyes-3.2.0.tar.gz 337410 BLAKE2B 065e25cd71719d62715fecbd76ae879f54e77fa720ff17937f72e2b6ff296348e7deb4837ae0a610bb4d8a9069e5aba560115a169acd96ac76154d39c2955308 SHA512 b1c1b31be23832481e3b9ef11b869183e395ef5c2d610338e42bc5731de687726c48d1afa69e52f414b36833a2c1fa34f9fb8357eec92a325a99a3f81874b3ae +DIST safeeyes-3.3.0.tar.gz 339320 BLAKE2B f88d5c55e96b674779d7fe995d83b072dc1b96a4132c4219f8ca9026c1e59d73bf35e2e62f90f8673dc4a4afea4f2df5f79058405e33d209ea6b1dd7e368d51f SHA512 6b34428248127adf8cccb875b07934dd6449f827d02e2aae8edca64b5bf291258f54b7fedaf96a26520fa3907f815a87356210700d882d5b859667387e154070 diff --git a/x11-misc/safeeyes/safeeyes-3.3.0.ebuild b/x11-misc/safeeyes/safeeyes-3.3.0.ebuild new file mode 100644 index 0000000000000..28a833510b3d8 --- /dev/null +++ b/x11-misc/safeeyes/safeeyes-3.3.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py +DISTUTILS_USE_PEP517=setuptools + +inherit desktop xdg distutils-r1 pypi + +DESCRIPTION="Linux alternative to EyeLeo" +HOMEPAGE="https://github.com/slgobinath/SafeEyes" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +RDEPEND=" + gui-libs/gtk:4[introspection] + dev-libs/libayatana-appindicator + dev-python/babel[${PYTHON_USEDEP}] + dev-python/croniter[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + media-sound/alsa-utils + x11-apps/xprop + x11-libs/gtk+:3[introspection] + x11-libs/libnotify[introspection] + x11-misc/xprintidle + " + +python_install() { + distutils-r1_python_install + + insinto /usr/share/icons/ + doins -r safeeyes/platform/icons/hicolor + + domenu safeeyes/platform/io.github.slgobinath.SafeEyes.desktop || die +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} From 89222c66fb50f790c85b309866d3554d02fe72bf Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Dec 2025 13:54:19 +0000 Subject: [PATCH 3/6] net-irc/soju: add 0.10.1 Signed-off-by: Sam James --- net-irc/soju/Manifest | 2 + net-irc/soju/soju-0.10.1.ebuild | 84 +++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 net-irc/soju/soju-0.10.1.ebuild diff --git a/net-irc/soju/Manifest b/net-irc/soju/Manifest index edcecc3c63fc3..04632ff1a56bf 100644 --- a/net-irc/soju/Manifest +++ b/net-irc/soju/Manifest @@ -1,3 +1,5 @@ +DIST soju-0.10.1-vendor.tar.xz 8281156 BLAKE2B 53333b949cc5be6a3a962388eee847315cf0cf3dfac9249e9c6179c413830cede7509d7c98e5abaf7fdb4f2dbbbc25ba0281e96eae56508c19eb8d7250fd51e7 SHA512 11a3412db1306739883050f58def5cd0e658dcf3091b8d4ce0b59fab0e1951f4e257c1adc0bada92bf44c184831b4be38917db1f6b144e5790e2f448086e0ad9 +DIST soju-0.10.1.tar.gz 171517 BLAKE2B 6386ed647c046b7aa3004c01e00b98b1edd9b031cabe74197c390e249a6fe7f85eb0a0e949c1a462656783ebaa311b35dcb475dc8155ae0fdf7bd90ba31c4d75 SHA512 9c7367e6a0371f232b25269942fd384410f21aa76713024e66ca11b4b8a81716d20567931b36a178beaaacfa32c169adb755e484d826df31270d3e7f10b4f468 DIST soju-0.8.2-deps.tar.xz 72699036 BLAKE2B 5abfa3d683a0f06be7361bfeec751b6f4892fde51f1d9216cca163eac125e72f68a8116279b16b8ce6f5076293b7ad67b6098f887ac3cea3f099f2b27643ed48 SHA512 64fa60a90a33021661f51f2f6456bf8f2e8d01282143ad41b966ade105e6b4f2310f83f81f45bcea6baa2f76857e549f1548844ec1c3f17c1f1e0615523ef813 DIST soju-0.8.2.tar.gz 155059 BLAKE2B 17f220440c8135abeb570808d7a4cb5cdb6993c076ffe9eb2fa0bb0e8487f9b29831049b2702692cc0903277399603dbe8e0ad27ed6356b932c29979a6eeddef SHA512 7e5bc27394223c021ce6e1b9d93b617ade5bd803f37e030ea05e079efdf343ff0128753803a2e1c86ca2c83786bdaf21600cb6457b4404dd0cf2ff0e5646c62b DIST soju-0.9.0-deps.tar.xz 165948980 BLAKE2B b6274b4b5fefd003c03948c58fcfb20095c9c27e3f9d6bb74155bc5cb63a53cce47727eecbe8d0a4e9b9ca37a7cd0beab8f98ac86787b3d4ad42a0405da46df8 SHA512 7bca581b5d455d761d16ae8786e3cc7ee5aff658dc1ae942aa9d220cc311320a3c00a7c303f3bc99965c4aa6337c31255d0d5a140220974938fc341c9beeac66 diff --git a/net-irc/soju/soju-0.10.1.ebuild b/net-irc/soju/soju-0.10.1.ebuild new file mode 100644 index 0000000000000..d1199da921b53 --- /dev/null +++ b/net-irc/soju/soju-0.10.1.ebuild @@ -0,0 +1,84 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +inherit go-module systemd tmpfiles + +DESCRIPTION="soju is a user-friendly IRC bouncer" +HOMEPAGE="https://soju.im/" +SRC_URI="https://codeberg.org/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-golang-dist/soju/releases/download/v${PV}/${P}-vendor.tar.xz" + +LICENSE="AGPL-3 Apache-2.0 MIT BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" +IUSE="moderncsqlite +sqlite pam" +REQUIRED_USE="?? ( moderncsqlite sqlite )" + +BDEPEND=" + app-text/scdoc +" +RDEPEND=" + acct-user/soju + acct-group/soju + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND="${RDEPEND}" + +src_prepare() { + cp -r "${WORKDIR}"/${PN} -T "${S}" || die + default +} + +src_compile() { + # musl removed legacy LFS64 interfaces in version 1.2.4 temporarily + # reenabled using _LARGEFILE64_SOURCE until this is resolved + # upstream https://github.com/mattn/go-sqlite3/issues/1164 + CGO_CFLAGS="${CGO_CFLAGS}" + if use sqlite; then + GOFLAGS+=" -tags=libsqlite3" + CGO_CFLAGS="-D_LARGEFILE64_SOURCE" + elif use moderncsqlite; then + GOFLAGS+=" -tags=moderncsqlite" + CGO_CFLAGS="-D_LARGEFILE64_SOURCE" + else + GOFLAGS+=" -tags=nosqlite" + fi + # Only way to pass CFLAGS to CGO at the + # moment. https://github.com/gentoo/gentoo/pull/33539/ + export CGO_CFLAGS + use pam && GOFLAGS+=" -tags=pam" + + ego build ${GOFLAGS} ./cmd/soju + ego build ${GOFLAGS} ./cmd/sojudb + ego build ${GOFLAGS} ./cmd/sojuctl + + scdoc doc/soju.1 || die + scdoc doc/sojuctl.1 || die +} + +src_install() { + dobin soju + dobin sojudb + dobin sojuctl + + doman doc/soju.1 + doman doc/sojuctl.1 + systemd_dounit contrib/soju.service + + newtmpfiles "${FILESDIR}/soju.tmpfiles" soju.conf + + keepdir /etc/soju + insinto /etc/soju + newins config.in config + newinitd "${FILESDIR}"/soju.initd soju + einstalldocs +} + +pkg_postinst() { + tmpfiles_process soju.conf + + elog "${PN} requires a user database for authenticating clients." + elog "As the soju user, create a database using:" + elog "$ sojudb -config ${EROOT}/etc/soju/config create-user [-admin]" +} From 7d7ade107b08d7bb3ce97da449ee6d4ea0c9ca78 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Dec 2025 13:57:49 +0000 Subject: [PATCH 4/6] net-irc/soju: drop 0.8.2-r1 Signed-off-by: Sam James --- net-irc/soju/Manifest | 2 - net-irc/soju/soju-0.8.2-r1.ebuild | 80 ------------------------------- 2 files changed, 82 deletions(-) delete mode 100644 net-irc/soju/soju-0.8.2-r1.ebuild diff --git a/net-irc/soju/Manifest b/net-irc/soju/Manifest index 04632ff1a56bf..0168e96f85fbd 100644 --- a/net-irc/soju/Manifest +++ b/net-irc/soju/Manifest @@ -1,6 +1,4 @@ DIST soju-0.10.1-vendor.tar.xz 8281156 BLAKE2B 53333b949cc5be6a3a962388eee847315cf0cf3dfac9249e9c6179c413830cede7509d7c98e5abaf7fdb4f2dbbbc25ba0281e96eae56508c19eb8d7250fd51e7 SHA512 11a3412db1306739883050f58def5cd0e658dcf3091b8d4ce0b59fab0e1951f4e257c1adc0bada92bf44c184831b4be38917db1f6b144e5790e2f448086e0ad9 DIST soju-0.10.1.tar.gz 171517 BLAKE2B 6386ed647c046b7aa3004c01e00b98b1edd9b031cabe74197c390e249a6fe7f85eb0a0e949c1a462656783ebaa311b35dcb475dc8155ae0fdf7bd90ba31c4d75 SHA512 9c7367e6a0371f232b25269942fd384410f21aa76713024e66ca11b4b8a81716d20567931b36a178beaaacfa32c169adb755e484d826df31270d3e7f10b4f468 -DIST soju-0.8.2-deps.tar.xz 72699036 BLAKE2B 5abfa3d683a0f06be7361bfeec751b6f4892fde51f1d9216cca163eac125e72f68a8116279b16b8ce6f5076293b7ad67b6098f887ac3cea3f099f2b27643ed48 SHA512 64fa60a90a33021661f51f2f6456bf8f2e8d01282143ad41b966ade105e6b4f2310f83f81f45bcea6baa2f76857e549f1548844ec1c3f17c1f1e0615523ef813 -DIST soju-0.8.2.tar.gz 155059 BLAKE2B 17f220440c8135abeb570808d7a4cb5cdb6993c076ffe9eb2fa0bb0e8487f9b29831049b2702692cc0903277399603dbe8e0ad27ed6356b932c29979a6eeddef SHA512 7e5bc27394223c021ce6e1b9d93b617ade5bd803f37e030ea05e079efdf343ff0128753803a2e1c86ca2c83786bdaf21600cb6457b4404dd0cf2ff0e5646c62b DIST soju-0.9.0-deps.tar.xz 165948980 BLAKE2B b6274b4b5fefd003c03948c58fcfb20095c9c27e3f9d6bb74155bc5cb63a53cce47727eecbe8d0a4e9b9ca37a7cd0beab8f98ac86787b3d4ad42a0405da46df8 SHA512 7bca581b5d455d761d16ae8786e3cc7ee5aff658dc1ae942aa9d220cc311320a3c00a7c303f3bc99965c4aa6337c31255d0d5a140220974938fc341c9beeac66 DIST soju-0.9.0.tar.gz 164787 BLAKE2B 58cfebf2f69c4b3ec54647ca869582c7874fd53902eaba16d2f28dc77fd0f82411b1b800983545333dce935e9dfb662539270c8c64939a1d1cf603118984b016 SHA512 13d1d1c172780a56d8751502015450cecbe09618b6b4f42305e014b19f1a032bd304a0bfb61e6ea56bd723838d8521ee8a1b90e92dfd82db574f0384338a3519 diff --git a/net-irc/soju/soju-0.8.2-r1.ebuild b/net-irc/soju/soju-0.8.2-r1.ebuild deleted file mode 100644 index 0d8a5761bc012..0000000000000 --- a/net-irc/soju/soju-0.8.2-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit go-module systemd tmpfiles - -DESCRIPTION="soju is a user-friendly IRC bouncer" -HOMEPAGE="https://soju.im/" -SRC_URI="https://codeberg.org/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" -S="${WORKDIR}/soju" - -LICENSE="AGPL-3 Apache-2.0 MIT BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv" -IUSE="moderncsqlite +sqlite pam" -REQUIRED_USE="?? ( moderncsqlite sqlite )" - -BDEPEND=" - app-text/scdoc -" -RDEPEND=" - acct-user/soju - acct-group/soju - sqlite? ( dev-db/sqlite:3 ) -" -DEPEND="${RDEPEND}" - -src_compile() { - # musl removed legacy LFS64 interfaces in version 1.2.4 temporarily - # reenabled using _LARGEFILE64_SOURCE until this is resolved - # upstream https://github.com/mattn/go-sqlite3/issues/1164 - CGO_CFLAGS="${CGO_CFLAGS}" - if use sqlite; then - GOFLAGS+=" -tags=libsqlite3" - CGO_CFLAGS="-D_LARGEFILE64_SOURCE" - elif use moderncsqlite; then - GOFLAGS+=" -tags=moderncsqlite" - CGO_CFLAGS="-D_LARGEFILE64_SOURCE" - else - GOFLAGS+=" -tags=nosqlite" - fi - # Only way to pass CFLAGS to CGO at the - # moment. https://github.com/gentoo/gentoo/pull/33539/ - export CGO_CFLAGS - use pam && GOFLAGS+=" -tags=pam" - - ego build ${GOFLAGS} ./cmd/soju - ego build ${GOFLAGS} ./cmd/sojudb - ego build ${GOFLAGS} ./cmd/sojuctl - - scdoc doc/soju.1 || die - scdoc doc/sojuctl.1 || die -} - -src_install() { - dobin soju - dobin sojudb - dobin sojuctl - - doman doc/soju.1 - doman doc/sojuctl.1 - systemd_dounit contrib/soju.service - - newtmpfiles "${FILESDIR}/soju.tmpfiles" soju.conf - - keepdir /etc/soju - insinto /etc/soju - newins config.in config - newinitd "${FILESDIR}"/soju.initd soju - einstalldocs -} - -pkg_postinst() { - tmpfiles_process soju.conf - - elog "${PN} requires a user database for authenticating clients." - elog "As the soju user, create a database using:" - elog "$ sojudb -config ${EROOT}/etc/soju/config create-user [-admin]" -} From 09a37614e7dbc8fd4f14e51df5e3af1712184640 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Dec 2025 13:58:09 +0000 Subject: [PATCH 5/6] net-irc/soju: fix EapiFormat Signed-off-by: Sam James --- net-irc/soju/soju-0.10.1.ebuild | 1 + net-irc/soju/soju-0.9.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-irc/soju/soju-0.10.1.ebuild b/net-irc/soju/soju-0.10.1.ebuild index d1199da921b53..55624ceda0924 100644 --- a/net-irc/soju/soju-0.10.1.ebuild +++ b/net-irc/soju/soju-0.10.1.ebuild @@ -1,5 +1,6 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 inherit go-module systemd tmpfiles diff --git a/net-irc/soju/soju-0.9.0.ebuild b/net-irc/soju/soju-0.9.0.ebuild index 031ee669620e9..5eb2fd42e652d 100644 --- a/net-irc/soju/soju-0.9.0.ebuild +++ b/net-irc/soju/soju-0.9.0.ebuild @@ -1,5 +1,6 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 inherit go-module systemd tmpfiles From 952364ea276afa29b44105211669cd1ef3c3b5e9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Dec 2025 13:58:44 +0000 Subject: [PATCH 6/6] dev-perl/WWW-Mechanize: Stabilize 2.200.0 amd64, #967816 Signed-off-by: Sam James --- dev-perl/WWW-Mechanize/WWW-Mechanize-2.200.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-2.200.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-2.200.0.ebuild index 0e3e87de1d114..f9080ac41d2ab 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-2.200.0.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-2.200.0.ebuild @@ -10,7 +10,7 @@ inherit bash-completion-r1 perl-module DESCRIPTION="Handy web browsing in a Perl object" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86" +KEYWORDS="amd64 ~arm ~ppc ~riscv ~x86" RDEPEND=" >=dev-perl/HTML-Form-6.80.0