public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/hedgewars: ChangeLog hedgewars-0.9.3.ebuild
Date: Tue, 29 Apr 2008 19:20:49 +0000	[thread overview]
Message-ID: <E1JqvNh-0003a6-GD@stork.gentoo.org> (raw)

nyhm        08/04/29 19:20:49

  Modified:             ChangeLog
  Added:                hedgewars-0.9.3.ebuild
  Log:
  Version bump
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.5                  games-strategy/hedgewars/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/hedgewars/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/hedgewars/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/hedgewars/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jan 2008 05:21:57 -0000	1.4
+++ ChangeLog	29 Apr 2008 19:20:48 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/hedgewars
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.4 2008/01/25 05:21:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.5 2008/04/29 19:20:48 nyhm Exp $
+
+*hedgewars-0.9.3 (29 Apr 2008)
+
+  29 Apr 2008; Tristan Heaven <nyhm@gentoo.org> +hedgewars-0.9.3.ebuild:
+  Version bump
 
 *hedgewars-0.9.2 (25 Jan 2008)
 



1.1                  games-strategy/hedgewars/hedgewars-0.9.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.3.ebuild?rev=1.1&content-type=text/plain

Index: hedgewars-0.9.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.3.ebuild,v 1.1 2008/04/29 19:20:48 nyhm Exp $

inherit eutils qt4 games

MY_P=${PN}-src-${PV}
DESCRIPTION="Free Worms-like turn based strategy game"
HOMEPAGE="http://hedgewars.org/"
SRC_URI="http://hedgewars.org/download/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="$(qt4_min_version 4.2)
	media-libs/libsdl
	media-libs/sdl-ttf
	media-libs/sdl-mixer
	media-libs/sdl-image
	media-libs/sdl-net"
DEPEND="${RDEPEND}
	>=dev-util/cmake-2.4.4
	dev-lang/fpc"

S=${WORKDIR}/${MY_P}

src_compile() {
	cmake \
		-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
		-DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}" \
		-DDATA_INSTALL_DIR="${GAMES_DATADIR}" \
		. || die "cmake failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	newicon QTfrontend/res/hh25x25.png ${PN}.png
	make_desktop_entry ${PN} Hedgewars
	dodoc ChangeLog.txt README
	doman man/${PN}.6
	prepgamesdirs
}



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-04-29 19:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1JqvNh-0003a6-GD@stork.gentoo.org \
    --to=nyhm@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