public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/asus-touchpad-numpad-driver/
Date: Sun, 22 Oct 2023 07:44:23 +0000 (UTC)	[thread overview]
Message-ID: <1697960593.f8303a260c1701cb2b1c5f36930f3b9c83cedebf.ceamac@gentoo> (raw)

commit:     f8303a260c1701cb2b1c5f36930f3b9c83cedebf
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 07:43:13 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 07:43:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8303a26

sys-apps/asus-touchpad-numpad-driver: fix dependency

Python dependency has been renamed in ::gentoo.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../asus-touchpad-numpad-driver-0_pre20220311.ebuild                | 6 +++---
 .../asus-touchpad-numpad-driver-9999.ebuild                         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
index 91e00805ff..33dce82ef8 100644
--- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
+++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
@@ -27,9 +27,9 @@ DEPEND="
 	dev-libs/libevdev
 	sys-apps/i2c-tools
 	$(python_gen_cond_dep '
-		dev-python/python-evdev[${PYTHON_USEDEP}]
+		dev-python/libevdev[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-libevdev[${PYTHON_USEDEP}]
+		dev-python/python-evdev[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="
@@ -47,5 +47,5 @@ src_install() {
 
 	python_optimize "${ED}/usr/libexec/${PN}"
 
-	dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
+	dosym -r /usr/libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
 }

diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
index 91e00805ff..33dce82ef8 100644
--- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
+++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
@@ -27,9 +27,9 @@ DEPEND="
 	dev-libs/libevdev
 	sys-apps/i2c-tools
 	$(python_gen_cond_dep '
-		dev-python/python-evdev[${PYTHON_USEDEP}]
+		dev-python/libevdev[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-libevdev[${PYTHON_USEDEP}]
+		dev-python/python-evdev[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="
@@ -47,5 +47,5 @@ src_install() {
 
 	python_optimize "${ED}/usr/libexec/${PN}"
 
-	dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
+	dosym -r /usr/libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/asus-touchpad-numpad-driver/
Date: Sun, 22 Oct 2023 07:58:30 +0000 (UTC)	[thread overview]
Message-ID: <1697960593.f8303a260c1701cb2b1c5f36930f3b9c83cedebf.ceamac@gentoo> (raw)
Message-ID: <20231022075830.u3fxLD2zDPCLj7A8heiAmXSIFfUj0upnLE9X189l8UQ@z> (raw)

commit:     f8303a260c1701cb2b1c5f36930f3b9c83cedebf
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 07:43:13 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 07:43:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8303a26

sys-apps/asus-touchpad-numpad-driver: fix dependency

Python dependency has been renamed in ::gentoo.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../asus-touchpad-numpad-driver-0_pre20220311.ebuild                | 6 +++---
 .../asus-touchpad-numpad-driver-9999.ebuild                         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
index 91e00805ff..33dce82ef8 100644
--- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
+++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild
@@ -27,9 +27,9 @@ DEPEND="
 	dev-libs/libevdev
 	sys-apps/i2c-tools
 	$(python_gen_cond_dep '
-		dev-python/python-evdev[${PYTHON_USEDEP}]
+		dev-python/libevdev[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-libevdev[${PYTHON_USEDEP}]
+		dev-python/python-evdev[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="
@@ -47,5 +47,5 @@ src_install() {
 
 	python_optimize "${ED}/usr/libexec/${PN}"
 
-	dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
+	dosym -r /usr/libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
 }

diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
index 91e00805ff..33dce82ef8 100644
--- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
+++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild
@@ -27,9 +27,9 @@ DEPEND="
 	dev-libs/libevdev
 	sys-apps/i2c-tools
 	$(python_gen_cond_dep '
-		dev-python/python-evdev[${PYTHON_USEDEP}]
+		dev-python/libevdev[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-libevdev[${PYTHON_USEDEP}]
+		dev-python/python-evdev[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="
@@ -47,5 +47,5 @@ src_install() {
 
 	python_optimize "${ED}/usr/libexec/${PN}"
 
-	dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
+	dosym -r /usr/libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
 }


             reply	other threads:[~2023-10-22  7:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-22  7:44 Viorel Munteanu [this message]
2023-10-22  7:58 ` [gentoo-commits] repo/proj/guru:master commit in: sys-apps/asus-touchpad-numpad-driver/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-07-04 15:43 [gentoo-commits] repo/proj/guru:dev " Aisha Tammy
2022-09-08 10:29 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-09-08 10:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-08-14 14:23 Aisha Tammy
2022-07-23  7:50 Aisha Tammy

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=1697960593.f8303a260c1701cb2b1c5f36930f3b9c83cedebf.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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