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 03926138335 for ; Thu, 8 Aug 2019 21:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEABE078A; Thu, 8 Aug 2019 21:46:58 +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 9615CE078A for ; Thu, 8 Aug 2019 21:46:58 +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 8F65D3496DB for ; Thu, 8 Aug 2019 21:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C331758 for ; Thu, 8 Aug 2019 21:46:55 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1565297243.4ce0d71da5c552b3351384704e14478b55a8da45.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/opendungeons/, games-strategy/opendungeons/files/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/opendungeons/files/opendungeons.svg games-strategy/opendungeons/metadata.xml games-strategy/opendungeons/opendungeons-0.7.1.ebuild games-strategy/opendungeons/opendungeons-9999.ebuild X-VCS-Directories: games-strategy/opendungeons/ games-strategy/opendungeons/files/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 4ce0d71da5c552b3351384704e14478b55a8da45 X-VCS-Branch: master Date: Thu, 8 Aug 2019 21:46:55 +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: c43a00ef-d017-4ebb-9c5a-2607c38274fb X-Archives-Hash: 880638edd3219d30256e18e0b0f43074 commit: 4ce0d71da5c552b3351384704e14478b55a8da45 Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Aug 8 20:47:23 2019 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Aug 8 20:47:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4ce0d71d games-strategy/opendungeons: move live to 0.7.1 Package-Manager: Portage-2.3.66, Repoman-2.3.16 games-strategy/opendungeons/files/opendungeons.svg | 102 --------------------- games-strategy/opendungeons/metadata.xml | 2 +- .../opendungeons/opendungeons-0.7.1.ebuild | 34 +++++++ .../opendungeons/opendungeons-9999.ebuild | 53 ----------- 4 files changed, 35 insertions(+), 156 deletions(-) diff --git a/games-strategy/opendungeons/files/opendungeons.svg b/games-strategy/opendungeons/files/opendungeons.svg deleted file mode 100644 index 99d94f3..0000000 --- a/games-strategy/opendungeons/files/opendungeons.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -image/svg+xml - - -2008-08-27 - - -Casper Kejlberg-Rasmussen - - - - -GPL v3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/games-strategy/opendungeons/metadata.xml b/games-strategy/opendungeons/metadata.xml index c58b187..428491d 100644 --- a/games-strategy/opendungeons/metadata.xml +++ b/games-strategy/opendungeons/metadata.xml @@ -1,7 +1,7 @@ - + hasufell@posteo.de Julian Ospald diff --git a/games-strategy/opendungeons/opendungeons-0.7.1.ebuild b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild new file mode 100644 index 0000000..6348c47 --- /dev/null +++ b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2014 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="An open source, real time strategy game based on the Dungeon Keeper series" +HOMEPAGE="http://opendungeons.github.io/" +SRC_URI="https://github.com/OpenDungeons/OpenDungeons/releases/download/${PV}/${P}.tar.xz" +EGIT_BRANCH="development" + +LICENSE="GPL-3 CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-games/cegui-0.8.0[ogre,opengl] + >=dev-games/ogre-1.9.0 + dev-games/ois + dev-libs/boost:= + >=media-libs/libsfml-2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DOD_DATA_PATH=/usr/share/${PN} + -DOD_BIN_PATH=/usr/bin/ + -DOD_SHARE_PATH=/usr/share + ) + + cmake-utils_src_configure +} diff --git a/games-strategy/opendungeons/opendungeons-9999.ebuild b/games-strategy/opendungeons/opendungeons-9999.ebuild deleted file mode 100644 index 063af0a..0000000 --- a/games-strategy/opendungeons/opendungeons-9999.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2014 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils eutils git-r3 - -MY_PN=OpenDungeons - -DESCRIPTION="An open source, real time strategy game based on the Dungeon Keeper series" -HOMEPAGE="http://opendungeons.sourceforge.net" -EGIT_REPO_URI="https://github.com/OpenDungeons/OpenDungeons.git" -EGIT_BRANCH="development" - -LICENSE="GPL-3 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=">=dev-games/cegui-0.7.0[ogre,opengl] - >=dev-games/ogre-1.7.0[cg,freeimage,ois,opengl] - dev-games/ois - dev-libs/boost - games-strategy/opendungeons-data - media-libs/freetype:2 - media-libs/glew - >=media-libs/libsfml-2 - media-libs/libsndfile - media-libs/openal - virtual/jpeg - virtual/opengl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -CMAKE_IN_SOURCE_BUILD=1 - -src_configure() { - local mycmakeargs=( - -DOD_DATA_PATH=/usr/share/${MY_PN} - -DOD_BIN_PATH=/usr/bin/ - -DOD_SHARE_PATH=/usr/share - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - doicon "${FILESDIR}"/${PN}.svg - make_desktop_entry ${MY_PN} ${PN} ${PN} -} -