public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/
Date: Wed, 13 Mar 2019 22:45:24 +0000 (UTC)	[thread overview]
Message-ID: <1552517073.8591839037b228484d81fdf9e31d1f04b5b8f3de.chewi@gentoo> (raw)

commit:     8591839037b228484d81fdf9e31d1f04b5b8f3de
Author:     Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 16:00:04 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 22:44:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85918390

games-board/cockatrice: version bump to 20181220

Closes: https://bugs.gentoo.org/664712
Closes: https://bugs.gentoo.org/678690
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11149
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-board/cockatrice/Manifest                   |  1 +
 games-board/cockatrice/cockatrice-20181220.ebuild | 63 +++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/games-board/cockatrice/Manifest b/games-board/cockatrice/Manifest
index 8dfb668862a..085013d9d62 100644
--- a/games-board/cockatrice/Manifest
+++ b/games-board/cockatrice/Manifest
@@ -1 +1,2 @@
 DIST cockatrice-20170505.tar.gz 7340644 BLAKE2B da3503f5ac02d0a03d59c719af82926e693fc3f2028d096c2b1d8d5145c62439f68e88379281e224d812405b39520e34476a6fd1df75f8202adc463f6ea8b3f8 SHA512 7cf319af46e4e2bd59428cf6635eeefebe70695adb445b24a727050abbc64124c17654ac058429b88a99f09f77639c15f8100d107ee8f54cad2bf0dec7051aa5
+DIST cockatrice-20181220.tar.gz 8313639 BLAKE2B d627dbf58c1818d3d06170602eb2ebafd0140e33997bd8cc299d1a665c487b3917473ea54eafdf5e2e03248371a9274b44b34529fc9fbab1c78fc603aa925709 SHA512 02a6f6fe66f8a0ffc16279b1c0d0053acd5da1bbb89dc297ec2ae307cf66852885fc96a297a1c8dfde57797ce817935541fe81d5e4198db59d4ef1ef3fe65039

diff --git a/games-board/cockatrice/cockatrice-20181220.ebuild b/games-board/cockatrice/cockatrice-20181220.ebuild
new file mode 100644
index 00000000000..9b968e73da7
--- /dev/null
+++ b/games-board/cockatrice/cockatrice-20181220.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="An open-source multiplatform software for playing card games over a network"
+HOMEPAGE="https://github.com/Cockatrice/Cockatrice"
+SRC_URI="${HOMEPAGE}/archive/2018-12-20-Release-2.6.2.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+client +oracle server"
+
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtwidgets:5
+	client? (
+		dev-libs/protobuf:=
+		dev-qt/qtmultimedia:5
+		dev-qt/qtprintsupport:5
+		dev-qt/qtsvg:5
+	)
+	oracle? ( sys-libs/zlib )
+	server? (
+		dev-libs/protobuf:=
+		dev-qt/qtsql:5
+		dev-qt/qtwebsockets:5
+	)
+"
+BDEPEND="
+	dev-qt/linguist-tools:5
+	client? ( dev-libs/protobuf )
+	server? ( dev-libs/protobuf )
+"
+DEPEND="${RDEPEND}
+"
+
+# As the default help/about display the sha1 we need it
+SHA1='294b433'
+
+S="${WORKDIR}/Cockatrice-2018-12-20-Release-2.6.2"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_CLIENT=$(usex client)
+		-DWITH_ORACLE=$(usex oracle)
+		-DWITH_SERVER=$(usex server)
+		-DICONDIR="${EPREFIX}/usr/share/icons"
+		-DDESKTOPDIR="${EPREFIX}/usr/share/applications" )
+
+	# Add date in the help about, come from git originally
+	sed -e 's/^set(PROJECT_VERSION_FRIENDLY.*/set(PROJECT_VERSION_FRIENDLY \"'${SHA1}'\")/' \
+		-i cmake/getversion.cmake || die "sed failed!"
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2019-03-13 22:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13 22:45 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 16:19 [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ Andreas Sturmlechner
2021-06-24  2:16 Ionen Wolkens
2021-06-24  2:16 Ionen Wolkens
2021-05-31  8:20 Sam James
2021-01-24 10:18 James Le Cuirot
2021-01-24 10:18 James Le Cuirot
2021-01-24 10:18 James Le Cuirot
2019-12-06 20:32 David Seifert
2019-03-24 17:16 James Le Cuirot
2019-03-13 22:45 James Le Cuirot
2019-03-13 22:45 James Le Cuirot
2018-08-29  7:51 Andreas Sturmlechner
2018-08-22 18:39 Andreas Sturmlechner
2018-08-22 18:39 Andreas Sturmlechner
2017-08-25 22:46 Patrice Clement
2016-12-21 10:46 Patrice Clement
2016-09-28 18:35 Michael Palimaka
2016-09-14 17:26 Austin English
2016-07-30 14:35 Mike Gilbert
2016-07-12 17:03 Patrice Clement
2016-05-06  2:50 Michael Sterrett

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=1552517073.8591839037b228484d81fdf9e31d1f04b5b8f3de.chewi@gentoo \
    --to=chewi@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