From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/
Date: Mon, 9 Jan 2017 17:31:52 +0000 (UTC) [thread overview]
Message-ID: <1483983044.57f65c13d6c3daed17de4725ca28cb46b3025ffa.gokturk@gentoo> (raw)
commit: 57f65c13d6c3daed17de4725ca28cb46b3025ffa
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Dec 19 18:24:30 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 17:30:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f65c13
app-text/cmark: New package (#549682)
cmark is CommonMark parsing and rendering library and program in C.
Gentoo-Bug: https://bugs.gentoo.org/549682
Package-Manager: portage-2.3.0
app-text/cmark/Manifest | 1 +
app-text/cmark/cmark-0.27.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
app-text/cmark/metadata.xml | 18 ++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/app-text/cmark/Manifest b/app-text/cmark/Manifest
new file mode 100644
index 00000000..7fcdd69
--- /dev/null
+++ b/app-text/cmark/Manifest
@@ -0,0 +1 @@
+DIST cmark-0.27.1.tar.gz 215574 SHA256 669b4c19355e8cb90139fdd03b02283b97130e92ea99a104552a2976751446b5 SHA512 a7797c9dfd54e20499666e37ba67b1902ef0d40867e7b941c1cfc93d4fbe935fb073be69aecc9f9f8c8e9524049037771635b45e071af981613431f3fbbe7b41 WHIRLPOOL 0eac7dd03176ca0fd21f89288b8e1ce92889cac00690e512304afa58c4e1777040697b78897c851a8c1c59d181cfc6e5ce3f5a980efd9939f66cc950e91fdc07
diff --git a/app-text/cmark/cmark-0.27.1.ebuild b/app-text/cmark/cmark-0.27.1.ebuild
new file mode 100644
index 00000000..31fd2e2
--- /dev/null
+++ b/app-text/cmark/cmark-0.27.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="CommonMark parsing and rendering library and program in C"
+HOMEPAGE="https://github.com/jgm/cmark"
+SRC_URI="https://github.com/jgm/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ test? ( || ( dev-lang/python:3.4 dev-lang/python:3.5 ) )"
+RDEPEND=""
+
+src_prepare() {
+ cmake-utils_src_prepare
+ # Remove static library from installing
+ sed -i -e \
+ s":\${LIBRARY} \${STATICLIBRARY}:\${LIBRARY}:g" \
+ src/CMakeLists.txt || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMARK_TESTS="$(usex test)"
+ )
+ cmake-utils_src_configure
+}
diff --git a/app-text/cmark/metadata.xml b/app-text/cmark/metadata.xml
new file mode 100644
index 00000000..793f4e4
--- /dev/null
+++ b/app-text/cmark/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 type="person">
+ <email>azamat.hackimov@gmail.com</email>
+ <name>Azamat H. Hackimov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ CommonMark parsing and rendering library and program in C.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">jgm/cmark</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2017-01-09 17:31 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-09 17:31 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-20 16:14 [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/ Michał Górny
2017-08-04 20:23 Michał Górny
2017-12-01 21:23 Patrice Clement
2017-12-01 21:23 Patrice Clement
2018-01-28 15:36 Sergei Trofimovich
2019-02-23 11:58 Sergei Trofimovich
2019-02-24 19:01 Thomas Deutschmann
2019-02-25 15:13 Mikle Kolyada
2019-03-11 10:13 Patrice Clement
2019-03-11 10:13 Patrice Clement
2019-05-15 11:33 Andreas Sturmlechner
2019-05-15 11:33 Andreas Sturmlechner
2019-07-18 9:54 Agostino Sarubbo
2019-07-18 9:57 Agostino Sarubbo
2019-07-18 11:44 Agostino Sarubbo
2019-07-18 15:30 Andreas Sturmlechner
2019-09-26 6:52 Sergei Trofimovich
2019-12-31 18:49 Andreas Sturmlechner
2020-09-29 10:26 Joonas Niilola
2021-07-08 12:05 Joonas Niilola
2021-07-08 12:05 Joonas Niilola
2021-09-07 12:31 Ionen Wolkens
2021-09-07 12:31 Ionen Wolkens
2021-09-29 0:59 Ionen Wolkens
2021-09-29 0:59 Ionen Wolkens
2021-11-19 2:43 Sam James
2021-11-19 2:43 Sam James
2021-11-19 8:10 Agostino Sarubbo
2021-11-19 17:50 Jakov Smolić
2022-03-25 4:57 Yixun Lan
2022-05-07 18:25 Arthur Zamarin
2022-05-12 9:02 Jakov Smolić
2022-05-13 20:51 Jakov Smolić
2023-02-06 12:03 Florian Schmaus
2023-03-16 22:20 Sam James
2023-03-17 7:49 Arthur Zamarin
2023-04-21 16:14 David Seifert
2024-02-24 13:30 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2024-05-28 12:11 Michał Górny
2024-05-28 12:29 Michał Górny
2024-05-28 14:03 Sam James
2024-05-28 18:19 Arthur Zamarin
2024-12-01 12:44 Sam James
2024-12-01 12:44 Sam James
2025-01-03 16:41 Joonas Niilola
2025-02-25 3:30 Sam James
2025-02-25 4:15 Sam James
2025-02-25 4:15 Sam James
2025-02-25 4:15 Sam James
2025-03-15 17:10 Petr Vaněk
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=1483983044.57f65c13d6c3daed17de4725ca28cb46b3025ffa.gokturk@gentoo \
--to=gokturk@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