* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-06-15 17:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-15 17:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/06/15 17:56:24
Modified: ChangeLog
Added: xscreensaver-5.11.ebuild
Log:
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.270 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.270&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.270&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.269&r2=1.270
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog 23 Jan 2010 14:19:46 -0000 1.269
+++ ChangeLog 15 Jun 2010 17:56:24 -0000 1.270
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.269 2010/01/23 14:19:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.270 2010/06/15 17:56:24 ssuominen Exp $
+
+*xscreensaver-5.11 (15 Jun 2010)
+
+ 15 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xscreensaver-5.11.ebuild:
+ Version bump.
23 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
xscreensaver-5.10.ebuild:
1.1 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.1&content-type=text/plain
Index: xscreensaver-5.11.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.1 2010/06/15 17:56:24 ssuominen Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
DESCRIPTION="A modular screen saver and locker for the X Window System"
SRC_URI="http://www.jwz.org/xscreensaver/${P}.tar.gz"
HOMEPAGE="http://www.jwz.org/xscreensaver"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
x11-libs/libXxf86vm
x11-libs/libXrandr
x11-libs/libXxf86misc
x11-libs/libXt
x11-libs/libX11
x11-libs/libXext
x11-apps/xwininfo
x11-apps/appres
media-libs/netpbm
>=dev-libs/libxml2-2.5
>=x11-libs/gtk+-2:2
>=gnome-base/libglade-1.99
pam? ( virtual/pam )
jpeg? ( media-libs/jpeg:0 )
opengl? ( virtual/opengl )
xinerama? ( x11-libs/libXinerama )
new-login? ( gnome-base/gdm )"
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
x11-proto/xextproto
x11-proto/scrnsaverproto
x11-proto/recordproto
x11-proto/xf86miscproto
sys-devel/bc
dev-util/pkgconfig
sys-devel/gettext
dev-util/intltool
xinerama? ( x11-proto/xineramaproto )"
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
epatch "${FILESDIR}"/${PN}-5.10-gentoo.patch
eautoconf
}
src_configure() {
if use ppc || use ppc64; then
filter-flags -mabi=altivec
filter-flags -maltivec
append-flags -U__VEC__
fi
unset LINGUAS #113681
unset BC_ENV_ARGS #24568
econf \
--x-includes=/usr/include \
--x-libraries=/usr/$(get_libdir) \
--enable-locking \
--with-hackdir=/usr/$(get_libdir)/misc/${PN} \
--with-configdir=/usr/share/${PN}/config \
--with-x-app-defaults=/usr/share/X11/app-defaults \
--with-dpms-ext \
$(use_with xinerama xinerama-ext) \
--with-xf86vmode-ext \
--with-xf86gamma-ext \
--with-randr-ext \
--with-proc-interrupts \
$(use_with pam) \
--without-kerberos \
$(use_with new-login login-manager) \
--with-gtk \
$(use_with opengl gl) \
--without-gle \
--with-pixbuf \
$(use_with jpeg) \
--with-xshm-ext \
--with-xdbe-ext \
--with-text-file=/etc/gentoo-release \
$(use_with suid setuid-hacks)
}
src_install() {
emake install_prefix="${D}" install || die
dodoc README{,.hacking}
use pam && fperms 755 /usr/bin/${PN}
pamd_mimic_system ${PN} auth
rm -f "${D}"/usr/share/${PN}/config/{electricsheep,fireflies}.xml
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-09 15:45 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-09 15:45 UTC (permalink / raw
To: gentoo-commits
pacho 10/07/09 15:45:02
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
stable amd64, bug 327367
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.271 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.271&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.271&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.270&r2=1.271
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog 15 Jun 2010 17:56:24 -0000 1.270
+++ ChangeLog 9 Jul 2010 15:45:02 -0000 1.271
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.270 2010/06/15 17:56:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.271 2010/07/09 15:45:02 pacho Exp $
+
+ 09 Jul 2010; Pacho Ramos <pacho@gentoo.org> xscreensaver-5.11.ebuild:
+ stable amd64, bug 327367
*xscreensaver-5.11 (15 Jun 2010)
1.2 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.1&r2=1.2
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xscreensaver-5.11.ebuild 15 Jun 2010 17:56:24 -0000 1.1
+++ xscreensaver-5.11.ebuild 9 Jul 2010 15:45:02 -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.1 2010/06/15 17:56:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.2 2010/07/09 15:45:02 pacho Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-12 17:56 Christian Faulhammer (fauli)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-12 17:56 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/12 17:56:31
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
stable x86, bug 327367
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.272 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.272&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.272&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.271&r2=1.272
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog 9 Jul 2010 15:45:02 -0000 1.271
+++ ChangeLog 12 Jul 2010 17:56:31 -0000 1.272
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.271 2010/07/09 15:45:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.272 2010/07/12 17:56:31 fauli Exp $
+
+ 12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ xscreensaver-5.11.ebuild:
+ stable x86, bug 327367
09 Jul 2010; Pacho Ramos <pacho@gentoo.org> xscreensaver-5.11.ebuild:
stable amd64, bug 327367
1.3 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.2&r2=1.3
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xscreensaver-5.11.ebuild 9 Jul 2010 15:45:02 -0000 1.2
+++ xscreensaver-5.11.ebuild 12 Jul 2010 17:56:31 -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.2 2010/07/09 15:45:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.3 2010/07/12 17:56:31 fauli Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-19 7:47 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-19 7:47 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/19 07:47:13
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
ppc64 stable wrt #327367
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.273 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.273&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.273&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.272&r2=1.273
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog 12 Jul 2010 17:56:31 -0000 1.272
+++ ChangeLog 19 Jul 2010 07:47:13 -0000 1.273
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.272 2010/07/12 17:56:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.273 2010/07/19 07:47:13 ssuominen Exp $
+
+ 19 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xscreensaver-5.11.ebuild:
+ ppc64 stable wrt #327367
12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
xscreensaver-5.11.ebuild:
1.4 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.3&r2=1.4
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xscreensaver-5.11.ebuild 12 Jul 2010 17:56:31 -0000 1.3
+++ xscreensaver-5.11.ebuild 19 Jul 2010 07:47:13 -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.3 2010/07/12 17:56:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.4 2010/07/19 07:47:13 ssuominen Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-21 10:46 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-21 10:46 UTC (permalink / raw
To: gentoo-commits
jer 10/07/21 10:46:23
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
Stable for HPPA (bug #327367).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.274 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.274&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.274&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.273&r2=1.274
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog 19 Jul 2010 07:47:13 -0000 1.273
+++ ChangeLog 21 Jul 2010 10:46:23 -0000 1.274
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.273 2010/07/19 07:47:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.274 2010/07/21 10:46:23 jer Exp $
+
+ 21 Jul 2010; Jeroen Roovers <jer@gentoo.org> xscreensaver-5.11.ebuild:
+ Stable for HPPA (bug #327367).
19 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
xscreensaver-5.11.ebuild:
1.5 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.4&r2=1.5
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xscreensaver-5.11.ebuild 19 Jul 2010 07:47:13 -0000 1.4
+++ xscreensaver-5.11.ebuild 21 Jul 2010 10:46:23 -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.4 2010/07/19 07:47:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.5 2010/07/21 10:46:23 jer Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-23 21:12 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-23 21:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/23 21:12:35
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
Use virtual/jpeg.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.275 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.275&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.275&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.274&r2=1.275
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog 21 Jul 2010 10:46:23 -0000 1.274
+++ ChangeLog 23 Jul 2010 21:12:35 -0000 1.275
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.274 2010/07/21 10:46:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.275 2010/07/23 21:12:35 ssuominen Exp $
+
+ 23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xscreensaver-5.11.ebuild:
+ Use virtual/jpeg.
21 Jul 2010; Jeroen Roovers <jer@gentoo.org> xscreensaver-5.11.ebuild:
Stable for HPPA (bug #327367).
1.6 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.5&r2=1.6
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xscreensaver-5.11.ebuild 21 Jul 2010 10:46:23 -0000 1.5
+++ xscreensaver-5.11.ebuild 23 Jul 2010 21:12:35 -0000 1.6
@@ -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.5 2010/07/21 10:46:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.6 2010/07/23 21:12:35 ssuominen Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -28,7 +28,7 @@
>=x11-libs/gtk+-2:2
>=gnome-base/libglade-1.99
pam? ( virtual/pam )
- jpeg? ( media-libs/jpeg:0 )
+ jpeg? ( virtual/jpeg )
opengl? ( virtual/opengl )
xinerama? ( x11-libs/libXinerama )
new-login? ( gnome-base/gdm )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-07-24 16:48 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-24 16:48 UTC (permalink / raw
To: gentoo-commits
armin76 10/07/24 16:48:45
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
alpha/arm/ia64/sh/sparc stable wrt #327367
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.276 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.276&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.276&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.275&r2=1.276
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog 23 Jul 2010 21:12:35 -0000 1.275
+++ ChangeLog 24 Jul 2010 16:48:44 -0000 1.276
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.275 2010/07/23 21:12:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.276 2010/07/24 16:48:44 armin76 Exp $
+
+ 24 Jul 2010; Raúl Porcel <armin76@gentoo.org> xscreensaver-5.11.ebuild:
+ alpha/arm/ia64/sh/sparc stable wrt #327367
23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
xscreensaver-5.11.ebuild:
1.7 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.6&r2=1.7
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xscreensaver-5.11.ebuild 23 Jul 2010 21:12:35 -0000 1.6
+++ xscreensaver-5.11.ebuild 24 Jul 2010 16:48:44 -0000 1.7
@@ -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.6 2010/07/23 21:12:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.7 2010/07/24 16:48:44 armin76 Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild
@ 2010-08-13 13:57 Joseph Jezak (josejx)
0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-13 13:57 UTC (permalink / raw
To: gentoo-commits
josejx 10/08/13 13:57:43
Modified: ChangeLog xscreensaver-5.11.ebuild
Log:
Marked ppc stable for bug #327367.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.277 x11-misc/xscreensaver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.277&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?rev=1.277&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/ChangeLog?r1=1.276&r2=1.277
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog 24 Jul 2010 16:48:44 -0000 1.276
+++ ChangeLog 13 Aug 2010 13:57:43 -0000 1.277
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xscreensaver
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.276 2010/07/24 16:48:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.277 2010/08/13 13:57:43 josejx Exp $
+
+ 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> xscreensaver-5.11.ebuild:
+ Marked ppc stable for bug #327367.
24 Jul 2010; Raúl Porcel <armin76@gentoo.org> xscreensaver-5.11.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #327367
1.8 x11-misc/xscreensaver/xscreensaver-5.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild?r1=1.7&r2=1.8
Index: xscreensaver-5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xscreensaver-5.11.ebuild 24 Jul 2010 16:48:44 -0000 1.7
+++ xscreensaver-5.11.ebuild 13 Aug 2010 13:57:43 -0000 1.8
@@ -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/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.7 2010/07/24 16:48:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.11.ebuild,v 1.8 2010/08/13 13:57:43 josejx Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="jpeg new-login opengl pam suid xinerama"
RDEPEND="x11-libs/libXmu
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-08-13 13:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 17:56 [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.11.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-07-09 15:45 Pacho Ramos (pacho)
2010-07-12 17:56 Christian Faulhammer (fauli)
2010-07-19 7:47 Samuli Suominen (ssuominen)
2010-07-21 10:46 Jeroen Roovers (jer)
2010-07-23 21:12 Samuli Suominen (ssuominen)
2010-07-24 16:48 Raul Porcel (armin76)
2010-08-13 13:57 Joseph Jezak (josejx)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox