From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/univalue/
Date: Sun, 20 Mar 2016 15:42:52 +0000 (UTC) [thread overview]
Message-ID: <1458488573.b8c46b00bb2391fb68bef9de6043c82e5b158163.blueness@gentoo> (raw)
commit: b8c46b00bb2391fb68bef9de6043c82e5b158163
Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Sat Mar 19 22:25:56 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 15:42:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c46b00
dev-libs/univalue: initial commit, version 1.0.2
dev-libs/univalue/Manifest | 1 +
dev-libs/univalue/metadata.xml | 15 +++++++++++++++
dev-libs/univalue/univalue-1.0.2.ebuild | 34 +++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-libs/univalue/Manifest b/dev-libs/univalue/Manifest
new file mode 100644
index 0000000..5bb6673
--- /dev/null
+++ b/dev-libs/univalue/Manifest
@@ -0,0 +1 @@
+DIST univalue-1.0.2.tgz 14201 SHA256 685ca5d2db9c0475d88bfd0a444a90ade770f7e98dacfed55921775c36d28e51 SHA512 727096735dbad082741fb863c9066936a80d7337b1d7c4c289107d240b7f695756a8720f5db320f0c7521b523e299829bd49833b6a31969d8aa43267653a4f2f WHIRLPOOL a801c578c8ac48ebb8febf22b5c808b5728a7af7eff2af4717d7c6fa5208d2d2758b07eee7acc56d153cf98ddd0aa1b350a4b66155dd49cf87d515644054a0f3
diff --git a/dev-libs/univalue/metadata.xml b/dev-libs/univalue/metadata.xml
new file mode 100644
index 0000000..d8cb585
--- /dev/null
+++ b/dev-libs/univalue/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>luke-jr+gentoobugs@utopios.org</email>
+ <name>Luke Dashjr</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jgarzik/univalue</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-libs/univalue/univalue-1.0.2.ebuild b/dev-libs/univalue/univalue-1.0.2.ebuild
new file mode 100644
index 0000000..29eec35
--- /dev/null
+++ b/dev-libs/univalue/univalue-1.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="C++ universal value object and JSON library"
+HOMEPAGE="https://github.com/jgarzik/univalue"
+LICENSE="MIT"
+
+SRC_URI="https://codeload.github.com/jgarzik/${PN}/tar.gz/v${PV} -> ${P}.tgz"
+SLOT="0/0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ ./autogen.sh || die
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default_src_install
+ prune_libtool_files
+}
\ No newline at end of file
next reply other threads:[~2016-03-20 15:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 15:42 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-19 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-libs/univalue/ Tobias Klausmann
2016-12-20 9:08 Agostino Sarubbo
2018-02-14 15:46 Michał Górny
2018-11-27 17:28 Craig Andrews
2018-11-27 17:28 Craig Andrews
2019-01-11 21:38 Craig Andrews
2019-12-15 12:44 Agostino Sarubbo
2019-12-15 12:48 Agostino Sarubbo
2019-12-24 14:53 Mikle Kolyada
2020-04-23 7:41 Joonas Niilola
2020-07-08 12:23 Michał Górny
2020-07-08 19:46 Sam James
2020-07-17 7:44 Agostino Sarubbo
2020-07-18 0:01 Sam James
2024-08-25 15:24 Andreas K. Hüttel
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=1458488573.b8c46b00bb2391fb68bef9de6043c82e5b158163.blueness@gentoo \
--to=blueness@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