summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2021-05-19 01:34:58 -0400
committerCraig Andrews <candrews@gentoo.org>2021-05-19 01:35:12 -0400
commit4aa4fca00611b0b3a4007870da43cc5fd63f76c4 (patch)
tree8677edaea01c797ac6e2c43d89c94f846fafc097 /media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.0.ebuild
parentmedia-plugins/kodi-peripheral-joystick: 1.7.2 version bump (diff)
downloadgentoo-4aa4fca00611b0b3a4007870da43cc5fd63f76c4.tar.gz
gentoo-4aa4fca00611b0b3a4007870da43cc5fd63f76c4.tar.bz2
gentoo-4aa4fca00611b0b3a4007870da43cc5fd63f76c4.zip
media-plugins/kodi-peripheral-joystick: Cleanup old versions
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.0.ebuild')
-rw-r--r--media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.0.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.0.ebuild
deleted file mode 100644
index b29f362fab00..000000000000
--- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.7.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}
- "