From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE1AC158086 for ; Thu, 2 Dec 2021 05:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64675E088F; Thu, 2 Dec 2021 05:13:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4922BE0893 for ; Thu, 2 Dec 2021 05:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27CEA3431A5 for ; Thu, 2 Dec 2021 05:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6255F200 for ; Thu, 2 Dec 2021 05:13:09 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1638421826.a39980c0ee3810f57525df93bcba3655459c5932.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnubg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnubg/gnubg-1.06.002-r1.ebuild X-VCS-Directories: games-board/gnubg/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a39980c0ee3810f57525df93bcba3655459c5932 X-VCS-Branch: master Date: Thu, 2 Dec 2021 05:13:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c096cf06-ab70-44fc-a1c9-087dc6b6798a X-Archives-Hash: 6be911f99dd98d03d2b550378806d62b commit: a39980c0ee3810f57525df93bcba3655459c5932 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 2 04:47:51 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 2 05:10:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39980c0 games-board/gnubg: drop 1.06.002-r1 Signed-off-by: Ionen Wolkens gentoo.org> games-board/gnubg/gnubg-1.06.002-r1.ebuild | 98 ------------------------------ 1 file changed, 98 deletions(-) diff --git a/games-board/gnubg/gnubg-1.06.002-r1.ebuild b/games-board/gnubg/gnubg-1.06.002-r1.ebuild deleted file mode 100644 index a901f3ff8248..000000000000 --- a/games-board/gnubg/gnubg-1.06.002-r1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools desktop python-single-r1 xdg - -DESCRIPTION="GNU BackGammon" -HOMEPAGE="https://www.gnu.org/software/gnubg/" -SRC_URI="ftp://ftp.gnu.org/gnu/gnubg/${PN}-release-${PV}-sources.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="cpu_flags_x86_avx gtk python sqlite cpu_flags_x86_sse cpu_flags_x86_sse2 threads" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/gmp:0= - dev-libs/libxml2 - media-fonts/dejavu - media-libs/freetype:2 - media-libs/libcanberra - media-libs/libpng:0= - sys-libs/readline:0= - x11-libs/cairo - x11-libs/pango - gtk? ( x11-libs/gtk+:2 ) - python? ( ${PYTHON_DEPS} ) - virtual/libintl" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/autoconf-archive - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - default - - # use ${T} instead of /tmp for constructing credits (bug #298275) - sed -i -e 's:/tmp:${T}:' credits.sh || die - sed -i -e 's/fonts //' Makefile.am || die # handle font install ourself to fix bug #335774 - sed -i \ - -e '/^localedir / s#=.*$#= @localedir@#' \ - -e '/^gnulocaledir / s#=.*$#= @localedir@#' \ - po/Makefile.in.in || die - sed -i \ - -e '/^gnubgiconsdir / s#=.*#= /usr/share#' \ - -e '/^gnubgpixmapsdir / s#=.*#= /usr/share/pixmaps#' \ - pixmaps/Makefile.am || die - sed -i \ - -e '1i#include ' \ - copying.c || die #551896 - - # use system's copy so py3.10 distutils warning doesn't trigger a fatal error - rm m4/ax_python_devel.m4 || die - - eautoreconf -} - -src_configure() { - local simd=no - use cpu_flags_x86_sse && simd=sse - use cpu_flags_x86_sse2 && simd=sse2 - use cpu_flags_x86_avx && simd=avx - econf \ - --localedir="${EPREFIX}"/usr/share/locale \ - --docdir="${EPREFIX}"/usr/share/doc/${PF}/html \ - --disable-cputest \ - --enable-simd="${simd}" \ - --without-board3d \ - $(use_enable threads) \ - $(use_with gtk) \ - $(use_with python python "${EPYTHON}") \ - $(use_with sqlite sqlite) -} - -src_install() { - default - - # installs pre-compressed man pages - gunzip "${ED}"/usr/share/man/man6/*.6.gz || die - - insinto /usr/share/${PN} - doins ${PN}.weights *bd - dodir /usr/share/${PN}/fonts - dosym ../../fonts/dejavu/DejaVuSans.ttf /usr/share/${PN}/fonts/Vera.ttf - dosym ../../fonts/dejavu/DejaVuSans-Bold.ttf /usr/share/${PN}/fonts/VeraBd.ttf - dosym ../../fonts/dejavu/DejaVuSerif-Bold.ttf /usr/share/${PN}/fonts/VeraSeBd.ttf - make_desktop_entry "gnubg -w" "GNU Backgammon" -}