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

mr_bones_    11/08/07 19:07:49

  Modified:             ChangeLog penguin-command-1.6.11.ebuild
  Log:
  EAPI=2; add use deps
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-arcade/penguin-command/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Feb 2008 18:47:20 -0000	1.16
+++ ChangeLog	7 Aug 2011 19:07:49 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/penguin-command
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.16 2008/02/29 18:47:20 carlo Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.17 2011/08/07 19:07:49 mr_bones_ Exp $
+
+  07 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  penguin-command-1.6.11.ebuild:
+  EAPI=2; add use deps
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org>
   penguin-command-1.6.11.ebuild:



1.3                  games-arcade/penguin-command/penguin-command-1.6.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?r1=1.2&r2=1.3

Index: penguin-command-1.6.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- penguin-command-1.6.11.ebuild	29 Feb 2008 18:47:20 -0000	1.2
+++ penguin-command-1.6.11.ebuild	7 Aug 2011 19:07:49 -0000	1.3
@@ -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/penguin-command/penguin-command-1.6.11.ebuild,v 1.2 2008/02/29 18:47:20 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.3 2011/08/07 19:07:49 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="A clone of the classic Missile Command game"
@@ -13,9 +14,9 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl
-	media-libs/sdl-mixer
-	media-libs/sdl-image"
+DEPEND="media-libs/libsdl[audio,joystick,video]
+	media-libs/sdl-mixer[mikmod]
+	media-libs/sdl-image[jpeg,png]"
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/penguin-command: ChangeLog penguin-command-1.6.11.ebuild
@ 2014-05-15 16:30 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:30 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:30:14

  Modified:             ChangeLog penguin-command-1.6.11.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.19                 games-arcade/penguin-command/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Sep 2012 06:37:57 -0000	1.18
+++ ChangeLog	15 May 2014 16:30:14 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/penguin-command
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.18 2012/09/05 06:37:57 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.19 2014/05/15 16:30:14 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> penguin-command-1.6.11.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org>
   penguin-command-1.6.11.ebuild:



1.5                  games-arcade/penguin-command/penguin-command-1.6.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild?r1=1.4&r2=1.5

Index: penguin-command-1.6.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- penguin-command-1.6.11.ebuild	5 Sep 2012 06:37:57 -0000	1.4
+++ penguin-command-1.6.11.ebuild	15 May 2014 16:30:14 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.4 2012/09/05 06:37:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.5 2014/05/15 16:30:14 ulm Exp $
 
 EAPI=2
 inherit eutils games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl[audio,joystick,video]
+DEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-mixer[mod]
 	media-libs/sdl-image[jpeg,png]"
 





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

end of thread, other threads:[~2014-05-15 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:30 [gentoo-commits] gentoo-x86 commit in games-arcade/penguin-command: ChangeLog penguin-command-1.6.11.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-07 19:07 Michael Sterrett (mr_bones_)

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