public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/
Date: Wed, 11 Nov 2015 17:50:47 +0000 (UTC)	[thread overview]
Message-ID: <1447263551.fcca8f402bb0c80cc84fc370c0ffa63e55dacbd6.williamh@gentoo> (raw)

commit:     fcca8f402bb0c80cc84fc370c0ffa63e55dacbd6
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:53:33 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:39:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcca8f40

dev-lua/dkjson: initial commit

 dev-lua/dkjson/Manifest          |  1 +
 dev-lua/dkjson/dkjson-2.5.ebuild | 28 ++++++++++++++++++++++++++++
 dev-lua/dkjson/metadata.xml      | 18 ++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-lua/dkjson/Manifest b/dev-lua/dkjson/Manifest
new file mode 100644
index 0000000..384480a
--- /dev/null
+++ b/dev-lua/dkjson/Manifest
@@ -0,0 +1 @@
+DIST dkjson-2.5.tar.gz 15799 SHA256 552bde07d6eb95dc32423cc4c6f6fa40699611ef6ba96ba990fcd0e055b38a93 SHA512 ec9a226c3a94d7561f8f51bb0e6c92a64385b0d8baf83de862cce7e1c302d900bff723be23e4b5b4c3c2accafaf8d75d4b0842e14b2e41390a3f9761d46a38af WHIRLPOOL 91a6be85a277caa8e00ccfc0121384e4ed6db23cd82b00a55d1c8b8c8f89b3c1efe321f6d17f3849eed20ba1f3681052ca94d347dfc17d79a404f98cf64e7f11

diff --git a/dev-lua/dkjson/dkjson-2.5.ebuild b/dev-lua/dkjson/dkjson-2.5.ebuild
new file mode 100644
index 0000000..20febb1
--- /dev/null
+++ b/dev-lua/dkjson/dkjson-2.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="David Kolf's JSON module for Lua"
+HOMEPAGE="http://dkolf.de/src/dkjson-lua.fsl/"
+SRC_URI="http://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND=">=dev-lang/lua-5.1:=
+	!>=dev-lang/lua-5.4"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}"
+
+src_install() {
+	insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"
+doins dkjson.lua
+dodoc readme.txt
+}

diff --git a/dev-lua/dkjson/metadata.xml b/dev-lua/dkjson/metadata.xml
new file mode 100644
index 0000000..3c7fa20
--- /dev/null
+++ b/dev-lua/dkjson/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+	<longdescription lang="en">
+		dkjson is a module for encoding and decoding JSON data. It supports
+		UTF-8.
+
+		JSON (JavaScript Object Notation) is a format for serializing data
+		based on the syntax for JavaScript data structures.
+
+		dkjson is written in Lua without any dependencies, but
+		when LPeg is available dkjson uses it to speed up decoding.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2015-11-11 17:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11 17:50 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-07  1:52 [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ Aaron Bauman
2017-03-16 10:27 Michael Palimaka
2018-03-27  7:31 Sergei Trofimovich
2018-03-27  8:06 Sergei Trofimovich
2018-04-01 11:48 Mikle Kolyada
2018-12-29 12:10 Mikle Kolyada
2020-10-12 10:57 Conrad Kostecki
2020-11-26  8:32 Sam James
2020-12-03 13:11 Marek Szuba
2021-02-21 21:22 Conrad Kostecki
2021-04-17 12:24 Conrad Kostecki
2021-04-18 19:41 Sergei Trofimovich
2021-09-18 12:29 Marek Szuba
2021-12-20 10:20 Conrad Kostecki
2022-01-21 10:03 Jakov Smolić
2023-08-05 22:41 Conrad Kostecki
2024-03-09 13:57 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-06-10 20:39 William Hubbs
2024-06-17 22:31 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447263551.fcca8f402bb0c80cc84fc370c0ffa63e55dacbd6.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox