public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/rezerwar: ChangeLog rezerwar-0.4.2.ebuild
Date: Mon, 10 May 2010 06:26:30 +0000 (UTC)	[thread overview]
Message-ID: <20100510062630.CF5F02C51F@corvid.gentoo.org> (raw)

mr_bones_    10/05/10 06:26:30

  Modified:             ChangeLog
  Added:                rezerwar-0.4.2.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-puzzle/rezerwar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Dec 2009 19:10:55 -0000	1.4
+++ ChangeLog	10 May 2010 06:26:30 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/rezerwar
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v 1.4 2009/12/19 19:10:55 pacho Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v 1.5 2010/05/10 06:26:30 mr_bones_ Exp $
+
+*rezerwar-0.4.2 (10 May 2010)
+
+  10 May 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  +rezerwar-0.4.2.ebuild:
+  version bump
 
   19 Dec 2009; Pacho Ramos <pacho@gentoo.org> rezerwar-0.4.1.ebuild:
   amd64 stable, bug 296037



1.1                  games-puzzle/rezerwar/rezerwar-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild?rev=1.1&content-type=text/plain

Index: rezerwar-0.4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild,v 1.1 2010/05/10 06:26:30 mr_bones_ Exp $

EAPI=2
inherit eutils games

DESCRIPTION="Puzzle game like the known tetromino and the average pipe games"
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
SRC_URI="http://tamentis.com/projects/rezerwar/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-libs/libsdl[audio,joystick,video]
	media-libs/sdl-mixer[vorbis]"

src_prepare() {
	sed -i \
		-e '/check_sdl$/d' \
		-e 's/-O2 //' \
		configure \
		|| die 'sed failed'
	sed -i \
		-e '/CC.*OBJECTS/s:$(CC):$(CC) $(LDFLAGS):' \
		mkfiles/Makefile.src \
		|| die "sed failed"
}

src_configure() {
	SDLCONFIG=sdl-config \
	TARGET_BIN="${GAMES_BINDIR}" \
	TARGET_DOC=/usr/share/doc/${PF} \
	TARGET_DATA="${GAMES_DATADIR}/${PN}" \
	./configure \
	|| die "configure failed"
	sed -i \
		-e '/TARGET_DOC/d' \
		Makefile \
		|| die "sed failed"
}

src_install() {
	dodir "${GAMES_BINDIR}"
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc doc/{CHANGES,README,TODO}
	make_desktop_entry rezerwar Rezerwar
	prepgamesdirs
}






             reply	other threads:[~2010-05-10  6:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10  6:26 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-21 20:14 [gentoo-commits] gentoo-x86 commit in games-puzzle/rezerwar: ChangeLog rezerwar-0.4.2.ebuild Markus Meier (maekke)
2014-05-15 16:53 Ulrich Mueller (ulm)
2015-02-24 22:26 Alfredo Tupone (tupone)

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=20100510062630.CF5F02C51F@corvid.gentoo.org \
    --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