public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/qtile-extras/
Date: Sun,  7 Jan 2024 23:46:47 +0000 (UTC)	[thread overview]
Message-ID: <1704671139.4e26704a1a36d55467658785c5e170c579bc6fb6.davidroman@gentoo> (raw)

commit:     4e26704a1a36d55467658785c5e170c579bc6fb6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jan  7 23:45:23 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 23:45:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26704a

x11-wm/qtile-extras: update DESCRIPTION, HOMEPAGE, SRC_URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index dcfb54729f..d55b52b4e4 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -6,19 +6,18 @@ EAPI=8
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=(python3_{9..12})
 
-inherit distutils-r1 desktop
+inherit distutils-r1
 
-SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary"
+DESCRIPTION="elParaguayo's Qtile Extras"
+HOMEPAGE="https://github.com/elParaguayo/qtile-extras"
 
-BDEPEND="dev-python/setuptools
+BDEPEND="
 	dev-python/build
 	dev-python/installer
 	dev-python/setuptools-scm
-	dev-python/wheel
 "
 
 RDEPEND="x11-wm/qtile"
@@ -27,7 +26,6 @@ DEPEND="${RDEPEND}"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
 


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
Date: Sun,  7 Jan 2024 23:47:24 +0000 (UTC)	[thread overview]
Message-ID: <1704671139.4e26704a1a36d55467658785c5e170c579bc6fb6.davidroman@gentoo> (raw)
Message-ID: <20240107234724._7Jg6koD6XTJfSAxxS3I_hTImlqcIj4S4UVXbQ1Uv7I@z> (raw)

commit:     4e26704a1a36d55467658785c5e170c579bc6fb6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jan  7 23:45:23 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 23:45:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26704a

x11-wm/qtile-extras: update DESCRIPTION, HOMEPAGE, SRC_URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index dcfb54729f..d55b52b4e4 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -6,19 +6,18 @@ EAPI=8
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=(python3_{9..12})
 
-inherit distutils-r1 desktop
+inherit distutils-r1
 
-SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary"
+DESCRIPTION="elParaguayo's Qtile Extras"
+HOMEPAGE="https://github.com/elParaguayo/qtile-extras"
 
-BDEPEND="dev-python/setuptools
+BDEPEND="
 	dev-python/build
 	dev-python/installer
 	dev-python/setuptools-scm
-	dev-python/wheel
 "
 
 RDEPEND="x11-wm/qtile"
@@ -27,7 +26,6 @@ DEPEND="${RDEPEND}"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
 


             reply	other threads:[~2024-01-07 23:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 23:46 David Roman [this message]
2024-01-07 23:47 ` [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-02-14 16:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2024-05-21 21:10 Julien Roy
2024-09-08 16:32 David Roman
2025-08-09 11:59 David Roman
2025-08-09 11:59 David Roman

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=1704671139.4e26704a1a36d55467658785c5e170c579bc6fb6.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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: link
Be 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