media-gfx/cgal-ipelets: Add cgal-ipelets-5.6
[shuber-gentoo-overlay.git] / games-util / joydevmap / joydevmap-1.0.1.ebuild
index b1e42bef78bd8a4b5d1167af14cf753119f3319f..61bf3a7d47f9999e002d77e25f7b77dd7b4f3cc2 100644 (file)
@@ -2,14 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A simple tool to set axis and button maps of joysticks"
 HOMEPAGE="http://www.sthu.org/code/joydevmap.html"
-SRC_URI="http://git.sthu.org/?p=joydevmap.git;a=snapshot;h=v1.0.1;sf=tgz
-       -> ${P}.tar.gz"
+SRC_URI="http://git.sthu.org/?p=${PN}.git;a=snapshot;h=refs/tags/v${PV};sf=tgz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="LGPL-3"
 SLOT="0"
@@ -19,5 +19,4 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-v1.0.1-0fa6015"