* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-steamcontroller/
@ 2018-07-23 20:24 Craig Andrews
0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2018-07-23 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 19a303ca8337d64da6131c8c92d0acc67a095ae5
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 17:37:28 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 20:23:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a303ca
media-plugins/kodi-peripheral-steamcontroller: Steam controller driver for Kodi
Package-Manager: Portage-2.3.43, Repoman-2.3.10
.../kodi-peripheral-steamcontroller-9999.ebuild | 37 ++++++++++++++++++++++
.../kodi-peripheral-steamcontroller/metadata.xml | 12 +++++++
2 files changed, 49 insertions(+)
diff --git a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
new file mode 100644
index 00000000000..d0320868c73
--- /dev/null
+++ b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Steam controller driver for Kodi"
+HOMEPAGE="https://github.com/xbmc/peripheral.steamcontroller"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-game/peripheral.steamcontroller.git"
+ inherit git-r3
+ ;;
+*)
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-game/peripheral.steamcontroller/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/peripheral.steamcontroller-${PV}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ ~media-tv/kodi-9999
+ ~media-libs/kodi-platform-9999
+ =dev-libs/libplatform-2*
+ virtual/libusb:1
+ "
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-peripheral-steamcontroller/metadata.xml b/media-plugins/kodi-peripheral-steamcontroller/metadata.xml
new file mode 100644
index 00000000000..43c6920e065
--- /dev/null
+++ b/media-plugins/kodi-peripheral-steamcontroller/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <longdescription>Steam controller driver for Kodi</longdescription>
+ <upstream>
+ <remote-id type="github">kodi-game/peripheral.steamcontroller</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-steamcontroller/
@ 2018-11-06 16:02 Craig Andrews
0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2018-11-06 16:02 UTC (permalink / raw
To: gentoo-commits
commit: e17ce46fb2c51b2c46d1e3ddbce3b6df1e70f9de
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 15:34:25 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 15:58:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17ce46f
media-plugins/kodi-peripheral-steamcontroller: Fix incorrect HOMEPAGE
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
.../kodi-peripheral-steamcontroller-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
index d0320868c73..d357c789b6d 100644
--- a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
+++ b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="Steam controller driver for Kodi"
-HOMEPAGE="https://github.com/xbmc/peripheral.steamcontroller"
+HOMEPAGE="https://github.com/kodi-game/peripheral.steamcontroller"
SRC_URI=""
case ${PV} in
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-06 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 16:02 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-steamcontroller/ Craig Andrews
-- strict thread matches above, loose matches on Subject: below --
2018-07-23 20:24 Craig Andrews
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox