Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697466 - dev-scheme/guile-json 3.2.0 is available
Summary: dev-scheme/guile-json 3.2.0 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-10-10 23:38 UTC by Sergei Trofimovich (RETIRED)
Modified: 2019-12-23 22:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
guile-json-3.2.0.ebuild (guile-json-3.2.0.ebuild,400 bytes, text/plain)
2019-11-23 16:41 UTC, Sergei Trofimovich (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2019-10-10 23:38:56 UTC
development version of guix requests for guile-json-3.x.

Release tarballs are available at http://download.savannah.nongnu.org/releases/guile-json/
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2019-11-23 16:41:01 UTC
Created attachment 597160 [details]
guile-json-3.2.0.ebuild

Using locally for a while the following ebuild (also attached):

--- guile-json-0.6.0.ebuild	2019-10-12 12:48:44.821593882 +0100
+++ guile-json-3.2.0.ebuild	2019-10-12 12:48:44.822593883 +0100
@@ -3,3 +3,3 @@

-EAPI=6
+EAPI=7

@@ -7,5 +7,5 @@
 HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/"
-SRC_URI="https://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz"
+SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz"

-LICENSE="LGPL-3+"
+LICENSE="GPL-3"
 SLOT="0"
Comment 2 Larry the Git Cow gentoo-dev 2019-12-23 22:27:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce20414755e86ba17a2006ba7c4c3f45f4f2bc8

commit dce20414755e86ba17a2006ba7c4c3f45f4f2bc8
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-12-23 22:27:34 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-12-23 22:27:46 +0000

    dev-scheme/guile-json: bump up to 3.2.0
    
    A few changes:
    - license updated to GPL-3
    - URL noved to https://savannah.nongnu.org/projects/guile-json/
    - added myself to maintainers
    
    Closes: https://bugs.gentoo.org/697466
    Package-Manager: Portage-2.3.82, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-scheme/guile-json/Manifest                |  1 +
 dev-scheme/guile-json/guile-json-3.2.0.ebuild | 16 ++++++++++++++++
 dev-scheme/guile-json/metadata.xml            |  3 +++
 3 files changed, 20 insertions(+)