mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
games-puzzle/mindless: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST OracleAll_050523.txt 1280717 BLAKE2B 8ae2c78cd0c1453785d5d5e382804e2e186d481a0195a92a93adf091dcd51833311d9111806641eff4489a47842eb362f09d9a6d69973817619c07b9be1cadd2 SHA512 d2d46e330a697974bc6c69b8616bdd08c959d1b20840468ccb20ca22a105d7cfac01dd0262113804fb84e790cb1f8ad439c1aa3c17927551617ec2f6de5b83e5
|
||||
DIST mindless-1.6.tar.gz 85620 BLAKE2B 5922cdb31ec83a0e7cda6c8646c75f35d1e52ce96711b62bd5749762e5074b39568f499bcd3dce39e4bb6d9d7e70097d62c310235bb59f1eda790d057197544a SHA512 bcb47311aebc127e30e10931e489cbbdb80845c6d95008834abab7ecbb7565eb61a38f47e68d24db5ed9da2cb3467fdaccccd05c6eaaca403afaf41cc76a991f
|
||||
DIST mindless.png 5119 BLAKE2B 19796bda1bc29c7a78a91cf083e98ef1a51fae0581cece3f8822f2474011cab5d20d0ffc797ef83912cebe406816271d67016cfef86393fe554c03dd42956541 SHA512 1a26d6f241889887a4464555189f25936e3961ef6df113dd4d3eab0f60699ea6bba9af3d88517e61ae9ad9dfc630e663a9d4c7ff0876ff3bcf21cbcee6a7f50a
|
||||
@@ -1,11 +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>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">mindless</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit desktop readme.gentoo-r1
|
||||
|
||||
ORANAME="OracleAll_050523.txt"
|
||||
DESCRIPTION="Play trading card games (Magic: the Gathering etc.) against other people"
|
||||
HOMEPAGE="http://mindless.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/mindless/${P}.tar.gz
|
||||
http://www.wizards.com/dci/oracle/${ORANAME}
|
||||
http://mindless.sourceforge.net/images/logo.png -> ${PN}.png"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror" # for the card database
|
||||
|
||||
RDEPEND="
|
||||
x11-libs/gtk+:2
|
||||
media-fonts/font-schumacher-misc
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
gnome-base/librsvg:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
DATAFILE="/usr/share/${PN}/${ORANAME}"
|
||||
DOC_CONTENTS="
|
||||
The first time you start ${PN} you need to tell it where to find
|
||||
the text database of cards. This file has been installed at:
|
||||
${DATAFILE}
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
unpack "${P}.tar.gz"
|
||||
cp "${DISTDIR}/${ORANAME}" "${WORKDIR}" || die "cp failed"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e '/^CC=/d' \
|
||||
-e '/^CFLAGS=/d' \
|
||||
Makefile \
|
||||
|| die 'sed failed'
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin mindless
|
||||
insinto "/usr/share/${PN}"
|
||||
doins "${WORKDIR}/${ORANAME}"
|
||||
einstalldocs
|
||||
readme.gentoo_create_doc
|
||||
doicon "${DISTDIR}"/${PN}.png
|
||||
make_desktop_entry ${PN} "Mindless Automaton"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
@@ -846,12 +846,6 @@ dev-ruby/daemon_controller
|
||||
# No reverse dependencies. Masked for removal in 30 days.
|
||||
dev-ruby/ferret
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-12-16)
|
||||
# Not installable since at least Dec 2020 due to checksum mismatch.
|
||||
# Ebuild not touched since 2018.
|
||||
# Removal on 2023-01-15. Bug #759121.
|
||||
games-puzzle/mindless
|
||||
|
||||
# Jaco Kroon <jaco@uls.co.za> (2022-12-14)
|
||||
# Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which
|
||||
# is trivial to solve.
|
||||
|
||||
Reference in New Issue
Block a user