diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-libs/MicroJSON | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-libs/MicroJSON')
-rw-r--r-- | dev-libs/MicroJSON/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild | 19 | ||||
-rw-r--r-- | dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild | 19 | ||||
-rw-r--r-- | dev-libs/MicroJSON/metadata.xml | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-libs/MicroJSON/Manifest b/dev-libs/MicroJSON/Manifest new file mode 100644 index 000000000000..50df207a9ac8 --- /dev/null +++ b/dev-libs/MicroJSON/Manifest @@ -0,0 +1,2 @@ +DIST MicroJSON-0.3.1.tar.bz2 5585 SHA256 5eeca2a13081f5a9c1796786cd0d5a449879067b62214d308c75fb1b1e24fed7 SHA512 de4a7e0268898704872e4bff81c3dc4083702f497e7a8772773bfb1930448f692ede29684741eb6b5bfeff7bb918577a14e79652e6b5e513965a81a69b5b6991 WHIRLPOOL b504e3371fbc90dd3fdfba65a558d96331aeb586372ea72236d43fbf1e50915752fa8f75a3038289d1b5b11c1c544a784baee44ef9a75c4014c6cf0407126345 +DIST MicroJSON-0.3.2.tar.bz2 5657 SHA256 a93f9333c9bb0867722fb0fb74dbc7f4142752e39a9195436faa67cb3efeff4a SHA512 06dced1f9ae4ef955b6e730e222266d89604ca8e38326c692eceac9f641a3233df8d90c41a10d2a360057320be9ce4e1b5ba70fa5e8934cfea7028f53a102a88 WHIRLPOOL a0557ca78a00fb6a2c83643a0f3a74373fc35460312ed526d87a10d49db9e012afd490ed2e8d5190a77e23b53e44e6401d923a84d551c271d5799a993562e5d5 diff --git a/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild b/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild new file mode 100644 index 000000000000..7ea1ab0590d7 --- /dev/null +++ b/dev-libs/MicroJSON/MicroJSON-0.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit cmake-utils + +DESCRIPTION="Small and simple to use JSON generation and parsing library" +HOMEPAGE="http://grigory.info/${PN}.About.html" +SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +SLOT="0" + +RDEPEND=">=dev-libs/UTF8Strings-1.12.0" + +DEPEND="${RDEPEND}" diff --git a/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild b/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild new file mode 100644 index 000000000000..ad1293d6a735 --- /dev/null +++ b/dev-libs/MicroJSON/MicroJSON-0.3.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit cmake-utils + +DESCRIPTION="Small and simple to use JSON generation and parsing library" +HOMEPAGE="http://grigory.info/${PN}.About.html" +SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux" +SLOT="0" + +RDEPEND=">=dev-libs/UTF8Strings-1.12.0" + +DEPEND="${RDEPEND}" diff --git a/dev-libs/MicroJSON/metadata.xml b/dev-libs/MicroJSON/metadata.xml new file mode 100644 index 000000000000..e73da0ee5c0a --- /dev/null +++ b/dev-libs/MicroJSON/metadata.xml @@ -0,0 +1,13 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>gorelov@grigory.info</email> + <name>Gorelov Grigory</name> + <description>Maintainer and upstream developer.</description> + </maintainer> + <herd>proxy-maintainers</herd> + <longdescription> + Small and simple to use JSON generation and parsing library. + </longdescription> +</pkgmetadata> |