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 E32B81382C5 for ; Tue, 1 May 2018 19:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A48E0AA5; Tue, 1 May 2018 19:37:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9703FE0AAD for ; Tue, 1 May 2018 19:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C9C3335CA0 for ; Tue, 1 May 2018 19:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0073E2BB for ; Tue, 1 May 2018 19:37:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525203354.f0ef135fa2e5e25318e7a9301cf387b7119c2a0f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/crimson/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/crimson/crimson-0.5.3.ebuild X-VCS-Directories: games-strategy/crimson/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f0ef135fa2e5e25318e7a9301cf387b7119c2a0f X-VCS-Branch: master Date: Tue, 1 May 2018 19:37:40 +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-Archives-Salt: fbbb2a53-9476-4c63-a696-9e9ec98f558e X-Archives-Hash: 9a113889da3b94e2ce89994dea347480 commit: f0ef135fa2e5e25318e7a9301cf387b7119c2a0f Author: Pacho Ramos gentoo org> AuthorDate: Tue May 1 18:51:58 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 1 19:35:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ef135f games-strategy/crimson: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-strategy/crimson/crimson-0.5.3.ebuild | 58 ----------------------------- 1 file changed, 58 deletions(-) diff --git a/games-strategy/crimson/crimson-0.5.3.ebuild b/games-strategy/crimson/crimson-0.5.3.ebuild deleted file mode 100644 index 0cec24d6a05..00000000000 --- a/games-strategy/crimson/crimson-0.5.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://crimson.seul.org/" -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test zlib" - -RDEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-net - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - dev-libs/libxslt - test? ( - =app-text/docbook-xml-dtd-4.2* - dev-libs/libxml2 - )" - -src_configure() { - egamesconf \ - --enable-sound \ - --enable-network \ - $(use_with zlib) \ - --enable-cfed \ - --enable-bi2cf \ - --enable-comet \ - --enable-cf2bmp -} - -src_install() { - emake \ - DESTDIR="${D}" \ - pixmapsdir="/usr/share/pixmaps" \ - install - dodoc NEWS README* THANKS TODO - rm -rf "${D}/${GAMES_DATADIR}/applications" - make_desktop_entry crimson "Crimson Fields" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "Crimson Fields ${PV} is not necessarily save-game compatible with previous versions." - echo - elog "If you have older save files and you wish to continue those games," - elog "you'll need to remerge the version with which you started" - elog "those save-games." -}