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, 14 Oct 2019 18:24:23 +0000 (UTC)	[thread overview]
Message-ID: <1571077458.b8ad63b246d935a5279dca0c6b47930daaee2f6b.candrews@gentoo> (raw)

commit:     b8ad63b246d935a5279dca0c6b47930daaee2f6b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 18:23:34 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 18:24:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ad63b2

dev-cpp/waylandpp: 0.2.7 version bump

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

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

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index 8e597c3dc67..ddd2e862bb8 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -2,3 +2,4 @@ DIST waylandpp-0.2.3.tar.gz 180539 BLAKE2B 8941200b46235c8b65926065a3a758871581f
 DIST waylandpp-0.2.4.tar.gz 240718 BLAKE2B 4493f3e19dd546412f110227c44440a422d0e1156eb24ed8bc3e58e5ebda22c0aee16e5f2a2efc1328a697c5436f81c11c67d7c46855f32f7531783a1d514ae1 SHA512 74855ea86926692a9f6ccb5645a7ed30000bab0f01a2f37a30f2c0a341d67d511ae217b8f69adc52fa2c25ac65afa182a6dbf2318360435a02b6ff428b4c9d51
 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

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
new file mode 100644
index 00000000000..ea9a34e1e54
--- /dev/null
+++ b/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+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)
+		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2019-10-14 18:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14 18:24 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
2020-06-29 20:01 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=1571077458.b8ad63b246d935a5279dca0c6b47930daaee2f6b.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