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: x11-drivers/OpenTabletDriver-bin/
Date: Thu, 21 Dec 2023 06:26:10 +0000 (UTC)	[thread overview]
Message-ID: <1703139674.ab0e12b2a29fa46f4af878305e2c9ec31225a1c4.ceamac@gentoo> (raw)

commit:     ab0e12b2a29fa46f4af878305e2c9ec31225a1c4
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 06:21:14 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 06:21:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab0e12b2

x11-drivers/OpenTabletDriver-bin: drop 0.6.0.2, 0.6.0.4

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

 .../OpenTabletDriver-bin-0.6.0.2.ebuild            | 65 --------------------
 .../OpenTabletDriver-bin-0.6.0.4.ebuild            | 71 ----------------------
 2 files changed, 136 deletions(-)

diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
deleted file mode 100644
index ebfc8711de..0000000000
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver"
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz -> OpenTabletDriver-source-${PV}.tar.gz https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	x11-libs/libX11
-	x11-libs/libXrandr
-	dev-libs/libevdev
-	x11-libs/gtk+:3
-	virtual/udev
-	dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-	local LP=opentabletdriver
-	local SP="otd"
-
-	cd "${S}" || die
-
-	exeinto "/usr/share/${MY_PN}"
-	exeopts -o root -Dm755
-
-	for binary in *.dll *.json; do
-		doexe "$binary"
-	done
-
-	for bin in *.Daemon *.UX.Gtk *.Console; do
-		doexe "$bin"
-	done
-
-	insinto "/lib/udev/rules.d"
-	doins -r "${S}/99-${LP}.rules"
-
-	cd "${FILESDIR}" || die
-	dobin "${SP}"
-	dobin "${SP}-gui"
-
-	cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-	doicon "otd.png"
-	make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postinst() {
-	udevadm control --reload || die
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "Please replug your tablet before attempting to use the driver"
-	fi
-}

diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
deleted file mode 100644
index c6a134c951..0000000000
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop udev
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver"
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz -> OpenTabletDriver-source-${PV}.tar.gz https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	x11-libs/libX11
-	x11-libs/libXrandr
-	dev-libs/libevdev
-	x11-libs/gtk+:3
-	virtual/udev
-	virtual/libudev
-	dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-	local LP=opentabletdriver
-	local SP="otd"
-
-	cd "${S}" || die
-
-	exeinto "/usr/share/${MY_PN}"
-	exeopts -o root -Dm755
-
-	for binary in *.dll *.json; do
-		doexe "$binary"
-	done
-
-	for bin in *.Daemon *.UX.Gtk *.Console; do
-		doexe "$bin"
-	done
-
-	insinto "/lib/udev/rules.d"
-	doins -r "${S}/99-${LP}.rules"
-
-	cd "${FILESDIR}" || die
-	dobin "${SP}"
-	dobin "${SP}-gui"
-
-	cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-	doicon "otd.png"
-	make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postrm() {
-	udev_reload
-}
-
-pkg_postinst() {
-	udev_reload
-	udevadm control --reload || die
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "Please replug your tablet before attempting to use the driver"
-	fi
-}


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: x11-drivers/OpenTabletDriver-bin/
Date: Thu, 21 Dec 2023 06:32:22 +0000 (UTC)	[thread overview]
Message-ID: <1703139674.ab0e12b2a29fa46f4af878305e2c9ec31225a1c4.ceamac@gentoo> (raw)
Message-ID: <20231221063222.16gO0CGrj1TCyoCcmJ8qwNPd0pr3Z79fwL4vxBpeqH4@z> (raw)

commit:     ab0e12b2a29fa46f4af878305e2c9ec31225a1c4
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 06:21:14 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 06:21:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab0e12b2

x11-drivers/OpenTabletDriver-bin: drop 0.6.0.2, 0.6.0.4

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

 .../OpenTabletDriver-bin-0.6.0.2.ebuild            | 65 --------------------
 .../OpenTabletDriver-bin-0.6.0.4.ebuild            | 71 ----------------------
 2 files changed, 136 deletions(-)

diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
deleted file mode 100644
index ebfc8711de..0000000000
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver"
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz -> OpenTabletDriver-source-${PV}.tar.gz https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	x11-libs/libX11
-	x11-libs/libXrandr
-	dev-libs/libevdev
-	x11-libs/gtk+:3
-	virtual/udev
-	dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-	local LP=opentabletdriver
-	local SP="otd"
-
-	cd "${S}" || die
-
-	exeinto "/usr/share/${MY_PN}"
-	exeopts -o root -Dm755
-
-	for binary in *.dll *.json; do
-		doexe "$binary"
-	done
-
-	for bin in *.Daemon *.UX.Gtk *.Console; do
-		doexe "$bin"
-	done
-
-	insinto "/lib/udev/rules.d"
-	doins -r "${S}/99-${LP}.rules"
-
-	cd "${FILESDIR}" || die
-	dobin "${SP}"
-	dobin "${SP}-gui"
-
-	cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-	doicon "otd.png"
-	make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postinst() {
-	udevadm control --reload || die
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "Please replug your tablet before attempting to use the driver"
-	fi
-}

diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
deleted file mode 100644
index c6a134c951..0000000000
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop udev
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver"
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz -> OpenTabletDriver-source-${PV}.tar.gz https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	x11-libs/libX11
-	x11-libs/libXrandr
-	dev-libs/libevdev
-	x11-libs/gtk+:3
-	virtual/udev
-	virtual/libudev
-	dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-	local LP=opentabletdriver
-	local SP="otd"
-
-	cd "${S}" || die
-
-	exeinto "/usr/share/${MY_PN}"
-	exeopts -o root -Dm755
-
-	for binary in *.dll *.json; do
-		doexe "$binary"
-	done
-
-	for bin in *.Daemon *.UX.Gtk *.Console; do
-		doexe "$bin"
-	done
-
-	insinto "/lib/udev/rules.d"
-	doins -r "${S}/99-${LP}.rules"
-
-	cd "${FILESDIR}" || die
-	dobin "${SP}"
-	dobin "${SP}-gui"
-
-	cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-	doicon "otd.png"
-	make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postrm() {
-	udev_reload
-}
-
-pkg_postinst() {
-	udev_reload
-	udevadm control --reload || die
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "Please replug your tablet before attempting to use the driver"
-	fi
-}


             reply	other threads:[~2023-12-21  6:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21  6:26 Viorel Munteanu [this message]
2023-12-21  6:32 ` [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/OpenTabletDriver-bin/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21  6:26 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-06-20 19:38 Anna Vyalkova
2022-07-25  6:00 Ethan Nijmeh
2022-07-01  6:24 Ethan Nijmeh
2022-07-01  6:20 Ethan Nijmeh
2022-06-30  5:00 Ethan Nijmeh
2022-01-21 23:41 Ethan Nijmeh
2022-01-17  1:20 Ethan Nijmeh
2021-11-03 11:26 Andrew Ammerlaan
2021-07-24 22:34 Ethan Nijmeh
2021-06-08  0:43 Ethan Nijmeh
2021-05-02 10:09 Ethan Nijmeh
2021-05-02  9:49 Ethan Nijmeh

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=1703139674.ab0e12b2a29fa46f4af878305e2c9ec31225a1c4.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