summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:14 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:35:42 +0100
commit86c61914a28c653c8ee53845743891165c96c236 (patch)
treee36a1adaca48e2874b516329c1512c2615b7b26e /games-board/cockatrice
parentgames-board/chessx: Remove old (diff)
downloadgentoo-86c61914a28c653c8ee53845743891165c96c236.tar.gz
gentoo-86c61914a28c653c8ee53845743891165c96c236.tar.bz2
gentoo-86c61914a28c653c8ee53845743891165c96c236.zip
games-board/cockatrice: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board/cockatrice')
-rw-r--r--games-board/cockatrice/Manifest2
-rw-r--r--games-board/cockatrice/cockatrice-20160506-r1.ebuild64
-rw-r--r--games-board/cockatrice/cockatrice-20160506.ebuild69
-rw-r--r--games-board/cockatrice/cockatrice-20160630.ebuild67
4 files changed, 0 insertions, 202 deletions
diff --git a/games-board/cockatrice/Manifest b/games-board/cockatrice/Manifest
index 94d7e131112d..8dfb668862ad 100644
--- a/games-board/cockatrice/Manifest
+++ b/games-board/cockatrice/Manifest
@@ -1,3 +1 @@
-DIST cockatrice-20160506.tar.gz 6910937 BLAKE2B 3e5ccc1f62a8c3c79a25c8def3e1771dd54df501304cdbb21ad53b21dc605eb0eb9ebee86f30ecc138da1a404d756a7ab10aa10537db20b9b50b67ff4d11e754 SHA512 5f90804270907b3a915e763e6a20c39432f76591a11df7198526fde5635314ffbb27026860053c302be1ef1dfce1efa445c5849c72d1220575314d6c3d67e94f
-DIST cockatrice-20160630.tar.gz 6928656 BLAKE2B 2a9b616693854ecf0c04a82cba323a7a3610ad286d67ca78ad902895274aab229cddc10779dadf54c92584e8da1255991974fb8919360be802bb1b81a3a841cd SHA512 a208b0e754285f9dd9f1f0bd28dbb29d97edf2d40da02bbe4dd6d6f01cfdff6fdc978ceaaf3d251252a69318519283790fa7ed5c552b08142e849e0b7c18d4cd
DIST cockatrice-20170505.tar.gz 7340644 BLAKE2B da3503f5ac02d0a03d59c719af82926e693fc3f2028d096c2b1d8d5145c62439f68e88379281e224d812405b39520e34476a6fd1df75f8202adc463f6ea8b3f8 SHA512 7cf319af46e4e2bd59428cf6635eeefebe70695adb445b24a727050abbc64124c17654ac058429b88a99f09f77639c15f8100d107ee8f54cad2bf0dec7051aa5
diff --git a/games-board/cockatrice/cockatrice-20160506-r1.ebuild b/games-board/cockatrice/cockatrice-20160506-r1.ebuild
deleted file mode 100644
index 9c41aa20e59f..000000000000
--- a/games-board/cockatrice/cockatrice-20160506-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils eutils gnome2-utils
-
-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/${PN}/archive/2016-05-06-Release.tar.gz -> ${P}.tar.gz"
-
-S=${WORKDIR}/"Cockatrice-2016-05-06-Release"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated server"
-
-DEPEND="
- dev-libs/libgcrypt:0
- dev-libs/protobuf
- dev-qt/linguist-tools:5
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtprintsupport: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_preinst() {
- use dedicated || gnome2_icon_savelist
-}
-
-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"
- use dedicated || gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use dedicated || gnome2_icon_cache_update
-}
diff --git a/games-board/cockatrice/cockatrice-20160506.ebuild b/games-board/cockatrice/cockatrice-20160506.ebuild
deleted file mode 100644
index 77506df94f54..000000000000
--- a/games-board/cockatrice/cockatrice-20160506.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils eutils gnome2-utils games
-
-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/${PN}/archive/2016-05-06-Release.tar.gz -> ${P}.tar.gz"
-
-S=${WORKDIR}/"Cockatrice-2016-05-06-Release"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated server"
-
-DEPEND="
- dev-libs/libgcrypt:0
- dev-libs/protobuf
- dev-qt/qtcore:5
- dev-qt/qtconcurrent:5
- dev-qt/linguist-tools:5
- dev-qt/qtprintsupport:5
- !dedicated? (
- dev-qt/qtmultimedia:5
- dev-qt/qtsvg:5
- dev-qt/qtgui:5
- )"
-
-src_configure() {
- local mycmakeargs=(
- $(usex dedicated "-DWITHOUT_CLIENT=1 -DWITH_SERVER=1" "$(usex server "-DWITH_SERVER=1" "")")
- -DCMAKE_INSTALL_BINDIR="${GAMES_BINDIR}"
- -DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}"
- -DDATADIR="${GAMES_DATADIR}/${PN}"
- -DICONDIR="/usr/share/icons"
- -DDESKTOPDIR="/usr/share/applications"
- )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- use dedicated || gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- 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"
- use dedicated || gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use dedicated || gnome2_icon_cache_update
-}
diff --git a/games-board/cockatrice/cockatrice-20160630.ebuild b/games-board/cockatrice/cockatrice-20160630.ebuild
deleted file mode 100644
index 5c0eed4992c6..000000000000
--- a/games-board/cockatrice/cockatrice-20160630.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils eutils gnome2-utils
-
-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/${PN}/archive/2016-06-30-Release.tar.gz -> ${P}.tar.gz"
-# As the default help/about display the sha1 we need it
-SHA1='277d7e2'
-S=${WORKDIR}/"Cockatrice-2016-06-30-Release"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated server"
-
-DEPEND="
- dev-libs/libgcrypt:0
- dev-libs/protobuf
- dev-qt/linguist-tools:5
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtprintsupport: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"
- )
-
- # Add date in the help about, come from git originally
- sed -i 's/^set(PROJECT_VERSION_FRIENDLY.*/set(PROJECT_VERSION_FRIENDLY \"'${SHA1}'\")/' cmake/getversion.cmake || die "Sed failed!"
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
-}
-
-pkg_preinst() {
- use dedicated || gnome2_icon_savelist
-}
-
-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"
- use dedicated || gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use dedicated || gnome2_icon_cache_update
-}