public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/
Date: Tue, 29 Dec 2015 07:41:19 +0000 (UTC)	[thread overview]
Message-ID: <1451374844.365bf45d2bd8f9060102f25b27886e31eec6c890.mr_bones_@gentoo> (raw)

commit:     365bf45d2bd8f9060102f25b27886e31eec6c890
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 03:59:33 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 07:40:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365bf45d

old

Package-Manager: portage-2.2.24

 games-strategy/hedgewars/Manifest                  |  1 -
 games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild | 74 ----------------------
 2 files changed, 75 deletions(-)

diff --git a/games-strategy/hedgewars/Manifest b/games-strategy/hedgewars/Manifest
index 82aeb84..0c96998 100644
--- a/games-strategy/hedgewars/Manifest
+++ b/games-strategy/hedgewars/Manifest
@@ -1,2 +1 @@
-DIST hedgewars-src-0.9.21.1.tar.bz2 160250791 SHA256 590a9458d2123c5550d5eb39edfed28d0663703d76e13c8987237c92ca41f3f8 SHA512 4b9a2ab79d9ddb064fddaa2a4dbc895a11c0cbc52ef9e5f56322a63821fdfa4a31d6e268510a9163bd57bd89dec20be30e0f5ef992b41dc473c4684bbb6a48be WHIRLPOOL 19242ff98d3994273c6b0c7e8cfbbb5f7338061c574b4bfe8a77ed085a44c618d1ce564b295e51b400ece6f51bcbc6e211c59278382fadb3f6a26e113c2dc4b4
 DIST hedgewars-src-0.9.22.tar.bz2 160103313 SHA256 b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192 SHA512 753cccef09b725048d9e66988b03859a12e577a601656cc2b3dbb2755c59ed9ae4d4c88c9247238408fc76d881c921593a694a58a500b3d5b8c9a4c0cfb053ac WHIRLPOOL c8003da8d1435f4bece344a593bda9b214a24b35ee662310245e13cabc5f35820a38f9ac0883ba5543db413189491f6c3da37b7452034bfa9fb04e8936f52e27

diff --git a/games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild b/games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild
deleted file mode 100644
index b221012..0000000
--- a/games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: when physfs-2.1.0 hits the tree, set
-# -DPHYSFS_SYSTEM=ON
-
-EAPI=5
-CMAKE_BUILD_TYPE=Release
-inherit cmake-utils eutils games
-
-MY_P=${PN}-src-${PV}
-DESCRIPTION="A turn-based strategy, artillery, action and comedy game"
-HOMEPAGE="http://hedgewars.org/"
-SRC_URI="http://download.gna.org/hedgewars/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 Apache-2.0 FDL-1.3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-QA_FLAGS_IGNORED=${GAMES_BINDIR}/hwengine # pascal sucks
-QA_PRESTRIPPED=${GAMES_BINDIR}/hwengine # pascal sucks
-
-RDEPEND="
-	dev-lang/lua
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	media-libs/freeglut
-	media-libs/libpng:0
-	media-libs/libsdl[sound,opengl,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[vorbis]
-	media-libs/sdl-net
-	media-libs/sdl-ttf
-	sys-libs/zlib
-	virtual/ffmpeg"
-DEPEND="${RDEPEND}
-	>=dev-lang/fpc-2.4"
-RDEPEND="${RDEPEND}
-	media-fonts/wqy-zenhei
-	>=media-fonts/dejavu-2.28"
-
-S=${WORKDIR}/${PN}-src-${PV%.*}
-
-src_configure() {
-	local mycmakeargs=(
-		-DMINIMAL_FLAGS=ON
-		-DCMAKE_INSTALL_PREFIX="/usr"
-		-DDATA_INSTALL_DIR="${GAMES_DATADIR}/${PN}"
-		-Dtarget_binary_install_dir="${GAMES_BINDIR}"
-		-Dtarget_library_install_dir="$(games_get_libdir)"
-		-DNOSERVER=TRUE
-		-DCMAKE_VERBOSE_MAKEFILE=TRUE
-		-DPHYSFS_SYSTEM=OFF
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-}
-
-src_install() {
-	DOCS="ChangeLog.txt README" cmake-utils_src_install
-	rm -f "${D}"/usr/share/games/hedgewars/Data/Fonts/{DejaVuSans-Bold.ttf,wqy-zenhei.ttc}
-	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
-		"${GAMES_DATADIR}"/hedgewars/Data/Fonts/DejaVuSans-Bold.ttf
-	dosym /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc \
-		"${GAMES_DATADIR}"/hedgewars/Data/Fonts/wqy-zenhei.ttc
-	doicon misc/hedgewars.png
-	make_desktop_entry ${PN} Hedgewars
-	doman man/${PN}.6
-	prepgamesdirs
-}


             reply	other threads:[~2015-12-29  7:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29  7:41 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-11 16:26 [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ Sam James
2021-01-30 12:11 Sergei Trofimovich
2021-01-30 12:11 Sergei Trofimovich
2020-04-26  7:44 Mikle Kolyada
2019-10-18 22:09 James Le Cuirot
2019-10-14 13:59 Lars Wendler
2019-01-09 11:52 Andreas Sturmlechner
2019-01-03 14:40 Andreas Sturmlechner
2019-01-03 14:40 Andreas Sturmlechner
2019-01-03 14:40 Andreas Sturmlechner
2018-04-19  8:00 Lars Wendler
2018-04-17  9:39 Lars Wendler
2018-03-29 18:57 Andreas Sturmlechner
2018-03-29 18:57 Andreas Sturmlechner
2018-03-07 12:58 Andreas Sturmlechner
2018-03-07 12:58 Andreas Sturmlechner
2018-03-07 12:58 Andreas Sturmlechner
2018-02-27 21:06 Andreas Sturmlechner
2017-12-21  1:57 David Seifert
2017-11-19 18:24 David Seifert
2017-11-19 10:50 David Seifert
2017-11-19  9:12 David Seifert
2017-11-19  9:12 David Seifert
2017-06-13  3:33 NP Hardass
2016-11-03  9:54 Michael Palimaka
2016-05-13 14:51 Agostino Sarubbo
2016-04-06 19:08 Michael Sterrett
2015-12-07 10:02 Agostino Sarubbo
2015-11-05  5:45 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451374844.365bf45d2bd8f9060102f25b27886e31eec6c890.mr_bones_@gentoo \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox