public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/late: ChangeLog late-0.1.0.ebuild
@ 2011-04-08  1:38 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-04-08  1:38 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/04/08 01:38:05

  Modified:             ChangeLog late-0.1.0.ebuild
  Log:
  EAPI=2; add patch to try to fix bug #362367
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.11                 games-arcade/late/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 May 2008 22:45:31 -0000	1.10
+++ ChangeLog	8 Apr 2011 01:38:05 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/late
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.10 2008/05/04 22:45:31 nyhm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.11 2011/04/08 01:38:05 mr_bones_ Exp $
+
+  08 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org> late-0.1.0.ebuild,
+  +files/late-0.1.0-gcc46.patch:
+  EAPI=2; add patch to try to fix bug #362367
 
   04 May 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/late-0.1.0-gcc43.patch, late-0.1.0.ebuild:



1.15                 games-arcade/late/late-0.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?r1=1.14&r2=1.15

Index: late-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- late-0.1.0.ebuild	4 May 2008 22:45:31 -0000	1.14
+++ late-0.1.0.ebuild	8 Apr 2011 01:38:05 -0000	1.15
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.14 2008/05/04 22:45:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.15 2011/04/08 01:38:05 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="A game, similar to Barrack by Ambrosia Software"
@@ -13,13 +14,13 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl
-	media-libs/sdl-image"
+DEPEND="media-libs/libsdl[video]
+	media-libs/sdl-image[jpeg]"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-gcc46.patch
 	sed -i \
 		-e "/chown/d" \
 		Makefile.in \






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/late: ChangeLog late-0.1.0.ebuild
@ 2015-01-05 11:20 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-05 11:20 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/05 11:20:24

  Modified:             ChangeLog late-0.1.0.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.12                 games-arcade/late/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Apr 2011 01:38:05 -0000	1.11
+++ ChangeLog	5 Jan 2015 11:20:24 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/late
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.11 2011/04/08 01:38:05 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.12 2015/01/05 11:20:24 tupone Exp $
+
+  05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> late-0.1.0.ebuild:
+  EAPI 5
 
   08 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org> late-0.1.0.ebuild,
   +files/late-0.1.0-gcc46.patch:



1.16                 games-arcade/late/late-0.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?r1=1.15&r2=1.16

Index: late-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- late-0.1.0.ebuild	8 Apr 2011 01:38:05 -0000	1.15
+++ late-0.1.0.ebuild	5 Jan 2015 11:20:24 -0000	1.16
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.15 2011/04/08 01:38:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.16 2015/01/05 11:20:24 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A game, similar to Barrack by Ambrosia Software"
@@ -16,6 +16,7 @@
 
 DEPEND="media-libs/libsdl[video]
 	media-libs/sdl-image[jpeg]"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	epatch \
@@ -28,9 +29,8 @@
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	default
 	newicon graphics/latebg2.jpg ${PN}.jpg
 	make_desktop_entry late Late /usr/share/pixmaps/${PN}.jpg
-	dodoc AUTHORS
 	prepgamesdirs
 }





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

end of thread, other threads:[~2015-01-05 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08  1:38 [gentoo-commits] gentoo-x86 commit in games-arcade/late: ChangeLog late-0.1.0.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-05 11:20 Alfredo Tupone (tupone)

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