* [gentoo-commits] gentoo-x86 commit in media-gfx/fotowall: fotowall-0.9-r1.ebuild ChangeLog
@ 2010-03-09 0:43 Alex Alexander (wired)
0 siblings, 0 replies; 4+ messages in thread
From: Alex Alexander (wired) @ 2010-03-09 0:43 UTC (permalink / raw
To: gentoo-commits
wired 10/03/09 00:43:48
Modified: fotowall-0.9-r1.ebuild ChangeLog
Log:
[media-gfx/fotowall] fixed failing -webcam
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Revision Changes Path
1.3 media-gfx/fotowall/fotowall-0.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?r1=1.2&r2=1.3
Index: fotowall-0.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fotowall-0.9-r1.ebuild 7 Jan 2010 13:29:26 -0000 1.2
+++ fotowall-0.9-r1.ebuild 9 Mar 2010 00:43:47 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.2 2010/01/07 13:29:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.3 2010/03/09 00:43:47 wired Exp $
EAPI="2"
@@ -36,7 +36,7 @@
src_configure() {
if ! use webcam; then
- eqmake4 ${PN}.pro "CONFIG += no-webcam"
+ eqmake4 ${PN}.pro "CONFIG+=no-webcam"
else
eqmake4
fi
1.10 media-gfx/fotowall/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fotowall/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 3 Mar 2010 11:41:02 -0000 1.9
+++ ChangeLog 9 Mar 2010 00:43:47 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/fotowall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.9 2010/03/03 11:41:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.10 2010/03/09 00:43:47 wired Exp $
+
+ 09 Mar 2010; Alex Alexander <wired@gentoo.org> fotowall-0.9-r1.ebuild:
+ fixed failing -webcam
03 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
fotowall-0.8.2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/fotowall: fotowall-0.9-r1.ebuild ChangeLog
@ 2010-06-07 15:58 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-07 15:58 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/07 15:58:34
Modified: fotowall-0.9-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #322443
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 media-gfx/fotowall/fotowall-0.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?r1=1.3&r2=1.4
Index: fotowall-0.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fotowall-0.9-r1.ebuild 9 Mar 2010 00:43:47 -0000 1.3
+++ fotowall-0.9-r1.ebuild 7 Jun 2010 15:58:34 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.3 2010/03/09 00:43:47 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.4 2010/06/07 15:58:34 hwoarang Exp $
EAPI="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug opengl webcam"
DEPEND="x11-libs/qt-gui:4
1.12 media-gfx/fotowall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 11 Mar 2010 17:58:32 -0000 1.11
+++ ChangeLog 7 Jun 2010 15:58:34 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/fotowall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.11 2010/03/11 17:58:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.12 2010/06/07 15:58:34 hwoarang Exp $
+
+ 07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> fotowall-0.9-r1.ebuild:
+ Stable on amd64 wrt bug #322443
11 Mar 2010; Markos Chandras <hwoarang@gentoo.org> fotowall-0.8.2.ebuild:
Stable on amd64 wrt bug #307593
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/fotowall: fotowall-0.9-r1.ebuild ChangeLog
@ 2010-06-15 9:36 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-15 9:36 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/15 09:36:07
Modified: fotowall-0.9-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #322443
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.5 media-gfx/fotowall/fotowall-0.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?r1=1.4&r2=1.5
Index: fotowall-0.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fotowall-0.9-r1.ebuild 7 Jun 2010 15:58:34 -0000 1.4
+++ fotowall-0.9-r1.ebuild 15 Jun 2010 09:36:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.4 2010/06/07 15:58:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.5 2010/06/15 09:36:07 phajdan.jr Exp $
EAPI="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug opengl webcam"
DEPEND="x11-libs/qt-gui:4
1.13 media-gfx/fotowall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 7 Jun 2010 15:58:34 -0000 1.12
+++ ChangeLog 15 Jun 2010 09:36:07 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/fotowall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.12 2010/06/07 15:58:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.13 2010/06/15 09:36:07 phajdan.jr Exp $
+
+ 15 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ fotowall-0.9-r1.ebuild:
+ x86 stable wrt bug #322443
07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> fotowall-0.9-r1.ebuild:
Stable on amd64 wrt bug #322443
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/fotowall: fotowall-0.9-r1.ebuild ChangeLog
@ 2013-03-02 21:35 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 21:35 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/03/02 21:35:24
Modified: fotowall-0.9-r1.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.6 media-gfx/fotowall/fotowall-0.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild?r1=1.5&r2=1.6
Index: fotowall-0.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fotowall-0.9-r1.ebuild 15 Jun 2010 09:36:07 -0000 1.5
+++ fotowall-0.9-r1.ebuild 2 Mar 2013 21:35:24 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.5 2010/06/15 09:36:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/fotowall-0.9-r1.ebuild,v 1.6 2013/03/02 21:35:24 hwoarang Exp $
EAPI="2"
@@ -17,9 +17,9 @@
KEYWORDS="amd64 x86"
IUSE="debug opengl webcam"
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-svg:4
- opengl? ( x11-libs/qt-opengl:4 )"
+DEPEND="dev-qt/qtgui:4
+ dev-qt/qtsvg:4
+ opengl? ( dev-qt/qtopengl:4 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
1.16 media-gfx/fotowall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotowall/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 23 Oct 2010 00:42:19 -0000 1.15
+++ ChangeLog 2 Mar 2013 21:35:24 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/fotowall
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.15 2010/10/23 00:42:19 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotowall/ChangeLog,v 1.16 2013/03/02 21:35:24 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> fotowall-0.9-r1.ebuild:
+ Move Qt dependencies to the new category
23 Oct 2010; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Remove myself from metadata
@@ -65,4 +68,3 @@
09 May 2009; Markos Chandras <hwoarang@gentoo.org> +fotowall-0.6.1.ebuild,
+metadata.xml:
Initial commit for fotowall application
-
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-02 21:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 15:58 [gentoo-commits] gentoo-x86 commit in media-gfx/fotowall: fotowall-0.9-r1.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2013-03-02 21:35 Markos Chandras (hwoarang)
2010-06-15 9:36 PaweA Hajdan (phajdan.jr)
2010-03-09 0:43 Alex Alexander (wired)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox