diff options
7 files changed, 0 insertions, 232 deletions
diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest index 5dbdc5b09f33..a92a90190ade 100644 --- a/media-plugins/kodi-peripheral-joystick/Manifest +++ b/media-plugins/kodi-peripheral-joystick/Manifest @@ -1,8 +1,2 @@ -DIST kodi-peripheral-joystick-1.4.6.tar.gz 91142 BLAKE2B c80daf4e9a425c88ecb323d7f5ab7538aa5a8af06758723310f133f63ac65b74650f6374e4361e9086813474a6b84cf54bb8bc054d54eaec19c1ab32da5181e9 SHA512 ae42a295e548c6bda7a258d02d7a68ec3f34c66e88b1e3848181d8fb76da6ff83f19f8adc007e2697c096052fdd1ea9879b178aab9f8f4118f4d2d57691c2a7c -DIST kodi-peripheral-joystick-1.4.7.tar.gz 90671 BLAKE2B 281a1d821586224ad155ac621fe5fd48c189733277c877799355bf432a580311967c7300cdd201ca9561f149b42b3327a320bd3641108d8c69cbfd27242ed4dc SHA512 89d9c993f598f7660fccfcc1926ad3b944d88586b0399b3e47524fe5a68665eec8fc7b196acd6d59e36488f830afef50c402ecd05d69cee75c21a69c538e9acd -DIST kodi-peripheral-joystick-1.4.8.tar.gz 90965 BLAKE2B b9bb3aa6e1a5531c304f2f3466bac8f00cffcd771065052d41645f48316c7b246fa07823395aeaa484ca9839d1b8025e6640e7cb504d29642d52c02a1fb21553 SHA512 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939 -DIST kodi-peripheral-joystick-1.4.9.tar.gz 111161 BLAKE2B bcee8aedff118cbceec050ae1b6c0a559aeb735c539624f59ae59648107937b5a904ed24bc1c323443e00289d78b2c1b83ff8e18fc9affb22b8ca706b115fb12 SHA512 6d5d8e5922c7b9c38a55372da585366331f550864ee7d95369bb8b32897250b38d4cbb0e2f5fc7eb91aea34f09f6f33a62b148f731f422ac1b6ead9b2eac4ae5 -DIST kodi-peripheral-joystick-1.6.0.tar.gz 117163 BLAKE2B 24e6eb1b4b4310fc3fc452a719094cdaac7caf7ef4825add4a9bcde453044e5a352b859b0c247fa445bde5554a3b82e40c65f185adc524f855140126716a3e27 SHA512 9fd11af0e75a80cfd1086caf29213616a441c0f8c5066ab2d54dac94603240c5f13af9048ae0691f6bd34511ac36c8cf478cdd6cd179ef97f282ae82f932e0fe -DIST kodi-peripheral-joystick-1.6.1.tar.gz 117588 BLAKE2B c117990d6dc90ff53f4d23e08288df1cfe2fa0f685498a9f9630a07e6ee36207af3c2ed6faf81746e06bdcd94674cd89d97fe6ff75ea5263754c4eba10498605 SHA512 3907fea59d1919f9580e17e01b672aa525b106cb126dc6e7c873fe20b8dd68f395f39fb52ae08a02206a1c301523cd9a2b2f67076cb5e6c4b582d46800a892c7 DIST kodi-peripheral-joystick-1.7.0.tar.gz 117000 BLAKE2B a13cf86805afc77c6178a69fb735fa4544fbc0befb30c43e92d07a695416d1c0006a2227e46c91784c139e7ea205f9653b4f4802bfd734f36c7db9a69782d4ed SHA512 d6c837b28e907376b88e84b37cb9e2f04d96cd97db33f53165c1771087317682409057457596e007410c4dce0b6442551dd922d8a2c4841187e48457ec7ce340 DIST kodi-peripheral-joystick-1.7.1.tar.gz 115217 BLAKE2B b349a52fd756cc55d0fd08d78c2a6c81f6a34e1e5bc9d4e02904a904f26cddfae373ba3532505e736300d31a49d344c2a77b06a92da56a2641505dae0296a843 SHA512 38c53ccd9815212eb51154faaa8073507457a6f7c68d4d472f7c4e4e3a5342cfc085a75a2d3022475d57df08ac0e800406d24484106e64316957772f41235d5c diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild deleted file mode 100644 index e2e2c669b701..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - =dev-libs/libplatform-2* - dev-libs/libpcre - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild deleted file mode 100644 index c7f3f573a175..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - =dev-libs/libplatform-2* - dev-libs/libpcre - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.8.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.8.ebuild deleted file mode 100644 index c7d5c665839c..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Leia" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - =dev-libs/libplatform-2* - dev-libs/libpcre - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild deleted file mode 100644 index 4dd888bd4a1b..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_BRANCH="Matrix" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Leia" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - dev-libs/libpcre - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.0.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.0.ebuild deleted file mode 100644 index b29f362fab00..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_BRANCH="Matrix" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Matrix" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - dev-libs/libpcre - dev-libs/tinyxml - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.1.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.1.ebuild deleted file mode 100644 index b29f362fab00..000000000000 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Libretro compatibility layer for the Kodi Game API" -HOMEPAGE="https://github.com/xbmc/peripheral.joystick" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_BRANCH="Matrix" - EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Matrix" - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - dev-libs/libpcre - dev-libs/tinyxml - " -RDEPEND=" - ${DEPEND} - " |