summaryrefslogtreecommitdiff
path: root/games-board/biloba
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-board/biloba
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-board/biloba')
-rw-r--r--games-board/biloba/Manifest1
-rw-r--r--games-board/biloba/biloba-0.9.3.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/games-board/biloba/Manifest b/games-board/biloba/Manifest
index f982cea826ea..1a5c751bd25e 100644
--- a/games-board/biloba/Manifest
+++ b/games-board/biloba/Manifest
@@ -2,5 +2,4 @@ AUX biloba-0.9.3-no-X11-dep.patch 427 BLAKE2B 1aef6c3df05c53c01e4a4ec1f4064e2be2
AUX biloba-0.9.3-not-windows.patch 615 BLAKE2B d706e4624334e4e9137ddfb1a2f30bf878a4b7251ad7d3f1093725c1cb6ed24be06b3dd76d7b7191f6c35c5d463fc94725523f6512ba1d948d0ffa1f81d78a8a SHA512 21d6be2dcba0c12e11bf8e3d086c6e8c90e30eaebcd8a7d758eb64c343f60e90e8a332ae2b988950086d044554cdd2bfd5ea8fefade3494e529875199899a832
DIST biloba-0.9.3.tar.gz 3162976 BLAKE2B 878e63d188066dbd07499bbfe9c3aaf5f5eb562729844ed648ff73e8eb5b2632faf3533b7a1133b1959cbe2b7d37a38995d453055d91597916d6d19169c7383a SHA512 8729299bb37e05b7c27e0d77d022228c385d3d3c475c77b9b8eb81a6df2c2513ea0055b52b65715922fd964e4bab875e3ab5bec58746095346bf0c96d0cf6bc5
EBUILD biloba-0.9.3-r1.ebuild 999 BLAKE2B 4480e03225eac1910b5ec6ff58b7cd56d0dc07be9eff8539fc45777c4546eba9399f300ce02dea879c8639801050a5ff8513bd130e12aa7b93af52787a81740b SHA512 ae0e2abd3d3db7e4ff4b0414ca23e1abe9e78be7112015a11517b7a666ba6fd95d129b3b6b328b28149178004d02892b07791c859f26d93bb2326be5d9b71d22
-EBUILD biloba-0.9.3.ebuild 1051 BLAKE2B a3b3f67f8583860f26ce39b413a2b79fa7456ee3a004d8724e8f126e43bb3b42b6f3e06794f274d3a9f127425b023c1039b6f3fbf09acb0f63a80e5956e49fde SHA512 2e36319742d50add8a5e90abd8faa2c8a3d57e022681694024eabb9ff4fd011aa116da7437d03e2b9d21af42eaf673f2008cdaa8164a447505b6c3b40a76ec77
MISC metadata.xml 329 BLAKE2B af2f4cc4fc9c266f2e2250e7068a1f86ba353f647058bc0e74339d24198ae5e302873d36cec6f2b05b13be04439c51eb4174c0a92e0fe6af66d5e81643a264ad SHA512 f182ec126a8585569dc2b3c285edc90a9d2b0656391c490f8f1d86b49b70a67e8b06e3f49e623961c3a350f380672664d93d2cab7bdd9d7f26184e3b7a7d555c
diff --git a/games-board/biloba/biloba-0.9.3.ebuild b/games-board/biloba/biloba-0.9.3.ebuild
deleted file mode 100644
index 7e3cfec927a4..000000000000
--- a/games-board/biloba/biloba-0.9.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils gnome2-utils games
-
-DESCRIPTION="a board game, up to 4 players, with AI and network"
-HOMEPAGE="http://biloba.sourceforge.net/"
-SRC_URI="mirror://sourceforge/biloba/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl:0[X,video,sound]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- # X11 headers are checked but not used, everything is done through SDL
- epatch \
- "${FILESDIR}"/${P}-not-windows.patch \
- "${FILESDIR}"/${P}-no-X11-dep.patch
-
- # "missing" file is old, and warns about --run not being supported
- rm -f missing
- eautoreconf
-}
-
-src_install() {
- default
- newicon -s 64 biloba_icon.png ${PN}.png
- make_desktop_entry biloba Biloba
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}