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 0B01A138334 for ; Thu, 26 Dec 2019 11:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F18E0D4D; Thu, 26 Dec 2019 11:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8F85E0D4D for ; Thu, 26 Dec 2019 11:27:30 +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 93D9934DBA7 for ; Thu, 26 Dec 2019 11:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446AF7F for ; Thu, 26 Dec 2019 11:27:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577359638.42ad9d6d71d3a4bc94737033f6e3f6346c5b76f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/colobot/Manifest games-strategy/colobot/colobot-0.1.11.ebuild X-VCS-Directories: games-strategy/colobot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 42ad9d6d71d3a4bc94737033f6e3f6346c5b76f7 X-VCS-Branch: master Date: Thu, 26 Dec 2019 11:27:25 +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: e3e130c2-4a88-45ba-90bc-d2c963f1bd92 X-Archives-Hash: 0704530857c0edd7ce291cc07764367c commit: 42ad9d6d71d3a4bc94737033f6e3f6346c5b76f7 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 11:19:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 11:27:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ad9d6d games-strategy/colobot: Remove redundant version Signed-off-by: Michał Górny gentoo.org> games-strategy/colobot/Manifest | 1 - games-strategy/colobot/colobot-0.1.11.ebuild | 59 ---------------------------- 2 files changed, 60 deletions(-) diff --git a/games-strategy/colobot/Manifest b/games-strategy/colobot/Manifest index eeafb000c2b..7d725fdff60 100644 --- a/games-strategy/colobot/Manifest +++ b/games-strategy/colobot/Manifest @@ -1,2 +1 @@ -DIST colobot-0.1.11.tar.gz 1430595 BLAKE2B 6e4a23f17631031a6f502b045637949d99bfcf8aa723f11c406c8cdb9b201b9a2771de8b8c92829bc890848a19eb182bc30a45a51e6d281ce64370f6c7a0d8a5 SHA512 fe32bc56b6fae9435c74a73b694b7d2b93667e5d15b1c57a7558e492613f0a5d4cab72ff341ab4c921150137282cc71292a1e31eb1ed06c752de33c50120f20e DIST colobot-gold-0.1.12-alpha.tar.gz 1468594 BLAKE2B 2b470e8b074e4a973b751062dca2358396066d8816c2b1b5b44649b798610dccd73ab5fed4086f2aa8d4495f3de69dd8b72b45f97f23f66b18a50fc976bf25ef SHA512 63647a16b376db6544830f96e7d323c0f58003645bf636abd1cab0ffd47b39b0bef47191d584f5156b75324d75dfdfdcabe8b89be565087c37c367ca366f3cbe diff --git a/games-strategy/colobot/colobot-0.1.11.ebuild b/games-strategy/colobot/colobot-0.1.11.ebuild deleted file mode 100644 index f1765e2658c..00000000000 --- a/games-strategy/colobot/colobot-0.1.11.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils desktop - -DESCRIPTION="Colobot is an educational real-time strategy video game featuring 3D graphics" -HOMEPAGE="https://colobot.info/" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/colobot/colobot" - EGIT_SUBMODULES=() - inherit git-r3 -else - SRC_URI="https://github.com/colobot/colobot/archive/${PN}-gold-${PV}-alpha.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-${PN}-gold-${PV}-alpha" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="devbuild test tools doc +openal" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-games/physfs - dev-libs/boost:= - media-libs/glew:0 - media-libs/libogg - media-libs/libpng:0= - media-libs/libsdl2:= - media-libs/libsndfile:= - media-libs/libvorbis:= - media-libs/sdl2-image - media-libs/sdl2-ttf - media-sound/vorbis-tools - sys-devel/gettext - openal? ( media-libs/openal )" -RDEPEND="${DEPEND} - games-strategy/colobot-data" - -src_configure() { - local mycmakeargs=( - -DDEV_BUILD=$(usex devbuild) - -DTESTS=$(usex test) - -DTOOLS=$(usex tools) - -DINSTALL_DOCS=$(usex doc) - -DOPENAL_SOUND=$(usex openal) - -DCOLOBOT_INSTALL_BIN_DIR="${EPREFIX}"/usr/bin - -DCOLOBOT_INSTALL_LIB_DIR="${EPREFIX}"/usr/$(get_libdir) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - doicon -s 256 desktop/colobot.ico -}