public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/
Date: Wed, 15 May 2019 11:33:42 +0000 (UTC)	[thread overview]
Message-ID: <1557919996.482e0900efe29e4099663249a417af44159d82cc.asturm@gentoo> (raw)

commit:     482e0900efe29e4099663249a417af44159d82cc
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon May 13 17:29:42 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 11:33:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482e0900

app-text/cmark: bump to 0.29.0 (#685126)

Version bump to 0.29.0

Closes: https://bugs.gentoo.org/685126
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11984
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/cmark/Manifest            |  1 +
 app-text/cmark/cmark-0.29.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-text/cmark/Manifest b/app-text/cmark/Manifest
index d6f50e153e2..3f5f31c3c58 100644
--- a/app-text/cmark/Manifest
+++ b/app-text/cmark/Manifest
@@ -1 +1,2 @@
 DIST cmark-0.28.3.tar.gz 229391 BLAKE2B b235d3dd8ed9b83d8fd6ec495d311bed854ad61d28e5a5087f40f7e512977892fcdff7c51e8683db87e0ee8e5e73338fe11b8829e70c6f07c59e917a8b7268cc SHA512 409105a3228a8ae22ba6acf95cd99bc9a2c20f8603aa0e803a33172eb6ef53f80f8f0262d2258b77f9fd6e1f2e9017a6c906b88f761e053c09ef88c9ffab7d29
+DIST cmark-0.29.0.tar.gz 234545 BLAKE2B 1571cdf08f85142ff790db811b7973f2d95a7b1c8669af467cbeac1ad0907826a46f7e0e3ba717ba677746406f8372e40b9878f7810d317fa3c0e14db06dc8fb SHA512 06eb110cfd90c9e980c022b7588e28864d15a4da5d07d61ad4b27c6de47367492b9e58e9434e62b07517aa6dc484f17af13916808be3188f38c37d20cbf33112

diff --git a/app-text/cmark/cmark-0.29.0.ebuild b/app-text/cmark/cmark-0.29.0.ebuild
new file mode 100644
index 00000000000..00e9f8c5936
--- /dev/null
+++ b/app-text/cmark/cmark-0.29.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="CommonMark parsing and rendering library and program in C"
+HOMEPAGE="https://github.com/commonmark/cmark"
+SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/0.29.0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( ${PYTHON_DEPS} )"
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMARK_LIB_FUZZER=OFF
+		-DCMARK_SHARED=ON
+		-DCMARK_STATIC=OFF
+		-DCMARK_TESTS="$(usex test)"
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2019-05-15 11:33 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15 11:33 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 18:19 [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/ Arthur Zamarin
2024-05-28 14:03 Sam James
2024-05-28 12:29 Michał Górny
2024-05-28 12:11 Michał Górny
2024-02-24 13:30 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2023-04-21 16:14 David Seifert
2023-03-17  7:49 Arthur Zamarin
2023-03-16 22:20 Sam James
2023-02-06 12:03 Florian Schmaus
2022-05-13 20:51 Jakov Smolić
2022-05-12  9:02 Jakov Smolić
2022-05-07 18:25 Arthur Zamarin
2022-03-25  4:57 Yixun Lan
2021-11-19 17:50 Jakov Smolić
2021-11-19  8:10 Agostino Sarubbo
2021-11-19  2:43 Sam James
2021-11-19  2:43 Sam James
2021-09-29  0:59 Ionen Wolkens
2021-09-29  0:59 Ionen Wolkens
2021-09-07 12:31 Ionen Wolkens
2021-09-07 12:31 Ionen Wolkens
2021-07-08 12:05 Joonas Niilola
2021-07-08 12:05 Joonas Niilola
2020-09-29 10:26 Joonas Niilola
2019-12-31 18:49 Andreas Sturmlechner
2019-09-26  6:52 Sergei Trofimovich
2019-07-18 15:30 Andreas Sturmlechner
2019-07-18 11:44 Agostino Sarubbo
2019-07-18  9:57 Agostino Sarubbo
2019-07-18  9:54 Agostino Sarubbo
2019-05-15 11:33 Andreas Sturmlechner
2019-03-11 10:13 Patrice Clement
2019-03-11 10:13 Patrice Clement
2019-02-25 15:13 Mikle Kolyada
2019-02-24 19:01 Thomas Deutschmann
2019-02-23 11:58 Sergei Trofimovich
2018-01-28 15:36 Sergei Trofimovich
2017-12-01 21:23 Patrice Clement
2017-12-01 21:23 Patrice Clement
2017-08-04 20:23 Michał Górny
2017-04-20 16:14 Michał Górny
2017-01-09 17:31 Göktürk Yüksek

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=1557919996.482e0900efe29e4099663249a417af44159d82cc.asturm@gentoo \
    --to=asturm@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