diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-07-10 12:14:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-10 12:15:20 -0400 |
commit | 56b1ba8f002a94b02e387175ef4fa35ff02682eb (patch) | |
tree | 75a9f5e999c42b1f81b9cb2547b2343158b40459 /games-misc/little-inferno | |
parent | sys-libs/e2fsprogs-libs: destabilize 1.46.2 for ~ppc, ~ppc64 (diff) | |
download | gentoo-56b1ba8f002a94b02e387175ef4fa35ff02682eb.tar.gz gentoo-56b1ba8f002a94b02e387175ef4fa35ff02682eb.tar.bz2 gentoo-56b1ba8f002a94b02e387175ef4fa35ff02682eb.zip |
games-misc/little-inferno: add a pkg_nofetch
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-misc/little-inferno')
-rw-r--r-- | games-misc/little-inferno/little-inferno-20130509-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games-misc/little-inferno/little-inferno-20130509-r1.ebuild b/games-misc/little-inferno/little-inferno-20130509-r1.ebuild index 55ab62045745..cac9b4d67135 100644 --- a/games-misc/little-inferno/little-inferno-20130509-r1.ebuild +++ b/games-misc/little-inferno/little-inferno-20130509-r1.ebuild @@ -26,6 +26,12 @@ RDEPEND=" virtual/opengl[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)]" +pkg_nofetch() { + einfo "Please buy and download '${A}' from:" + einfo " ${HOMEPAGE}" + einfo "and place it in your distfiles directory." +} + src_unpack() { unpack_makeself ${A} mv instarchive_all{,.tar.xz} || die |