public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/collada-dom/
Date: Sat,  2 Jul 2022 21:10:43 +0000 (UTC)	[thread overview]
Message-ID: <1656796229.0fc67fe515b7b7485640bc5c220c729f123388e8.sam@gentoo> (raw)

commit:     0fc67fe515b7b7485640bc5c220c729f123388e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:10:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:10:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc67fe5

dev-libs/collada-dom: update EAPI 6 -> 8

Bug: https://bugs.gentoo.org/834316
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/collada-dom/collada-dom-2.5.0-r1.ebuild | 35 ++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-libs/collada-dom/collada-dom-2.5.0-r1.ebuild b/dev-libs/collada-dom/collada-dom-2.5.0-r1.ebuild
new file mode 100644
index 000000000000..4de6ad188946
--- /dev/null
+++ b/dev-libs/collada-dom/collada-dom-2.5.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/rdiankov/collada-dom"
+else
+	SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="COLLADA Document Object Model (DOM) C++ Library"
+HOMEPAGE="https://github.com/rdiankov/collada-dom"
+
+LICENSE="MIT"
+SLOT="0/25"
+
+RDEPEND="
+	dev-libs/boost:=
+	dev-libs/libxml2
+	dev-libs/libpcre[cxx]
+	sys-libs/zlib:=[minizip]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	# bug 618960
+	append-cxxflags -std=c++14
+
+	cmake_src_configure
+}


             reply	other threads:[~2022-07-02 21:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 21:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-02 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-libs/collada-dom/ Sam James
2022-07-02 21:23 Sam James
2022-07-02 21:23 Sam James
2022-07-02 21:23 Sam James
2022-07-02 20:56 Sam James
2022-03-01  0:01 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:21 Sam James
2021-12-08  3:33 Sam James
2021-09-21  8:10 Michał Górny
2021-07-20  9:03 David Seifert
2021-07-12 21:59 Sam James
2021-07-12 21:59 Sam James
2021-07-08  7:11 Sergei Trofimovich
2021-07-08  7:11 Sergei Trofimovich
2021-07-05  6:06 Sergei Trofimovich
2021-07-05  6:06 Sergei Trofimovich
2018-02-19 19:42 David Seifert
2018-02-19 19:42 David Seifert
2018-01-07  6:38 Alexis Ballier

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=1656796229.0fc67fe515b7b7485640bc5c220c729f123388e8.sam@gentoo \
    --to=sam@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