From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84F8413835A for ; Sun, 24 Jan 2021 10:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF917E09B1; Sun, 24 Jan 2021 10:19:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F7DE09B1 for ; Sun, 24 Jan 2021 10:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63D98340FA2 for ; Sun, 24 Jan 2021 10:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021274A2 for ; Sun, 24 Jan 2021 10:18:58 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1611483445.9a88f3e6df04b356d75f886aa6c0ab567628f962.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cockatrice/Manifest games-board/cockatrice/cockatrice-20190304-r1.ebuild X-VCS-Directories: games-board/cockatrice/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9a88f3e6df04b356d75f886aa6c0ab567628f962 X-VCS-Branch: master Date: Sun, 24 Jan 2021 10:18:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c77e3e6-bc1e-4b18-abb1-edcc74e015c7 X-Archives-Hash: cb8ed4b2dd5aaa8b3dc309855c0c60ab commit: 9a88f3e6df04b356d75f886aa6c0ab567628f962 Author: Guillaume Seren gmail com> AuthorDate: Fri Dec 11 19:31:54 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 24 10:17:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a88f3e6 games-board/cockatrice: Clean old version Closes: https://bugs.gentoo.org/759505 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guillaume Seren gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18611 Signed-off-by: James Le Cuirot gentoo.org> games-board/cockatrice/Manifest | 1 - .../cockatrice/cockatrice-20190304-r1.ebuild | 69 ---------------------- 2 files changed, 70 deletions(-) diff --git a/games-board/cockatrice/Manifest b/games-board/cockatrice/Manifest index 42e894d509b..58e38529b60 100644 --- a/games-board/cockatrice/Manifest +++ b/games-board/cockatrice/Manifest @@ -1,2 +1 @@ -DIST cockatrice-20190304.tar.gz 8464830 BLAKE2B 6e6b41593d7eddc8599fa894eed63f993fb69888c57fdfc4a45d71e6e7990d7d716663b69902139f5fd7ead455acdba76ac1d649977e26dceb2948293c34b74e SHA512 6a76e5de2aa7a4d2c9943bee9225ebf01aca7679bcd2542450b7e8b919e401992019f5bfb69597e8845bb2d8db568d7a6549600b85b576f9fb29be712bbfc9e5 DIST cockatrice-20200823.tar.gz 8503044 BLAKE2B a987418b25db53e5fc42627e3efa93ee7348ff341d7cf844647c6655b00bb76f2929cff91c6a1d199525fba2785f4d5da533c934ad483636af1979d52f8eea94 SHA512 0fa919009536238cd540db6ef01271a41f96aa40a3d40b468fbc400905dbdfe914cfb785f62f8135355c64cc8fef19a83604aee1ad4420bb73c8f31b9d48e48b diff --git a/games-board/cockatrice/cockatrice-20190304-r1.ebuild b/games-board/cockatrice/cockatrice-20190304-r1.ebuild deleted file mode 100644 index 50792e3ce5f..00000000000 --- a/games-board/cockatrice/cockatrice-20190304-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -MY_PV="2019-03-04-Release-2.7.0" -DESCRIPTION="An open-source multiplatform software for playing card games over a network" -HOMEPAGE="https://github.com/Cockatrice/Cockatrice" -SRC_URI="https://github.com/Cockatrice/Cockatrice/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+client +oracle server" - -RDEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtprintsupport:5 - dev-qt/qtwebsockets:5 - dev-qt/qtwidgets:5 - client? ( - dev-libs/protobuf:= - dev-qt/qtmultimedia:5 - dev-qt/qtsvg:5 - ) - oracle? ( sys-libs/zlib ) - server? ( - dev-libs/protobuf:= - dev-qt/qtsql: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-${MY_PV}" - -PATCHES=( - "${FILESDIR}"/use-ccache.patch - "${FILESDIR}"/${P}-qt-5.15.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=OFF - -DUSE_CCACHE=OFF - -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_src_configure -}