mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
games-board/xmille: Remove last-rited pkg
Closes: https://bugs.gentoo.org/928591 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST xmille_2.0-13.diff.gz 6276 BLAKE2B bf136bc25d3aea56b671b6ff475717d162f0620a1c8c07d3b96b9d7a4b9b9f3ccae1039fc24827048686c631312c36e450a8bd989c32e9d26ab1c594ffc317d9 SHA512 d9e4448942738a105255d9aa77e2e66cb9edc8b35fd8278d1c810dbdca4a5b8a4916bf48c8d6a16e282db0c0fa058a0b281c168976529edeedb6caf53af7cd15
|
||||
DIST xmille_2.0.orig.tar.gz 68178 BLAKE2B bd6ab40a8868b90bfc1b045a2be797c8eab49e676b695f521ceaf8646de9c01a07806c0ce029e4959a339e2ab48668635abd5b842c90e33c2cb5fd359eb971b8 SHA512 028740785dfc13b4088810855358b9dab75fbb79221dd4218ef0c19550c2180fe92e553d0a474bf45091b4008988e1a093a6d5bac99fe1ccafcaec3429cd0e8b
|
||||
@@ -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,53 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop flag-o-matic toolchain-funcs
|
||||
|
||||
DEB_PATCH_VER="13"
|
||||
DESCRIPTION="Mille Bournes card game"
|
||||
HOMEPAGE="http://www.milleborne.info/"
|
||||
SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
|
||||
mirror://debian/pool/main/x/xmille/${PN}_${PV}-${DEB_PATCH_VER}.diff.gz"
|
||||
S="${WORKDIR}/${P}.orig"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
app-text/rman
|
||||
sys-devel/gcc
|
||||
>=x11-misc/imake-1.0.8-r1
|
||||
"
|
||||
RDEPEND="x11-libs/libXext"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
# bug #858620
|
||||
filter-lto
|
||||
|
||||
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
|
||||
IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1 \
|
||||
AR="$(tc-getAR) cq" \
|
||||
RANLIB="$(tc-getRANLIB)" \
|
||||
CC="$(tc-getCC)" \
|
||||
CDEBUGFLAGS="${CFLAGS}" \
|
||||
EXTRA_LDOPTIONS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin xmille
|
||||
einstalldocs
|
||||
make_desktop_entry "${PN}" "Milles Bournes"
|
||||
newman xmille.man xmille.6
|
||||
}
|
||||
@@ -361,10 +361,6 @@ kde-apps/ktp-text-ui
|
||||
kde-apps/plasma-telepathy-meta
|
||||
net-libs/telepathy-logger-qt
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2024-04-05)
|
||||
# Dead upstream and broken beyond repair. Removal on 2024-05-05. Bug #928591.
|
||||
games-board/xmille
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-03-28)
|
||||
# Newer 5.4.x releases were signed by a potentially compromised upstream maintainer.
|
||||
# There is no evidence that these releases contain malicious code, but masked
|
||||
|
||||
Reference in New Issue
Block a user