logo

overlay

My (experimental) gentoo overlay
commit: 710e7cbe3b8967e2faf6e001adb91c89bf588ee5
parent: db29d1546207dcb54ee8e8ed2c1bb4381c4df82e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  2 Feb 2019 01:28:25 +0100

games-board/cockatrice: remove old (2.3.17)

Diffstat:

Mgames-board/cockatrice/Manifest1-
Dgames-board/cockatrice/cockatrice-2.3.17.ebuild52----------------------------------------------------
2 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/games-board/cockatrice/Manifest b/games-board/cockatrice/Manifest @@ -1,2 +1 @@ -DIST cockatrice-2.3.17.tar.gz 7340644 BLAKE2B da3503f5ac02d0a03d59c719af82926e693fc3f2028d096c2b1d8d5145c62439f68e88379281e224d812405b39520e34476a6fd1df75f8202adc463f6ea8b3f8 SHA512 7cf319af46e4e2bd59428cf6635eeefebe70695adb445b24a727050abbc64124c17654ac058429b88a99f09f77639c15f8100d107ee8f54cad2bf0dec7051aa5 DIST cockatrice-2.6.2.tar.gz 8313639 BLAKE2B d627dbf58c1818d3d06170602eb2ebafd0140e33997bd8cc299d1a665c487b3917473ea54eafdf5e2e03248371a9274b44b34529fc9fbab1c78fc603aa925709 SHA512 02a6f6fe66f8a0ffc16279b1c0d0053acd5da1bbb89dc297ec2ae307cf66852885fc96a297a1c8dfde57797ce817935541fe81d5e4198db59d4ef1ef3fe65039 diff --git a/games-board/cockatrice/cockatrice-2.3.17.ebuild b/games-board/cockatrice/cockatrice-2.3.17.ebuild @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils eutils - -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/2017-05-05-Release-2.3.17.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/"Cockatrice-2017-05-05-Release-2.3.17" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated server nls" - -DEPEND=" - dev-libs/protobuf - nls? ( dev-qt/linguist-tools:5 ) - dev-qt/qtwidgets:5 - dev-qt/qtwebsockets:5 - !dedicated? ( - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtsvg:5 - )" - -src_configure() { - local mycmakeargs=( - $(usex dedicated "-DWITHOUT_CLIENT=1 -DWITH_SERVER=1" "$(usex server "-DWITH_SERVER=1" "")") - -DICONDIR="/usr/share/icons" - -DDESKTOPDIR="/usr/share/applications" - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install -} - -pkg_postinst() { - #FIXME: - elog "zonebg pictures are in ${GAMES_DATADIR}/${PN}/zonebg" - elog "sounds are in ${GAMES_DATADIR}/${PN}/sounds" - elog "you can use those directories in cockatrice settings" -}