* [gentoo-commits] gentoo-x86 commit in media-gfx/picturewall: ChangeLog picturewall-1.0-r1.ebuild
@ 2010-06-24 8:38 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-24 8:38 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/24 08:38:26
Modified: ChangeLog
Added: picturewall-1.0-r1.ebuild
Log:
Add menu entry to fix bug #322693
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 media-gfx/picturewall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 4 May 2010 19:55:13 -0000 1.1
+++ ChangeLog 24 Jun 2010 08:38:26 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/picturewall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.1 2010/05/04 19:55:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.2 2010/06/24 08:38:26 hwoarang Exp $
+
+*picturewall-1.0-r1 (24 Jun 2010)
+
+ 24 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
+ +picturewall-1.0-r1.ebuild:
+ Add menu entry to fix bug #322693
*picturewall-1.0 (04 May 2010)
1.1 media-gfx/picturewall/picturewall-1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: picturewall-1.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.1 2010/06/24 08:38:26 hwoarang Exp $
EAPI="2"
inherit eutils qt4-r2
MY_PN="PictureWall"
MY_P="${MY_PN}_${PV}"
DESCRIPTION="Qt4 picture viewer and image searching tool using google.com"
HOMEPAGE="http://www.qt-apps.org/content/show.php?content=106101"
SRC_URI="http://picturewall.googlecode.com/files/PictureWall_1.0.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=x11-libs/qt-gui-4.5.3"
DEPEND="app-arch/unzip
${RDEPEND}"
S="${WORKDIR}/${MY_PN}/${MY_PN}"
src_install(){
dobin bin/${PN} || die "dobin failed"
dodoc ReadMe || die "dodoc failed"
dohtml -r doc/html/* || die "dohtml failed"
make_desktop_entry ${PN} ${MY_PN} || die "make_desktop_entry failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/picturewall: ChangeLog picturewall-1.0-r1.ebuild
@ 2010-06-24 21:20 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-24 21:20 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/24 21:20:30
Modified: ChangeLog picturewall-1.0-r1.ebuild
Log:
stable amd64, bug 322693
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 media-gfx/picturewall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 24 Jun 2010 08:38:26 -0000 1.2
+++ ChangeLog 24 Jun 2010 21:20:30 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/picturewall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.2 2010/06/24 08:38:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.3 2010/06/24 21:20:30 pacho Exp $
+
+ 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> picturewall-1.0-r1.ebuild:
+ stable amd64, bug 322693
*picturewall-1.0-r1 (24 Jun 2010)
1.2 media-gfx/picturewall/picturewall-1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?r1=1.1&r2=1.2
Index: picturewall-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- picturewall-1.0-r1.ebuild 24 Jun 2010 08:38:26 -0000 1.1
+++ picturewall-1.0-r1.ebuild 24 Jun 2010 21:20:30 -0000 1.2
@@ -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/picturewall/picturewall-1.0-r1.ebuild,v 1.1 2010/06/24 08:38:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.2 2010/06/24 21:20:30 pacho Exp $
EAPI="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug"
RDEPEND=">=x11-libs/qt-gui-4.5.3"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/picturewall: ChangeLog picturewall-1.0-r1.ebuild
@ 2010-07-14 13:12 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-14 13:12 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/14 13:12:33
Modified: ChangeLog picturewall-1.0-r1.ebuild
Log:
stable x86, bug 322693
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.4 media-gfx/picturewall/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 24 Jun 2010 21:20:30 -0000 1.3
+++ ChangeLog 14 Jul 2010 13:12:33 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/picturewall
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.3 2010/06/24 21:20:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.4 2010/07/14 13:12:33 fauli Exp $
+
+ 14 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ picturewall-1.0-r1.ebuild:
+ stable x86, bug 322693
24 Jun 2010; Pacho Ramos <pacho@gentoo.org> picturewall-1.0-r1.ebuild:
stable amd64, bug 322693
1.3 media-gfx/picturewall/picturewall-1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild?r1=1.2&r2=1.3
Index: picturewall-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- picturewall-1.0-r1.ebuild 24 Jun 2010 21:20:30 -0000 1.2
+++ picturewall-1.0-r1.ebuild 14 Jul 2010 13:12:33 -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/picturewall/picturewall-1.0-r1.ebuild,v 1.2 2010/06/24 21:20:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.3 2010/07/14 13:12:33 fauli Exp $
EAPI="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND=">=x11-libs/qt-gui-4.5.3"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-14 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 8:38 [gentoo-commits] gentoo-x86 commit in media-gfx/picturewall: ChangeLog picturewall-1.0-r1.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2010-06-24 21:20 Pacho Ramos (pacho)
2010-07-14 13:12 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox