X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=games-util%2Fjoydevmap%2Fjoydevmap-1.0.1.ebuild;h=30a757d7b96e16a61911b2c7b2314f166de0322b;hb=4541ff2e4a9e1bdfeda171966607322103c8676c;hp=b1e42bef78bd8a4b5d1167af14cf753119f3319f;hpb=06d8c8726dcd70ea8557fa75036638da558d415d;p=shuber-gentoo-overlay.git diff --git a/games-util/joydevmap/joydevmap-1.0.1.ebuild b/games-util/joydevmap/joydevmap-1.0.1.ebuild index b1e42be..30a757d 100644 --- a/games-util/joydevmap/joydevmap-1.0.1.ebuild +++ b/games-util/joydevmap/joydevmap-1.0.1.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 inherit cmake-utils 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"