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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4773713835A for ; Thu, 27 May 2021 21:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA11E0986; Thu, 27 May 2021 21:06:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23797E0982 for ; Thu, 27 May 2021 21:06:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE2D33BEF4 for ; Thu, 27 May 2021 21:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5ABA7A3 for ; Thu, 27 May 2021 21:06:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622149556.1dfd38f0645bd4b51fe9834f6ab0cb3edf3ac8fa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/naev/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/naev/Manifest games-strategy/naev/naev-0.8.1.ebuild X-VCS-Directories: games-strategy/naev/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1dfd38f0645bd4b51fe9834f6ab0cb3edf3ac8fa X-VCS-Branch: master Date: Thu, 27 May 2021 21:06:48 +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: b782f052-b6c3-4e42-a25a-7df32ead8c2b X-Archives-Hash: bd321613ec768e96f4d0ca37f9bf3153 commit: 1dfd38f0645bd4b51fe9834f6ab0cb3edf3ac8fa Author: Jakov Smolic sartura hr> AuthorDate: Thu May 27 21:05:56 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 27 21:05:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfd38f0 games-strategy/naev: Remove old 0.8.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> games-strategy/naev/Manifest | 1 - games-strategy/naev/naev-0.8.1.ebuild | 63 ----------------------------------- 2 files changed, 64 deletions(-) diff --git a/games-strategy/naev/Manifest b/games-strategy/naev/Manifest index fd3ba8c1b81..ae47dea235a 100644 --- a/games-strategy/naev/Manifest +++ b/games-strategy/naev/Manifest @@ -1,2 +1 @@ -DIST naev-0.8.1-source.tar.gz 359781119 BLAKE2B 021824b0af031af8ff2aa565989c3d7811fcbcdc082649f208e8318b0d69b1c3c27492936a6afdc38de9448aa0dcca2f8ef73879155217e34968f81246017aa6 SHA512 8f9aede300d06b0beae12d4809cc58ac740bc1934c2fa5fdb04452cd2eb63de697e0bbf2aacf5af4878b62eee30878ed50388ee8386fbb19f9d56cb7cad8d7f2 DIST naev-0.8.2-source.tar.gz 394232958 BLAKE2B 2e109636cb1d282bc8236c84ee40b9b96224baf70bf315677b6a02bf9c4c0059d34c5225c31b925a8c66c5995fd9ab8fc022816b66a7e1c174e017e3ebf5e956 SHA512 2ad120639efc13635370bb498d0a4100b2306779cf593e6aecffd331e0f4dec1b8af4729b2c4d484af1be9069d2ac7e47e17ebdc8ce65af878fcff9484f810b0 diff --git a/games-strategy/naev/naev-0.8.1.ebuild b/games-strategy/naev/naev-0.8.1.ebuild deleted file mode 100644 index a1df3ee985d..00000000000 --- a/games-strategy/naev/naev-0.8.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-1 luajit ) -inherit lua-single meson xdg - -DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity" -HOMEPAGE="https://naev.org/ https://github.com/naev/naev" -SRC_URI="https://github.com/naev/naev/releases/download/v${PV}/${P}-source.tar.gz" - -LICENSE="GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +mixer nls +openal" - -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND="${LUA_DEPS} - dev-libs/libzip - dev-libs/libxml2 - media-libs/libsdl2[X,sound,video] - media-libs/libpng:0= - media-libs/freetype:2 - sci-libs/suitesparse - virtual/glu - virtual/opengl - mixer? ( media-libs/sdl2-mixer ) - nls? ( virtual/libintl ) - openal? ( - media-libs/libvorbis - media-libs/openal - )" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - app-doc/doxygen - dev-lua/ldoc - ) - nls? ( sys-devel/gettext )" - -src_prepare() { - default - sed -i -e "s:lua51:lua5.1:g" meson.build || die - # meson can't into docdir! - sed -i -e "s:doc/naev:doc/${PF}:g" meson.build || die - sed -i -e "s:'doc/naev':get_option('datadir') / 'doc/${PF}':g" docs/meson.build || die - # remove license file from install - sed -i -e "/'LICENSE'/d" meson.build || die -} - -src_configure() { - local emesonargs=( - $(meson_feature doc docs_c) - $(meson_feature doc docs_lua) - $(meson_feature lua_single_target_luajit luajit) - $(meson_feature nls) - $(meson_feature openal) - $(meson_feature mixer sdl_mixer) - ) - meson_src_configure -}