mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-games/poker-eval: treeclean
Closes: https://bugs.gentoo.org/909527 Bug: https://bugs.gentoo.org/631436 Bug: https://bugs.gentoo.org/906350 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST poker-eval-138.0.tar.gz 470224 BLAKE2B b0d585367730cf3f2ac7382c8290d8009f5967ca8a3b8fecf0db207888149004aaf2d9a774fb8130074ac271a771a45272c89c7d1326f66c07b864802f201412 SHA512 693dfac358beb63b3cbfb2d29bdea65904b894dd9872757db4e203849a0ca7c6951333dd181268c33cb54dd1bd37f57ed963d5c7ab5f9c34e67fdb211fac2fa6
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Fast C library for evaluating poker hands"
|
||||
HOMEPAGE="http://pokersource.sourceforge.net/"
|
||||
SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README TODO WHATS-HERE )
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--without-ccache \
|
||||
--disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
@@ -286,11 +286,6 @@ dev-perl/Net-Twitter
|
||||
# Removal on 2024-06-05. Bug #928115.
|
||||
media-libs/lastfmlib
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-05-05)
|
||||
# A library last bumped in 2010. Homepage gone. No revdeps.
|
||||
# Removal on 2024-06-04. Bug #909527.
|
||||
dev-games/poker-eval
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-05-04)
|
||||
# A really bad quality package with a never-ending stream of unclear
|
||||
# test failures, and blocked keywording and stabilization bugs.
|
||||
|
||||
Reference in New Issue
Block a user