diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-28 09:28:00 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-28 12:00:05 -0500 |
commit | 6a945db475033b3933fb432c93a3dec4ac2b86c8 (patch) | |
tree | 52e9bf8c2425869f58b48ea57d721d3a611276d2 /games-board | |
parent | games-board/gnuchess: drop 6.2.8-r1 (diff) | |
download | gentoo-6a945db475033b3933fb432c93a3dec4ac2b86c8.tar.gz gentoo-6a945db475033b3933fb432c93a3dec4ac2b86c8.tar.bz2 gentoo-6a945db475033b3933fb432c93a3dec4ac2b86c8.zip |
games-board/xskat: drop 4.0-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xskat/xskat-4.0-r1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/games-board/xskat/xskat-4.0-r1.ebuild b/games-board/xskat/xskat-4.0-r1.ebuild deleted file mode 100644 index 99f4b01f2de0..000000000000 --- a/games-board/xskat/xskat-4.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop toolchain-funcs - -DESCRIPTION="Famous german card game" -HOMEPAGE="http://www.xskat.de/xskat.html" -SRC_URI="http://www.xskat.de/${P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -RDEPEND=" - media-fonts/font-misc-misc - x11-libs/libX11" -DEPEND="${RDEPEND}" -BDEPEND=" - x11-base/xorg-proto - x11-misc/gccmakedep - >=x11-misc/imake-1.0.8-r1" - -src_configure() { - CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ - IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die -} - -src_compile() { - local myemakeargs=( - CC="$(tc-getCC)" - CDEBUGFLAGS="${CFLAGS}" - EXTRA_LDOPTIONS="${LDFLAGS}" - ) - emake "${myemakeargs[@]}" -} - -src_install() { - dobin xskat - newman xskat.man xskat.6 - newicon icon.xbm ${PN}.xbm - make_desktop_entry ${PN} XSkat /usr/share/pixmaps/${PN}.xbm - einstalldocs -} |