From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmAj4-0001Iv-2d for guix-patches@gnu.org; Sun, 05 Aug 2018 00:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmAj0-00032y-Vb for guix-patches@gnu.org; Sun, 05 Aug 2018 00:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36216) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fmAj0-00032d-LG for guix-patches@gnu.org; Sun, 05 Aug 2018 00:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fmAj0-0000vQ-CD for guix-patches@gnu.org; Sun, 05 Aug 2018 00:33:02 -0400 Subject: bug#32321: [PATCH] gnu: Add povray. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Kei Kebreau References: <20180730205358.25014-1-kkebreau@posteo.net> <8736w0rv1r.fsf@posteo.net> <20180802152501.GF13776@macbook41> <87r2jgd4pa.fsf@posteo.net> <87o9ekcj2s.fsf@posteo.net> Date: Sun, 05 Aug 2018 00:32:19 -0400 In-Reply-To: <87o9ekcj2s.fsf@posteo.net> (Kei Kebreau's message of "Thu, 02 Aug 2018 21:52:43 -0400") Message-ID: <87va8p1lik.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32321-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Kei Kebreau writes: > Kei Kebreau writes: > >> Efraim Flashner writes: >> >>> On Mon, Jul 30, 2018 at 10:36:00PM -0400, Kei Kebreau wrote: >>> >>>> + (version "3.7.0.8") >>>> + (source (origin >>>> + (method url-fetch) >>>> + (uri (string-append "https://github.com/POV-Ray/povray/archive/v" >>>> + version ".tar.gz")) >>>> + (file-name (string-append name "-" version ".tar.gz")) >>> >>> Don't use the unstable tarball, download it using git-fetch. >> >> If I'm not misunderstanding POV-Ray's version numbering scheme, this is >> a source code maintainance release with no changes in functionality. >> See "https://github.com/POV-Ray/povray/releases/tag/v3.7.0.8". >> > > Never mind about the unstable tarball bit. After further research, about > GitHub's archive generation, I now see what you mean. Apparently many > other projects get hit with this bug as well. I'll switch to using > git-fetch and push this to master after some more testing. Thanks again! Pushed to master as 340ee00bb. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAltmfdMACgkQ5qXuPBlG eg0Gng//bQ0SYfjMASNPGOFNjtsrY/d3h3Lvdxybk4UhBV5A9irijP8po/IYZaMP C/nU2a7cdQbkqn65/M65F4fXRhGmI1nQH0aRmNxPU+ayN+Z0UTpQ5JtRg9nOh7yy Gc2UOcwSZ8m/G8YwUzRd32v5UBkWdW2y+2BgS2wRVtrLrzceCSX/QwTfIqMHKXAX 3Y2Z8LVYYywPWL2gUhTOXmjre1N0ijVbpZp77fERRZGJ+NHyMj5dKaRN2cUyDcXK p9CHIi0SnjNRWhvEBOaB+AU0x5kutUGg8sB9ap74SYjkdj+WCQ8m9FzrfUdlYOQg hzEDLA0cBjxqG0Abdmtmf1EsRsnVfQArFj4V1bPmsc98sZkugVyFTIheqA06i6+r mz7pgkcOwnbKsxgEO/H0Fp4EbLBZ3IhFXmaOLVB21v4oIZLImuEfbK07XkkyB9xH /gPzK5EzqfRXubAoBp0eU44zO58pidK9NfVF3D1poPODejWrFfCE3smTlvctTBD5 yz+mdc2dA4I2daTOue0Mm/9wYAedpquwKflHjM3uZjN0QwgRpds47A2HpyQAXWin TrSfiHfPOc+CyxsppSitl45vQv3xwduyL9mlPEqNCg7b6ufw21K5rn7hLk5V4g4i hbyXVWU2fce+kkkWE1CSCBQsbqUAEyxjUHHpOz1pHbpedAms7KA= =xPp4 -----END PGP SIGNATURE----- --=-=-=--