public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/concentration: concentration-1.2-r1.ebuild ChangeLog
@ 2015-03-27  6:16 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-27  6:16 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/27 06:16:59

  Modified:             concentration-1.2-r1.ebuild ChangeLog
  Log:
  add jpeg to sdl-image use dep (bug #542018)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-puzzle/concentration/concentration-1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?r1=1.6&r2=1.7

Index: concentration-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- concentration-1.2-r1.ebuild	18 Feb 2015 20:20:08 -0000	1.6
+++ concentration-1.2-r1.ebuild	27 Mar 2015 06:16:59 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.6 2015/02/18 20:20:08 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.7 2015/03/27 06:16:59 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -16,11 +16,13 @@
 
 DEPEND="media-libs/libsdl[sound,video]
 	media-libs/sdl-mixer[vorbis]
-	media-libs/sdl-image[png]
+	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-ttf"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
 	default



1.15                 games-puzzle/concentration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Feb 2015 20:20:08 -0000	1.14
+++ ChangeLog	27 Mar 2015 06:16:59 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/concentration
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.14 2015/02/18 20:20:08 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.15 2015/03/27 06:16:59 mr_bones_ Exp $
+
+  27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  concentration-1.2-r1.ebuild:
+  add jpeg to sdl-image use dep (bug #542018)
 
   18 Feb 2015; Tupone Alfredo <tupone@gentoo.org> concentration-1.2-r1.ebuild:
   EAPI 5
@@ -54,4 +58,3 @@
   26 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org>
   concentration-1.0.1.ebuild, metadata.xml:
   Initial commit
-





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/concentration: concentration-1.2-r1.ebuild ChangeLog
@ 2015-03-28  5:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-28  5:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/28 05:06:51

  Modified:             concentration-1.2-r1.ebuild ChangeLog
  Log:
  update HOMEPAGE
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  games-puzzle/concentration/concentration-1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?r1=1.7&r2=1.8

Index: concentration-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- concentration-1.2-r1.ebuild	27 Mar 2015 06:16:59 -0000	1.7
+++ concentration-1.2-r1.ebuild	28 Mar 2015 05:06:51 -0000	1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.7 2015/03/27 06:16:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.8 2015/03/28 05:06:51 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
 
 DESCRIPTION="The classic memory game with some new life"
-HOMEPAGE="http://www.happypenguin.org/show?Concentration"
+HOMEPAGE="https://packages.gentoo.org/package/games-puzzle/concentration"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -18,7 +18,7 @@
 	media-libs/sdl-mixer[vorbis]
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-ttf"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo.patch



1.16                 games-puzzle/concentration/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	27 Mar 2015 06:16:59 -0000	1.15
+++ ChangeLog	28 Mar 2015 05:06:51 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/concentration
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.15 2015/03/27 06:16:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.16 2015/03/28 05:06:51 mr_bones_ Exp $
+
+  28 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  concentration-1.2-r1.ebuild:
+  update HOMEPAGE
 
   27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
   concentration-1.2-r1.ebuild:





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

end of thread, other threads:[~2015-03-28  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27  6:16 [gentoo-commits] gentoo-x86 commit in games-puzzle/concentration: concentration-1.2-r1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-28  5:06 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