Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161720 - [EBUILD] dev-java/json
Summary: [EBUILD] dev-java/json
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.json.org/
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 161714
  Show dependency tree
 
Reported: 2007-01-12 11:30 UTC by Alistair Bush (RETIRED)
Modified: 2015-10-20 08:25 UTC (History)
2 users (show)

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


Attachments
json-1.0.ebuild (json-1.0.ebuild,645 bytes, text/plain)
2007-01-12 11:31 UTC, Alistair Bush (RETIRED)
Details
build.xml (build.xml,1.48 KB, text/plain)
2007-01-12 11:31 UTC, Alistair Bush (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair Bush (RETIRED) gentoo-dev 2007-01-12 11:30:09 UTC
Java extension for JSON serialisation

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2007-01-12 11:31:38 UTC
Created attachment 106654 [details]
json-1.0.ebuild
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2007-01-12 11:31:57 UTC
Created attachment 106656 [details]
build.xml
Comment 3 James Le Cuirot gentoo-dev 2011-09-25 09:20:27 UTC
There is now an updated and much improved version in the overlay.
http://overlays.gentoo.org/proj/java/browser/java-overlay/dev-java/json
Comment 4 Patrice Clement gentoo-dev 2015-10-20 08:25:41 UTC
commit 1cda9f8 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Tue Oct 20 08:22:02 2015 +0000

    dev-java/json: Moved to the main tree. Fixes bug 161720.
    
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 delete mode 100644 dev-java/json/Manifest
 delete mode 100644 dev-java/json/json-20110825.ebuild
 delete mode 100644 dev-java/json/metadata.xml

Removed from java-overlay.

commit 2728c3d (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Tue Oct 20 08:23:37 2015 +0000

    dev-java/json: Initial import. Fixes bug 161720.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 create mode 100644 dev-java/json/Manifest
 create mode 100644 dev-java/json/json-20150729.ebuild
 create mode 100644 dev-java/json/metadata.xml

Added to Portage.