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:36:06 +0100
commit81a77ec7df9596fdc331756ac97343c358ce565e (patch)
treee8cf9436771179ca66eeef11d7796e6b1fecc020 /games-board/gambit
parentgames-board/freedoko: Remove old (diff)
downloadgentoo-81a77ec7df9596fdc331756ac97343c358ce565e.tar.gz
gentoo-81a77ec7df9596fdc331756ac97343c358ce565e.tar.bz2
gentoo-81a77ec7df9596fdc331756ac97343c358ce565e.zip
games-board/gambit: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board/gambit')
-rw-r--r--games-board/gambit/Manifest1
-rw-r--r--games-board/gambit/gambit-1.0.1.ebuild56
-rw-r--r--games-board/gambit/gambit-1.0.3.ebuild56
3 files changed, 0 insertions, 113 deletions
diff --git a/games-board/gambit/Manifest b/games-board/gambit/Manifest
index c351c6c27c02..02def04e0b46 100644
--- a/games-board/gambit/Manifest
+++ b/games-board/gambit/Manifest
@@ -1,3 +1,2 @@
-DIST Gambit-1.0.1-src.tar.bz2 1909190 BLAKE2B c53cee8ef368bdd4cd191a766c1549a0328b638f7f9bb2147e7087ef86b48107a458b9935eee120cc4fbf7aca932e68b93136af23dc7ebfc1a2bfbab8228d664 SHA512 749af3305ddd83742bc9ae908f8a9ccd09cb49879abb632d46e828b8ba4b68b68533f63fcf7b14a7e16719343de824f2c9be6e35e2bccc88a11f600854d16bf7
DIST Gambit-1.0.3-src.tar.bz2 1902202 BLAKE2B 8b4d830466f5894819c82a3b4657d193a1caa82f5cd6902dff8047e4c6731d8e0996806c88ab5f2990303e372eddff60dd085f6f839f4ba2d09ceca9b4ce5603 SHA512 c4d26849d9318b5c404f26c8ac2c09e64417e44e8a8786b9640fe76dd16d70d1ebbba2866e1d9e79efecab948f39cda9664c8eecad0f024782a8345be3acd6c9
DIST Gambit-1.0.4-src.tar.xz 1675576 BLAKE2B 4545bee38509d44f80af874473ff562b441e570be3681b166b064574e12bfad8b8a2fb5043b9d0b9089160de2d97407160336cb58864168232cf0921244cf92d SHA512 9ba12e0e9598e2b08228aa009690e6a05677916dcea1413a42be20d620accbe7cef4f4300e3ccc5d4d99e37c7fb85d923df8f5fa9146ee8049bbde2ce66ab7a9
diff --git a/games-board/gambit/gambit-1.0.1.ebuild b/games-board/gambit/gambit-1.0.1.ebuild
deleted file mode 100644
index f648ce920d66..000000000000
--- a/games-board/gambit/gambit-1.0.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-CMAKE_IN_SOURCE_BUILD=true
-inherit cmake-utils games
-
-# Switch to ^ when we switch to EAPI=6.
-MY_P="G${P:1}"
-
-DESCRIPTION="Qt-based chess application + engine \"gupta\""
-HOMEPAGE="https://sourceforge.net/projects/gambitchess/"
-SRC_URI="mirror://sourceforge/project/${PN}chess/${MY_P}/${MY_P}-src.tar.bz2"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- media-libs/mesa
- x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}-src"
-
-src_configure() {
- local mycmakeargs=(
- -DCONFIG_ENABLE_UPDATE_CHECKER=OFF
- -DCONFIG_GUPTA_ENGINE_DIRECTORY="${GAMES_BINDIR}"/
- -DCONFIG_RESOURCE_PATH_PREFIX="${GAMES_DATADIR}"/${PN}/
- )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
- emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release || die
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/* || die
-
- doicon artwork/icons/${PN}/${PN}.svg
- # Switch to ^ when we switch to EAPI=6.
- make_desktop_entry ${PN}chess G${PN:1} ${PN} Game || die
- dodoc doc/contributors.txt || die
-
- dogamesbin engine/gupta/gupta || die
- dogamesbin ${PN}chess || die
-}
diff --git a/games-board/gambit/gambit-1.0.3.ebuild b/games-board/gambit/gambit-1.0.3.ebuild
deleted file mode 100644
index f648ce920d66..000000000000
--- a/games-board/gambit/gambit-1.0.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-CMAKE_IN_SOURCE_BUILD=true
-inherit cmake-utils games
-
-# Switch to ^ when we switch to EAPI=6.
-MY_P="G${P:1}"
-
-DESCRIPTION="Qt-based chess application + engine \"gupta\""
-HOMEPAGE="https://sourceforge.net/projects/gambitchess/"
-SRC_URI="mirror://sourceforge/project/${PN}chess/${MY_P}/${MY_P}-src.tar.bz2"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- media-libs/mesa
- x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}-src"
-
-src_configure() {
- local mycmakeargs=(
- -DCONFIG_ENABLE_UPDATE_CHECKER=OFF
- -DCONFIG_GUPTA_ENGINE_DIRECTORY="${GAMES_BINDIR}"/
- -DCONFIG_RESOURCE_PATH_PREFIX="${GAMES_DATADIR}"/${PN}/
- )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
- emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release || die
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/* || die
-
- doicon artwork/icons/${PN}/${PN}.svg
- # Switch to ^ when we switch to EAPI=6.
- make_desktop_entry ${PN}chess G${PN:1} ${PN} Game || die
- dodoc doc/contributors.txt || die
-
- dogamesbin engine/gupta/gupta || die
- dogamesbin ${PN}chess || die
-}