diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 05:01:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:20 +0100 |
commit | dd65f7ba8aacf9d68d9fe03531d4bdd1e50feeaa (patch) | |
tree | 575a461a28be2a24f0ce053141b6854f7fba4082 /games-misc | |
parent | games-fps/quake1-rally: use PV in SRC_URI (diff) | |
download | gentoo-dd65f7ba8aacf9d68d9fe03531d4bdd1e50feeaa.tar.gz gentoo-dd65f7ba8aacf9d68d9fe03531d4bdd1e50feeaa.tar.bz2 gentoo-dd65f7ba8aacf9d68d9fe03531d4bdd1e50feeaa.zip |
games-misc/bsd-games: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild b/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild index 585d54cb4beb..2a23ecde1cb4 100644 --- a/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild +++ b/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DEB_PATCH_VER=28 DESCRIPTION="Collection of games from NetBSD" HOMEPAGE="https://www.polyomino.org.uk/computer/software/bsd-games/" #SRC_URI="https://www.polyomino.org.uk/computer/software/bsd-games/${PN}-$(ver_cut 1-2).tar.gz" -SRC_URI="http://deb.debian.org/debian/pool/main/b/bsdgames/bsdgames_2.17.orig.tar.gz" +SRC_URI="http://deb.debian.org/debian/pool/main/b/bsdgames/bsdgames_$(ver_cut 1-2).orig.tar.gz" SRC_URI+=" mirror://debian/pool/main/b/bsdgames/bsdgames_$(ver_cut 1-2)-${DEB_PATCH_VER}.debian.tar.xz" S="${WORKDIR}/${PN}-$(ver_cut 1-2)" |