From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45817) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnjk0-0001y5-Q2 for guix-patches@gnu.org; Wed, 17 Jul 2019 09:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnjjz-00024B-RD for guix-patches@gnu.org; Wed, 17 Jul 2019 09:13:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnjjz-00023v-Nr for guix-patches@gnu.org; Wed, 17 Jul 2019 09:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnjjx-0004uB-TE for guix-patches@gnu.org; Wed, 17 Jul 2019 09:13:03 -0400 Subject: [bug#36652] [PATCH 1/2] gnu: Add libnova. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190714180329.31051-1-efraim@flashner.co.il> <20190714180554.31307-1-efraim@flashner.co.il> Date: Wed, 17 Jul 2019 15:12:30 +0200 In-Reply-To: <20190714180554.31307-1-efraim@flashner.co.il> (Efraim Flashner's message of "Sun, 14 Jul 2019 21:05:53 +0300") Message-ID: <87woggby9t.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Efraim Flashner Cc: 36652@debbugs.gnu.org Hello! Efraim Flashner skribis: > * gnu/packages/astronomy.scm (libnova): New variable. [...] > + (synopsis "Celestial mechanics, astrometry and astrodynamics library= ") > + (description "Libnova is a general purpose, double precision, Celest= ial > +Mechanics, Astrometry and Astrodynamics library.") > + (home-page "http://libnova.sourceforge.net/") > + (license (list license:lgpl2.0 ^ Extra space here and on the line before. :-) >From a quick sampling of the source file headers, it appears to be =E2=80=98lgpl2.0+=E2=80=99. > + license:gpl2)))) ; examples/transforms.c & lntest/*.c These files are =E2=80=98gpl2+=E2=80=99 AFAICS. Otherwise LGTM, thanks! Ludo=E2=80=99.