public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/joycond/
@ 2021-05-04 14:42 Samuel Bauer
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Bauer @ 2021-05-04 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c72a2e6fe477385a3c0f961fc95068f0fe491d2c
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue May  4 14:42:19 2021 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue May  4 14:42:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c72a2e6f

games-util/joycond: new ebuild

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 games-util/joycond/joycond-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
 games-util/joycond/metadata.xml        |  8 ++++++++
 2 files changed, 42 insertions(+)

diff --git a/games-util/joycond/joycond-9999.ebuild b/games-util/joycond/joycond-9999.ebuild
new file mode 100644
index 000000000..5c84fdc91
--- /dev/null
+++ b/games-util/joycond/joycond-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake git-r3
+
+DESCRIPTION="Combine joy-cons using hid-nintendo"
+HOMEPAGE="https://github.com/DanielOgorchock/joycond"
+EGIT_REPO_URI="https://github.com/DanielOgorchock/joycond"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+	dev-libs/libevdev
+	virtual/udev
+"
+RDEPEND="${DEPEND}
+	games-util/hid-nintendo"
+BDEPEND=""
+IUSE="systemd"
+
+src_install() {
+	cmake_src_install
+	if ! use systemd; then
+		rm -rf "${D}"/etc/modules-load.d
+		mkdir "${D}"/etc/init.d/
+		echo -e "#!/sbin/openrc-run\ncommand=/usr/bin/${PN}" \
+			> "${D}"/etc/init.d/${PN}
+		chmod +x "${D}"/etc/init.d/${PN}
+	fi
+}

diff --git a/games-util/joycond/metadata.xml b/games-util/joycond/metadata.xml
new file mode 100644
index 000000000..c04f7b664
--- /dev/null
+++ b/games-util/joycond/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<name>Samuel Bauer</name>
+	<email>samuel.bauer@yahoo.fr</email>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/joycond/
@ 2022-02-13 20:20 Arthur Zamarin
  2022-02-13 20:24 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
  0 siblings, 1 reply; 3+ messages in thread
From: Arthur Zamarin @ 2022-02-13 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     29b2b8d9d3bb96a869302273eb3c90d37f4b3b67
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:20:04 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:20:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29b2b8d9

games-util/joycond: treeclean (moved to ::gentoo)

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-util/joycond/joycond-9999.ebuild | 34 ----------------------------------
 games-util/joycond/metadata.xml        |  8 --------
 2 files changed, 42 deletions(-)

diff --git a/games-util/joycond/joycond-9999.ebuild b/games-util/joycond/joycond-9999.ebuild
deleted file mode 100644
index 5c84fdc91..000000000
--- a/games-util/joycond/joycond-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="Combine joy-cons using hid-nintendo"
-HOMEPAGE="https://github.com/DanielOgorchock/joycond"
-EGIT_REPO_URI="https://github.com/DanielOgorchock/joycond"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
-	dev-libs/libevdev
-	virtual/udev
-"
-RDEPEND="${DEPEND}
-	games-util/hid-nintendo"
-BDEPEND=""
-IUSE="systemd"
-
-src_install() {
-	cmake_src_install
-	if ! use systemd; then
-		rm -rf "${D}"/etc/modules-load.d
-		mkdir "${D}"/etc/init.d/
-		echo -e "#!/sbin/openrc-run\ncommand=/usr/bin/${PN}" \
-			> "${D}"/etc/init.d/${PN}
-		chmod +x "${D}"/etc/init.d/${PN}
-	fi
-}

diff --git a/games-util/joycond/metadata.xml b/games-util/joycond/metadata.xml
deleted file mode 100644
index c04f7b664..000000000
--- a/games-util/joycond/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<name>Samuel Bauer</name>
-	<email>samuel.bauer@yahoo.fr</email>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-util/joycond/
  2022-02-13 20:20 [gentoo-commits] repo/proj/guru:dev commit in: games-util/joycond/ Arthur Zamarin
@ 2022-02-13 20:24 ` Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-02-13 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     29b2b8d9d3bb96a869302273eb3c90d37f4b3b67
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:20:04 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:20:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29b2b8d9

games-util/joycond: treeclean (moved to ::gentoo)

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-util/joycond/joycond-9999.ebuild | 34 ----------------------------------
 games-util/joycond/metadata.xml        |  8 --------
 2 files changed, 42 deletions(-)

diff --git a/games-util/joycond/joycond-9999.ebuild b/games-util/joycond/joycond-9999.ebuild
deleted file mode 100644
index 5c84fdc91..000000000
--- a/games-util/joycond/joycond-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="Combine joy-cons using hid-nintendo"
-HOMEPAGE="https://github.com/DanielOgorchock/joycond"
-EGIT_REPO_URI="https://github.com/DanielOgorchock/joycond"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
-	dev-libs/libevdev
-	virtual/udev
-"
-RDEPEND="${DEPEND}
-	games-util/hid-nintendo"
-BDEPEND=""
-IUSE="systemd"
-
-src_install() {
-	cmake_src_install
-	if ! use systemd; then
-		rm -rf "${D}"/etc/modules-load.d
-		mkdir "${D}"/etc/init.d/
-		echo -e "#!/sbin/openrc-run\ncommand=/usr/bin/${PN}" \
-			> "${D}"/etc/init.d/${PN}
-		chmod +x "${D}"/etc/init.d/${PN}
-	fi
-}

diff --git a/games-util/joycond/metadata.xml b/games-util/joycond/metadata.xml
deleted file mode 100644
index c04f7b664..000000000
--- a/games-util/joycond/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<name>Samuel Bauer</name>
-	<email>samuel.bauer@yahoo.fr</email>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-13 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-13 20:20 [gentoo-commits] repo/proj/guru:dev commit in: games-util/joycond/ Arthur Zamarin
2022-02-13 20:24 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2021-05-04 14:42 [gentoo-commits] repo/proj/guru:dev " Samuel Bauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox