From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/xscreensaver-anclock/, x11-misc/xbanish/, x11-misc/selx/, ... Date: Wed, 15 May 2024 01:03:17 +0000 (UTC) [thread overview] Message-ID: <1715734764.9481e1a377ae0410f0a365faf4b1c7519d43e0a8.julien@gentoo> (raw) commit: 9481e1a377ae0410f0a365faf4b1c7519d43e0a8 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Wed May 15 00:04:35 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 00:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9481e1a3 x11-misc/*: fix variable order Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Julien Roy <julien <AT> jroy.ca> x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild | 11 ++++++----- x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild | 2 +- x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild | 2 +- x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 2 +- x11-misc/i3-restore/i3-restore-4.1.ebuild | 11 +++++------ x11-misc/selx/selx-1.1.0.ebuild | 4 ++-- x11-misc/xbanish/xbanish-1.8.ebuild | 3 +-- x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 2 +- .../xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild | 4 ++-- 9 files changed, 20 insertions(+), 21 deletions(-) diff --git a/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild index 7faa454d15..f2b98eca1d 100644 --- a/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild +++ b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild @@ -3,21 +3,22 @@ EAPI=7 -HOMEPAGE="https://github.com/erebe/greenclip" -DESCRIPTION="Simple clipboard manager to be integrated with rofi" - MY_PN=${PN%-bin} + +DESCRIPTION="Simple clipboard manager to be integrated with rofi" +HOMEPAGE="https://github.com/erebe/greenclip" SRC_URI=" https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P} https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md " -KEYWORDS="~amd64" +S="${WORKDIR}" + LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64" QA_PREBUILT="/usr/bin/${MY_PN}" -S="${WORKDIR}" src_install() { newbin "${DISTDIR}/${P}" "${MY_PN}" diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild index 95600ede05..074c4f1534 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild index 3b827169fc..18ac1a5e82 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild index 95600ede05..074c4f1534 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/i3-restore/i3-restore-4.1.ebuild b/x11-misc/i3-restore/i3-restore-4.1.ebuild index 2d3d1965b9..662d841413 100644 --- a/x11-misc/i3-restore/i3-restore-4.1.ebuild +++ b/x11-misc/i3-restore/i3-restore-4.1.ebuild @@ -3,17 +3,18 @@ EAPI=8 +PYTHON_COMPAT=( python3_{7..12} ) +inherit python-single-r1 + DESCRIPTION="A simple bash + python script to restore your i3 session" HOMEPAGE="https://github.com/jdholtz/i3-restore/" - SRC_URI="https://github.com/jdholtz/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" -PYTHON_COMPAT=( python3_{7..12} ) -inherit python-single-r1 +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" x11-wm/i3 @@ -26,8 +27,6 @@ DEPEND=" 'dev-python/psutil[${PYTHON_USEDEP}]' ) " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - src_prepare() { sed -i 's#CURR_DIR="$(dirname "${0}")"#CURR_DIR=/usr/libexec/i3-restore#' i3-save i3-restore || die "Sed error" sed -i "s/version=.*/version=${PV}/" utils/common.bash diff --git a/x11-misc/selx/selx-1.1.0.ebuild b/x11-misc/selx/selx-1.1.0.ebuild index 15f8e130fa..5d796ec1df 100644 --- a/x11-misc/selx/selx-1.1.0.ebuild +++ b/x11-misc/selx/selx-1.1.0.ebuild @@ -7,13 +7,13 @@ inherit toolchain-funcs edo DESCRIPTION="Minimal X11 rectangle selection tool" HOMEPAGE="https://codeberg.org/NRK/selx" - SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}" -KEYWORDS="~amd64" LICENSE="GPL-3+" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xbanish/xbanish-1.8.ebuild b/x11-misc/xbanish/xbanish-1.8.ebuild index 8b3a322920..a25dd0baec 100644 --- a/x11-misc/xbanish/xbanish-1.8.ebuild +++ b/x11-misc/xbanish/xbanish-1.8.ebuild @@ -7,12 +7,11 @@ inherit toolchain-funcs DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" HOMEPAGE="https://github.com/jcs/xbanish" - SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="ISC" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild index 69ede7d3bd..c00734e962 100644 --- a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild +++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild @@ -12,9 +12,9 @@ COMMIT="189ce79b1df4eb4995980530ebc3d28715a67488" SRC_URI="https://github.com/jcs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" -KEYWORDS="~amd64" LICENSE="ISC" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild b/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild index 977e129968..2a7207390c 100644 --- a/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild +++ b/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="http://pt2k.xii.jp/software/anclock/xscreensaver/index_e.html" SRC_URI="https://www.jwz.org/xscreensaver/xscreensaver-6.05.1.tar.gz \ http://pt2k.xii.jp/software/anclock/xscreensaver/oldver/anclock-${PV}-for-xscreensaver-6.04.patch.gz" +S="${WORKDIR}"/xscreensaver-6.05/ + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" @@ -55,8 +57,6 @@ PATCHES=( "${FILESDIR}"/xscreensaver-6.05-configure-exit-codes.patch ) -S="${WORKDIR}"/xscreensaver-6.05/ - src_unpack() { default gunzip --force "${DISTDIR}/anclock-${PV}-for-xscreensaver-6.04.patch.gz"
WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/selx/, x11-misc/greenclip-bin/, x11-misc/gromit-mpx/, x11-misc/xbanish/, ... Date: Wed, 15 May 2024 00:59:45 +0000 (UTC) [thread overview] Message-ID: <1715734764.9481e1a377ae0410f0a365faf4b1c7519d43e0a8.julien@gentoo> (raw) Message-ID: <20240515005945.M4vGijPTZRkxnfy-45AJzghHYq1e7SX3KiHZfYqAKjA@z> (raw) commit: 9481e1a377ae0410f0a365faf4b1c7519d43e0a8 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Wed May 15 00:04:35 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 00:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9481e1a3 x11-misc/*: fix variable order Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Julien Roy <julien <AT> jroy.ca> x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild | 11 ++++++----- x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild | 2 +- x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild | 2 +- x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 2 +- x11-misc/i3-restore/i3-restore-4.1.ebuild | 11 +++++------ x11-misc/selx/selx-1.1.0.ebuild | 4 ++-- x11-misc/xbanish/xbanish-1.8.ebuild | 3 +-- x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 2 +- .../xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild | 4 ++-- 9 files changed, 20 insertions(+), 21 deletions(-) diff --git a/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild index 7faa454d15..f2b98eca1d 100644 --- a/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild +++ b/x11-misc/greenclip-bin/greenclip-bin-4.2.ebuild @@ -3,21 +3,22 @@ EAPI=7 -HOMEPAGE="https://github.com/erebe/greenclip" -DESCRIPTION="Simple clipboard manager to be integrated with rofi" - MY_PN=${PN%-bin} + +DESCRIPTION="Simple clipboard manager to be integrated with rofi" +HOMEPAGE="https://github.com/erebe/greenclip" SRC_URI=" https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P} https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md " -KEYWORDS="~amd64" +S="${WORKDIR}" + LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64" QA_PREBUILT="/usr/bin/${MY_PN}" -S="${WORKDIR}" src_install() { newbin "${DISTDIR}/${P}" "${MY_PN}" diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild index 95600ede05..074c4f1534 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild index 3b827169fc..18ac1a5e82 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild index 95600ede05..074c4f1534 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild @@ -16,8 +16,8 @@ else KEYWORDS="~amd64 ~x86" fi -SLOT="0" LICENSE="GPL-2" +SLOT="0" RDEPEND=" x11-libs/gtk+:3 diff --git a/x11-misc/i3-restore/i3-restore-4.1.ebuild b/x11-misc/i3-restore/i3-restore-4.1.ebuild index 2d3d1965b9..662d841413 100644 --- a/x11-misc/i3-restore/i3-restore-4.1.ebuild +++ b/x11-misc/i3-restore/i3-restore-4.1.ebuild @@ -3,17 +3,18 @@ EAPI=8 +PYTHON_COMPAT=( python3_{7..12} ) +inherit python-single-r1 + DESCRIPTION="A simple bash + python script to restore your i3 session" HOMEPAGE="https://github.com/jdholtz/i3-restore/" - SRC_URI="https://github.com/jdholtz/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" -PYTHON_COMPAT=( python3_{7..12} ) -inherit python-single-r1 +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" x11-wm/i3 @@ -26,8 +27,6 @@ DEPEND=" 'dev-python/psutil[${PYTHON_USEDEP}]' ) " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - src_prepare() { sed -i 's#CURR_DIR="$(dirname "${0}")"#CURR_DIR=/usr/libexec/i3-restore#' i3-save i3-restore || die "Sed error" sed -i "s/version=.*/version=${PV}/" utils/common.bash diff --git a/x11-misc/selx/selx-1.1.0.ebuild b/x11-misc/selx/selx-1.1.0.ebuild index 15f8e130fa..5d796ec1df 100644 --- a/x11-misc/selx/selx-1.1.0.ebuild +++ b/x11-misc/selx/selx-1.1.0.ebuild @@ -7,13 +7,13 @@ inherit toolchain-funcs edo DESCRIPTION="Minimal X11 rectangle selection tool" HOMEPAGE="https://codeberg.org/NRK/selx" - SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}" -KEYWORDS="~amd64" LICENSE="GPL-3+" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xbanish/xbanish-1.8.ebuild b/x11-misc/xbanish/xbanish-1.8.ebuild index 8b3a322920..a25dd0baec 100644 --- a/x11-misc/xbanish/xbanish-1.8.ebuild +++ b/x11-misc/xbanish/xbanish-1.8.ebuild @@ -7,12 +7,11 @@ inherit toolchain-funcs DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" HOMEPAGE="https://github.com/jcs/xbanish" - SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="ISC" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild index 69ede7d3bd..c00734e962 100644 --- a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild +++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild @@ -12,9 +12,9 @@ COMMIT="189ce79b1df4eb4995980530ebc3d28715a67488" SRC_URI="https://github.com/jcs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" -KEYWORDS="~amd64" LICENSE="ISC" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" x11-libs/libX11 diff --git a/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild b/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild index 977e129968..2a7207390c 100644 --- a/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild +++ b/x11-misc/xscreensaver-anclock/xscreensaver-anclock-2.2.1.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="http://pt2k.xii.jp/software/anclock/xscreensaver/index_e.html" SRC_URI="https://www.jwz.org/xscreensaver/xscreensaver-6.05.1.tar.gz \ http://pt2k.xii.jp/software/anclock/xscreensaver/oldver/anclock-${PV}-for-xscreensaver-6.04.patch.gz" +S="${WORKDIR}"/xscreensaver-6.05/ + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" @@ -55,8 +57,6 @@ PATCHES=( "${FILESDIR}"/xscreensaver-6.05-configure-exit-codes.patch ) -S="${WORKDIR}"/xscreensaver-6.05/ - src_unpack() { default gunzip --force "${DISTDIR}/anclock-${PV}-for-xscreensaver-6.04.patch.gz"
next reply other threads:[~2024-05-15 1:03 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-05-15 1:03 Julien Roy [this message] 2024-05-15 0:59 ` [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/selx/, x11-misc/greenclip-bin/, x11-misc/gromit-mpx/, x11-misc/xbanish/, Julien Roy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1715734764.9481e1a377ae0410f0a365faf4b1c7519d43e0a8.julien@gentoo \ --to=julien@jroy.ca \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox