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 C7AFC139085 for ; Tue, 31 Jan 2017 00:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C6921C043; Tue, 31 Jan 2017 00:59:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C89E421C043 for ; Tue, 31 Jan 2017 00:59:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 862DE341663 for ; Tue, 31 Jan 2017 00:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11223B86 for ; Tue, 31 Jan 2017 00:59:32 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1485824362.b88f1938637ed30a9c7e28e68e77b0b529ea04c4.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/, games-action/violetland/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/violetland/files/violetland-0.4.3-boost150.patch games-action/violetland/violetland-0.4.3-r1.ebuild X-VCS-Directories: games-action/violetland/files/ games-action/violetland/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b88f1938637ed30a9c7e28e68e77b0b529ea04c4 X-VCS-Branch: master Date: Tue, 31 Jan 2017 00:59:32 +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: 9c03c0e1-dd05-4898-87e2-2a49c0ea964e X-Archives-Hash: b4ee9ef753a44e0660a93e8d99192773 commit: b88f1938637ed30a9c7e28e68e77b0b529ea04c4 Author: Austin English gentoo org> AuthorDate: Tue Jan 31 00:31:33 2017 +0000 Commit: Austin English gentoo org> CommitDate: Tue Jan 31 00:59:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88f1938 games-action/violetland: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1 .../files/violetland-0.4.3-boost150.patch | 8 +-- games-action/violetland/violetland-0.4.3-r1.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 61 insertions(+), 4 deletions(-) diff --git a/games-action/violetland/files/violetland-0.4.3-boost150.patch b/games-action/violetland/files/violetland-0.4.3-boost150.patch index 4e700ca..5ddd5e8 100644 --- a/games-action/violetland/files/violetland-0.4.3-boost150.patch +++ b/games-action/violetland/files/violetland-0.4.3-boost150.patch @@ -1,5 +1,5 @@ ---- CMakeLists.txt.old 2012-11-05 15:19:11.501044743 +0100 -+++ CMakeLists.txt 2012-11-05 15:19:25.415250207 +0100 +--- a/CMakeLists.txt 2012-11-05 15:19:11.501044743 +0100 ++++ b/CMakeLists.txt 2012-11-05 15:19:25.415250207 +0100 @@ -8,7 +8,6 @@ find_package(SDL_mixer REQUIRED) find_package(OpenGL REQUIRED) @@ -8,8 +8,8 @@ if(${MINGW}) set(INTL_LIBRARY intl) ---- src/system/utility/FileUtility.cpp.old 2012-11-05 21:26:07.865488297 +0100 -+++ src/system/utility/FileUtility.cpp 2012-11-05 21:30:44.881208230 +0100 +--- a/src/system/utility/FileUtility.cpp 2012-11-05 21:26:07.865488297 +0100 ++++ b/src/system/utility/FileUtility.cpp 2012-11-05 21:30:44.881208230 +0100 @@ -20,7 +20,7 @@ while (dir_it != boost::filesystem::directory_iterator()) { diff --git a/games-action/violetland/violetland-0.4.3-r1.ebuild b/games-action/violetland/violetland-0.4.3-r1.ebuild new file mode 100644 index 00000000..a3b711a --- /dev/null +++ b/games-action/violetland/violetland-0.4.3-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils + +DESCRIPTION="Help a girl named Violet in the struggle with hordes of monsters" +HOMEPAGE="https://code.google.com/p/violetland/" +SRC_URI="https://github.com/ooxi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3 CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/boost[threads(+)] + media-libs/libsdl[sound,video] + media-libs/sdl-image[png] + media-libs/sdl-mixer[vorbis] + media-libs/sdl-ttf + virtual/glu + virtual/opengl" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-boost150.patch +) + +src_prepare() { + default + + sed -i \ + -e "/README_EN.TXT/d" \ + -e "/README_RU.TXT/d" \ + CMakeLists.txt || die "sed failed" +} + +src_configure() { + mycmakeargs=( + "-DCMAKE_INSTALL_PREFIX=/usr" + "-DDATA_INSTALL_DIR=/usr/share/${PN}" + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_install() { + DOCS="README_EN.TXT CHANGELOG" cmake-utils_src_install + newicon icon-light.png ${PN}.png + make_desktop_entry ${PN} VioletLand +}