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-arcade/criticalmass: ChangeLog criticalmass-1.0.2.ebuild
Date: Fri,  6 May 2011 18:21:28 +0000 (UTC)	[thread overview]
Message-ID: <20110506182128.13DAB20057@flycatcher.gentoo.org> (raw)

mr_bones_    11/05/06 18:21:28

  Modified:             ChangeLog
  Added:                criticalmass-1.0.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-arcade/criticalmass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/criticalmass/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/criticalmass/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/criticalmass/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/criticalmass/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	15 Oct 2010 12:36:01 -0000	1.19
+++ ChangeLog	6 May 2011 18:21:27 -0000	1.20
@@ -1,6 +1,20 @@
 # ChangeLog for games-arcade/criticalmass
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/criticalmass/ChangeLog,v 1.19 2010/10/15 12:36:01 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/criticalmass/ChangeLog,v 1.20 2011/05/06 18:21:27 mr_bones_ Exp $
+
+  06 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +criticalmass-1.0.2.ebuild, +files/criticalmass-1.0.2-gcc43.patch,
+  +files/criticalmass-1.0.2-libpng14.patch,
+  +files/criticalmass-1.0.2-system_curl.patch:
+  version bump
+
+*criticalmass-1.0.2 (06 May 2011)
+
+  06 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +criticalmass-1.0.2.ebuild, +files/criticalmass-1.0.2-gcc43.patch,
+  +files/criticalmass-1.0.2-libpng14.patch,
+  +files/criticalmass-1.0.2-system_curl.patch:
+  version bump
 
   15 Oct 2010; Brent Baude <ranger@gentoo.org> criticalmass-1.0.0-r1.ebuild:
   stable ppc, bug 313911



1.1                  games-arcade/criticalmass/criticalmass-1.0.2.ebuild

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

Index: criticalmass-1.0.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/criticalmass/criticalmass-1.0.2.ebuild,v 1.1 2011/05/06 18:21:27 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DESCRIPTION="SDL/OpenGL space shoot'em up game"
HOMEPAGE="http://criticalmass.sourceforge.net/"
SRC_URI="mirror://sourceforge/criticalmass/CriticalMass-${PV}.tar.bz2"

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

DEPEND="media-libs/sdl-mixer
	media-libs/sdl-image[png]
	media-libs/libpng
	virtual/opengl
	net-misc/curl"

S=${WORKDIR}/CriticalMass-${PV}

src_prepare() {
	epatch "${FILESDIR}"/${P}-gcc43.patch \
		"${FILESDIR}"/${P}-system_curl.patch \
		"${FILESDIR}"/${P}-libpng14.patch
	rm -rf curl
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	rm -f "${D}${GAMES_BINDIR}/Packer"
	dohtml Readme.html
	dodoc TODO
	newicon critter.png ${PN}.png
	make_desktop_entry critter "Critical Mass"
	prepgamesdirs
}






             reply	other threads:[~2011-05-06 18:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-06 18:21 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-20 15:26 [gentoo-commits] gentoo-x86 commit in games-arcade/criticalmass: ChangeLog criticalmass-1.0.2.ebuild Michael Sterrett (mr_bones_)
2011-07-21 10:45 Markus Meier (maekke)
2011-09-17 16:20 Samuli Suominen (ssuominen)
2011-10-15 10:44 Kacper Kowalik (xarthisius)
2015-01-04  8:51 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=20110506182128.13DAB20057@flycatcher.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