Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278859 - dev-libs/qjson-0.6.0 (new package)
Summary: dev-libs/qjson-0.6.0 (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Qt Bug Alias
URL: http://qjson.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 280153
  Show dependency tree
 
Reported: 2009-07-23 19:07 UTC by Jean-Baptiste Rouault
Modified: 2009-08-09 21:47 UTC (History)
1 user (show)

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


Attachments
qjson-0.6.0.ebuild (qjson-0.6.0.ebuild,461 bytes, text/plain)
2009-07-23 19:08 UTC, Jean-Baptiste Rouault
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Baptiste Rouault 2009-07-23 19:07:40 UTC
QJson is a qt-based library that maps JSON data to QVariant objects:
JSON arrays will be mapped to QVariantList instances,
while JSON objects will be mapped to QVariantMap.
Comment 1 Jean-Baptiste Rouault 2009-07-23 19:08:48 UTC
Created attachment 198939 [details]
qjson-0.6.0.ebuild

Ebuild for qjson-0.6.0
Comment 2 Dominik Kapusta (RETIRED) gentoo-dev 2009-07-24 14:12:33 UTC
There you go :) Ebuild for qjson-0.6.0 as well as the live ebuild are in qting-edge overlay now:

http://github.com/gentoo-qt/qting-edge/commit/8ccb9b1864b2be4cbd9faee2c938ff9bbe6b7141
Comment 3 Dennis Schridde 2009-08-03 08:43:22 UTC
> SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
Ain't SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" enough? At least that works in my ebuild and I think I saw it like that in other ebuilds, too.
Comment 4 Dominik Kapusta (RETIRED) gentoo-dev 2009-08-03 09:01:55 UTC
It surely is, and it's originally done that way in the overlay's ebuild :)

http://github.com/gentoo-qt/qting-edge/blob/e3b5fca9e871b18c189838e07481df1382e76769/dev-libs/qjson/qjson-0.6.0.ebuild
Comment 5 Dror Levin (RETIRED) gentoo-dev 2009-08-09 21:47:22 UTC
Was moved to the tree by tampakrap. Thanks for the ebuild :)