public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/waylandpp/
Date: Mon, 29 Jun 2020 20:01:47 +0000 (UTC)	[thread overview]
Message-ID: <1593460903.a0ece11a7f68ea954e3c33067c5d737cb98e1ff3.candrews@gentoo> (raw)

commit:     a0ece11a7f68ea954e3c33067c5d737cb98e1ff3
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 20:00:20 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 20:01:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ece11a

dev-cpp/waylandpp: 0.2.8 version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-cpp/waylandpp/Manifest               |  1 +
 dev-cpp/waylandpp/waylandpp-0.2.8.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index ddd2e862bb8..63640cd1a9f 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -3,3 +3,4 @@ DIST waylandpp-0.2.4.tar.gz 240718 BLAKE2B 4493f3e19dd546412f110227c44440a422d0e
 DIST waylandpp-0.2.5.tar.gz 177735 BLAKE2B 9add6147b7694d275f2f15f03476aef5bddebdca029f012743a0c0c388c7ef7394536b4401c78830487bb1c36a0b29ea348bc2acf60617af7bcbf917a5b691dd SHA512 a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e
 DIST waylandpp-0.2.6.tar.gz 178969 BLAKE2B aff9108691dfb2f27ac829865d3367a7f72de0a838b64f6265183a36a9ed5efbfcc9abcf724c784f5bda08c1a312cc7077fa55756b10520114dc8a23aa30f7a3 SHA512 b2d2f22864db830ec6a78282552a3e677f109c49381f21e80efec3cc65cad1820b1e10ad76d960e9d470f84060bb7f3edf0dcdd94025ae80a4a93ffcecfb8c5f
 DIST waylandpp-0.2.7.tar.gz 179121 BLAKE2B 6a8e77817962b8bd6ea93c059cd8cee9c655821bca0dc996b014d6085de1f88fe9a9f2b7c80a8b8fa405e898f7d96dc5d01f78288033d18184b5f0504c78c276 SHA512 67ec76d9bc0146472d70364c98b6b5af957c757a95d55c224ef2d9bf8b3ab15dc4f6333dca1ad803d94403be11abe7055db54d9fc708c6f5c0196f6a328a5ed2
+DIST waylandpp-0.2.8.tar.gz 181950 BLAKE2B 186515308d2e17e39e61f953fcf43df6bcff45a965d6425ffb71f0314fc091d241a975d0e7a61e988091ae7491cab56e163b6bccc0a2584b79b5bd5a7f8573fd SHA512 bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild
new file mode 100644
index 00000000000..6fda559666c
--- /dev/null
+++ b/dev-cpp/waylandpp/waylandpp-0.2.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Wayland C++ bindings"
+HOMEPAGE="https://github.com/NilsBrause/waylandpp"
+
+LICENSE="MIT"
+IUSE="doc"
+SLOT="0/$(ver_cut 1-2)"
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+	>=dev-libs/wayland-1.11.0
+	media-libs/mesa[wayland]
+	>=dev-libs/pugixml-1.9-r1
+"
+DEPEND="${RDEPEND}
+	doc? (
+		app-doc/doxygen
+		media-gfx/graphviz
+	)
+	"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCUMENTATION=$(usex doc)
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2020-06-29 20:01 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 20:01 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/waylandpp/ Craig Andrews
2023-10-23  3:21 Sam James
2023-10-23  1:44 Sam James
2023-10-23  1:44 Sam James
2022-12-26 19:19 Andreas Sturmlechner
2022-12-26  3:54 Sam James
2022-12-26  3:28 Sam James
2022-12-26  3:20 Sam James
2022-08-27 11:45 Yixun Lan
2022-04-25 17:08 Craig Andrews
2022-04-14 13:23 Craig Andrews
2022-01-30 22:12 Craig Andrews
2021-03-29 14:50 Sam James
2021-03-01 23:42 Sam James
2021-03-01 17:18 Thomas Deutschmann
2020-07-23 20:41 Sam James
2020-07-14 22:39 Sam James
2019-10-14 18:24 Craig Andrews
2019-10-03 20:08 Craig Andrews
2019-02-24 20:53 Craig Andrews
2019-02-24 20:53 Craig Andrews
2019-01-08 21:29 Craig Andrews
2018-12-13 15:29 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-04-23 13:36 Craig Andrews
2018-01-31 17:42 Craig Andrews
2017-12-04 15:24 Craig Andrews
2017-11-27 15:51 Craig Andrews
2017-11-06 16:10 Craig Andrews
2017-10-17 14:41 Craig Andrews
2017-09-07 13:44 Craig Andrews
2017-09-07 13:11 Craig Andrews
2017-08-28  3:14 Craig Andrews
2017-08-28  2:52 Craig Andrews
2017-08-23 16:28 Craig Andrews
2017-08-22 20:15 Craig Andrews

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=1593460903.a0ece11a7f68ea954e3c33067c5d737cb98e1ff3.candrews@gentoo \
    --to=candrews@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