public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/cockatrice: cockatrice-20120702.ebuild ChangeLog
@ 2013-03-02 21:11 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 21:11 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 21:11:59

  Modified:             cockatrice-20120702.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.5                  games-board/cockatrice/cockatrice-20120702.ebuild

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

Index: cockatrice-20120702.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cockatrice-20120702.ebuild	19 Nov 2012 19:14:12 -0000	1.4
+++ cockatrice-20120702.ebuild	2 Mar 2013 21:11:59 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.4 2012/11/19 19:14:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
 
 EAPI=3
 inherit cmake-utils eutils gnome2-utils games
@@ -17,12 +17,12 @@
 DEPEND="
 	dev-libs/libgcrypt
 	dev-libs/protobuf
-	x11-libs/qt-core:4
-	x11-libs/qt-sql:4
+	dev-qt/qtcore:4
+	dev-qt/qtsql:4
 	!dedicated? (
-		x11-libs/qt-multimedia:4
-		x11-libs/qt-svg:4
-		x11-libs/qt-gui:4
+		dev-qt/qtmultimedia:4
+		dev-qt/qtsvg:4
+		dev-qt/qtgui:4
 	)"
 
 S=${WORKDIR}/${PN}_${PV}



1.5                  games-board/cockatrice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Nov 2012 19:14:12 -0000	1.4
+++ ChangeLog	2 Mar 2013 21:11:59 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/cockatrice
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.4 2012/11/19 19:14:12 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cockatrice-20120702.ebuild:
+  Move Qt dependencies to the new category
 
   19 Nov 2012; Julian Ospald <hasufell@gentoo.org> cockatrice-20120702.ebuild,
   files/cockatrice-20120702-build.patch:
@@ -19,4 +22,3 @@
   +files/cockatrice-20120702-build.patch,
   +files/cockatrice-20120702-underlinking.patch, +metadata.xml:
   initial commit based on ebuild of Alexander Berntsen
-





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

* [gentoo-commits] gentoo-x86 commit in games-board/cockatrice: cockatrice-20120702.ebuild ChangeLog
@ 2014-03-01 22:24 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-01 22:24 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/01 22:24:04

  Modified:             cockatrice-20120702.ebuild ChangeLog
  Log:
  Update libgcrypt dep to use slot :0.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  games-board/cockatrice/cockatrice-20120702.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild?r1=1.5&r2=1.6

Index: cockatrice-20120702.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cockatrice-20120702.ebuild	2 Mar 2013 21:11:59 -0000	1.5
+++ cockatrice-20120702.ebuild	1 Mar 2014 22:24:04 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.6 2014/03/01 22:24:04 mgorny Exp $
 
 EAPI=3
 inherit cmake-utils eutils gnome2-utils games
@@ -15,7 +15,7 @@
 IUSE="dedicated server"
 
 DEPEND="
-	dev-libs/libgcrypt
+	dev-libs/libgcrypt:0
 	dev-libs/protobuf
 	dev-qt/qtcore:4
 	dev-qt/qtsql:4



1.6                  games-board/cockatrice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/cockatrice/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Mar 2013 21:11:59 -0000	1.5
+++ ChangeLog	1 Mar 2014 22:24:04 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/cockatrice
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.5 2013/03/02 21:11:59 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.6 2014/03/01 22:24:04 mgorny Exp $
+
+  01 Mar 2014; Michał Górny <mgorny@gentoo.org> cockatrice-20120702.ebuild:
+  Update libgcrypt dep to use slot :0.
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cockatrice-20120702.ebuild:
   Move Qt dependencies to the new category





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

* [gentoo-commits] gentoo-x86 commit in games-board/cockatrice: cockatrice-20120702.ebuild ChangeLog
@ 2015-01-05 23:07 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-01-05 23:07 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/01/05 23:07:31

  Modified:             cockatrice-20120702.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-board/cockatrice/cockatrice-20120702.ebuild

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

Index: cockatrice-20120702.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cockatrice-20120702.ebuild	1 Mar 2014 22:24:04 -0000	1.6
+++ cockatrice-20120702.ebuild	5 Jan 2015 23:07:31 -0000	1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.6 2014/03/01 22:24:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/cockatrice-20120702.ebuild,v 1.7 2015/01/05 23:07:31 mr_bones_ Exp $
 
-EAPI=3
+EAPI=5
 inherit cmake-utils eutils gnome2-utils games
 
 DESCRIPTION="An open-source multiplatform software for playing card games over a network"



1.8                  games-board/cockatrice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Nov 2014 23:08:51 -0000	1.7
+++ ChangeLog	5 Jan 2015 23:07:31 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/cockatrice
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.7 2014/11/25 23:08:51 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/cockatrice/ChangeLog,v 1.8 2015/01/05 23:07:31 mr_bones_ Exp $
+
+  05 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  cockatrice-20120702.ebuild:
+  EAPI=5
 
   25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   drop maintainership





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 23:07 [gentoo-commits] gentoo-x86 commit in games-board/cockatrice: cockatrice-20120702.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-01 22:24 Michal Gorny (mgorny)
2013-03-02 21:11 Markos Chandras (hwoarang)

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