From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/
Date: Tue, 10 Apr 2018 00:41:12 +0000 (UTC) [thread overview]
Message-ID: <1523319982.5ae0aea7fe50cf9217903949e1fd794b67535889.mrueg@gentoo> (raw)
commit: 5ae0aea7fe50cf9217903949e1fd794b67535889
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 00:26:22 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 00:26:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae0aea7
app-text/editorconfig-core-c: Version bump to 0.12.2
Package-Manager: Portage-2.3.28, Repoman-2.3.9
app-text/editorconfig-core-c/Manifest | 1 +
.../editorconfig-core-c-0.12.2.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-text/editorconfig-core-c/Manifest b/app-text/editorconfig-core-c/Manifest
index f70adae767a..2433f69490a 100644
--- a/app-text/editorconfig-core-c/Manifest
+++ b/app-text/editorconfig-core-c/Manifest
@@ -1 +1,2 @@
DIST editorconfig-core-c-0.12.1.tar.gz 65369 BLAKE2B 30296b64bd215a8b51d3b4d6146ce5eac13cb1a8ba8a25d0faabcc22989503d9d73bc138240b475eb7ea4eecd5f5bbbf347519b1696373daf55ffd27fc772f4c SHA512 3517f7db84d632615ba651eeafab6730739b7bf01f4ea34fbca65f58463fbbcbabc101587b289a7922b55708453262c65569077c51087424d47d0676dc1db686
+DIST editorconfig-core-c-0.12.2.tar.gz 67002 BLAKE2B 6b808366acc8d0a96fc47cb74d620a4028978d7114b4a64d6799527276442f1d39ba8d5611530f873c78b7c49893c5edecec84dcc6f2616ba2663cb36fa92d0d SHA512 6ab3e4f7f95c83c0781064ca15bb70394bb947f9d4cd1348224f02e25c65021d14439b913775d7cfafb93476158799c34438fa548adf3c7ec6dbfd6f1052a046
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild
new file mode 100644
index 00000000000..1bfe84ca069
--- /dev/null
+++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="EditorConfig core library written in C"
+HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/"
+SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cli doc"
+CDEPEND="dev-libs/libpcre:="
+DEPEND="${CDEPEND}
+ doc? ( app-doc/doxygen )"
+RDEPEND="${CDEPEND}
+ cli? ( !dev-python/editorconfig-core-py[cli] )"
+
+src_prepare() {
+ sed -e 's:OUTPUT_NAME editorconfig_static:OUTPUT_NAME editorconfig:' \
+ -i src/lib/CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=()
+ use doc && mycmakeargs+=(-DINSTALL_HTML_DOC=ON)
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ use cli || rm -rf "${ED}usr/bin"
+}
next reply other threads:[~2018-04-10 0:41 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 0:41 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-30 9:57 [gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/ Arthur Zamarin
2025-01-30 9:57 Arthur Zamarin
2025-01-29 22:16 Sam James
2024-10-13 20:41 Zac Medico
2024-03-02 23:37 Zac Medico
2024-03-02 23:37 Zac Medico
2023-06-01 20:19 Sam James
2023-06-01 17:16 Arthur Zamarin
2023-06-01 17:14 Arthur Zamarin
2023-04-30 7:03 Sam James
2023-01-28 23:28 Andreas Sturmlechner
2023-01-26 22:05 Sam James
2023-01-26 21:49 Sam James
2023-01-26 21:49 Sam James
2022-12-18 21:02 Zac Medico
2022-06-28 4:18 WANG Xuerui
2021-09-03 18:03 Sam James
2021-09-03 1:53 Sam James
2021-09-02 17:26 Sam James
2020-08-29 22:11 Zac Medico
2020-08-29 22:09 Zac Medico
2020-07-27 13:54 Sam James
2020-07-27 13:54 Sam James
2020-07-14 0:32 Patrick McLean
2020-07-12 3:10 Zac Medico
2020-04-03 7:37 Mart Raudsepp
2020-01-27 12:46 Agostino Sarubbo
2020-01-27 3:02 Thomas Deutschmann
2020-01-26 23:27 Andreas Sturmlechner
2020-01-26 22:14 Zac Medico
2019-05-27 21:04 Aaron Bauman
2017-07-29 20:30 Alexis Ballier
2017-06-01 9:13 Agostino Sarubbo
2017-05-29 11:30 Agostino Sarubbo
2017-04-05 13:51 Michael Weber
2016-11-08 4:31 Zac Medico
2016-11-08 4:17 Zac Medico
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=1523319982.5ae0aea7fe50cf9217903949e1fd794b67535889.mrueg@gentoo \
--to=mrueg@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