public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma: ChangeLog enigma-1.01.ebuild
@ 2007-11-04 23:11 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-11-04 23:11 UTC (permalink / raw
  To: gentoo-commits

tupone      07/11/04 23:11:23

  Modified:             ChangeLog
  Added:                enigma-1.01.ebuild
  Log:
  Version bump to 1.01
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.35                 games-puzzle/enigma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	9 Apr 2007 16:09:30 -0000	1.34
+++ ChangeLog	4 Nov 2007 23:11:22 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/enigma
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.34 2007/04/09 16:09:30 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.35 2007/11/04 23:11:22 tupone Exp $
+
+*enigma-1.01 (04 Nov 2007)
+
+  04 Nov 2007; Tupone Alfredo <tupone@gentoo.org>
+  +files/enigma-1.01-autotools.patch, +enigma-1.01.ebuild:
+  Version bump
 
   09 Apr 2007; Peter Weller <welp@gentoo.org> enigma-1.00-r2.ebuild:
   Keyworded ~amd64 wrt bug 159356



1.1                  games-puzzle/enigma/enigma-1.01.ebuild

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

Index: enigma-1.01.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.1 2007/11/04 23:11:22 tupone Exp $

inherit autotools eutils games

DESCRIPTION="puzzle game similar to Oxyd"
HOMEPAGE="http://www.nongnu.org/enigma/"
SRC_URI="mirror://berlios/enigma-game/${P}.tar.gz"

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

RDEPEND="media-libs/sdl-ttf
	media-libs/libsdl
	media-libs/sdl-mixer
	media-libs/sdl-image
	dev-libs/xerces-c
	net-libs/enet
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	sys-devel/gettext"

src_unpack() {
	unpack ${A}
	cd "${S}"
	cp /usr/share/gettext/config.rpath .
	epatch "${FILESDIR}"/${P}-autotools.patch
	eautoreconf
}

src_compile() {
	egamesconf \
		--disable-dependency-tracking \
		$(use_enable nls) \
		|| die
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc ACKNOWLEDGEMENTS AUTHORS CHANGES README doc/HACKING
	dohtml -r doc/*
	doman doc/enigma.6
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma: ChangeLog enigma-1.01.ebuild
@ 2008-04-30 15:40 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-04-30 15:40 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/04/30 15:40:11

  Modified:             ChangeLog enigma-1.01.ebuild
  Log:
  Patch to fix building with gcc-4.3 from Martin Väth, bug #218941
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.36                 games-puzzle/enigma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Nov 2007 23:11:22 -0000	1.35
+++ ChangeLog	30 Apr 2008 15:40:10 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/enigma
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.35 2007/11/04 23:11:22 tupone Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.36 2008/04/30 15:40:10 nyhm Exp $
+
+  30 Apr 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/enigma-1.01-gcc43.patch, enigma-1.01.ebuild:
+  Patch to fix building with gcc-4.3 from Martin Väth, bug #218941
 
 *enigma-1.01 (04 Nov 2007)
 



1.2                  games-puzzle/enigma/enigma-1.01.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild?r1=1.1&r2=1.2

Index: enigma-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enigma-1.01.ebuild	4 Nov 2007 23:11:22 -0000	1.1
+++ enigma-1.01.ebuild	30 Apr 2008 15:40:10 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.1 2007/11/04 23:11:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.01.ebuild,v 1.2 2008/04/30 15:40:10 nyhm Exp $
 
 inherit autotools eutils games
 
@@ -27,7 +27,9 @@
 	unpack ${A}
 	cd "${S}"
 	cp /usr/share/gettext/config.rpath .
-	epatch "${FILESDIR}"/${P}-autotools.patch
+	epatch \
+		"${FILESDIR}"/${P}-autotools.patch \
+		"${FILESDIR}"/${P}-gcc43.patch
 	eautoreconf
 }
 



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-30 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04 23:11 [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma: ChangeLog enigma-1.01.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-30 15:40 Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox