* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-09-17 7:31 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-17 7:31 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/17 07:31:25
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Fix QA issues wrt EAPI4, bug #435272
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.142 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 16 Sep 2012 18:14:10 -0000 1.141
+++ ChangeLog 17 Sep 2012 07:31:24 -0000 1.142
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.141 2012/09/16 18:14:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.142 2012/09/17 07:31:24 armin76 Exp $
+
+ 17 Sep 2012; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ Fix QA issues wrt EAPI4, bug #435272
16 Sep 2012; Raúl Porcel <armin76@gentoo.org> tigervnc-1.1.0-r7.ebuild,
tigervnc-1.2.0.ebuild:
1.3 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.2&r2=1.3
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tigervnc-1.2.0.ebuild 16 Sep 2012 18:14:10 -0000 1.2
+++ tigervnc-1.2.0.ebuild 17 Sep 2012 07:31:24 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.2 2012/09/16 18:14:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.3 2012/09/17 07:31:24 armin76 Exp $
EAPI="4"
@@ -85,8 +85,6 @@
einfo "The 'server' USE flag will build tigervnc's server."
einfo "If '-server' is chosen only the client is built to save space."
einfo "Stop the build now if you need to add 'server' to USE flags.\n"
- ebeep
- epause 5
else
ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
OLD_IMPLEM="$(eselect opengl show)"
@@ -118,7 +116,7 @@
fi
}
-src_compile() {
+src_configure() {
mycmakeargs=(
-G "Unix Makefiles"
$(cmake-utils_use_use internal-fltk INCLUDED_FLTK)
@@ -126,7 +124,10 @@
$(cmake-utils_use_enable pam PAM)
$(cmake-utils_use_build java JAVA)
)
+ cmake-utils_src_configure
+}
+src_compile() {
cmake-utils_src_compile
if use server ; then
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-11-14 20:25 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-11-14 20:25 UTC (permalink / raw
To: gentoo-commits
armin76 12/11/14 20:25:03
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Remove unneeded java patch, bug #442612
(Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.143 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 17 Sep 2012 07:31:24 -0000 1.142
+++ ChangeLog 14 Nov 2012 20:25:03 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.142 2012/09/17 07:31:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.143 2012/11/14 20:25:03 armin76 Exp $
+
+ 14 Nov 2012; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ Remove unneeded java patch, bug #442612
17 Sep 2012; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
Fix QA issues wrt EAPI4, bug #435272
1.4 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.3&r2=1.4
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tigervnc-1.2.0.ebuild 17 Sep 2012 07:31:24 -0000 1.3
+++ tigervnc-1.2.0.ebuild 14 Nov 2012 20:25:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.3 2012/09/17 07:31:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.4 2012/11/14 20:25:03 armin76 Exp $
EAPI="4"
@@ -108,7 +108,7 @@
fi
EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \
- EPATCH_FORCE="yes" epatch
+ EPATCH_EXCLUDE="015_java7.patch" EPATCH_FORCE="yes" epatch
if use server ; then
cd unix/xserver
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-11-15 6:24 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-15 6:24 UTC (permalink / raw
To: gentoo-commits
jer 12/11/15 06:24:54
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Run configure in src_configure. Remove unneeded || die. Whitespace. Split and sort configure options.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.144 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 14 Nov 2012 20:25:03 -0000 1.143
+++ ChangeLog 15 Nov 2012 06:24:54 -0000 1.144
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.143 2012/11/14 20:25:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.144 2012/11/15 06:24:54 jer Exp $
+
+ 15 Nov 2012; Jeroen Roovers <jer@gentoo.org> tigervnc-1.2.0.ebuild:
+ Run configure in src_configure. Remove unneeded || die. Whitespace. Split and
+ sort configure options.
14 Nov 2012; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
Remove unneeded java patch, bug #442612
1.5 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.4&r2=1.5
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tigervnc-1.2.0.ebuild 14 Nov 2012 20:25:03 -0000 1.4
+++ tigervnc-1.2.0.ebuild 15 Nov 2012 06:24:54 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.4 2012/11/14 20:25:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.5 2012/11/15 06:24:54 jer Exp $
EAPI="4"
@@ -72,7 +72,7 @@
>=x11-proto/videoproto-2.2.2
>=x11-proto/xcmiscproto-1.2.0
>=x11-proto/xineramaproto-1.1.3
- >=x11-libs/xtrans-1.2.2
+ >=x11-libs/xtrans-1.2.2
>=x11-proto/dri2proto-2.8
opengl? ( >=media-libs/mesa-7.8_rc[nptl=] )
)"
@@ -124,27 +124,42 @@
$(cmake-utils_use_enable pam PAM)
$(cmake-utils_use_build java JAVA)
)
- cmake-utils_src_configure
-}
-src_compile() {
- cmake-utils_src_compile
+ cmake-utils_src_configure
- if use server ; then
+ if use server; then
cd unix/xserver
econf \
- --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
- --disable-xwin --disable-xephyr --disable-kdrive --with-pic \
- --disable-static --disable-xinerama --without-dtrace \
- --disable-unit-tests --disable-devel-docs --disable-dri \
+ $(use_enable nptl glx-tls) \
+ $(use_enable opengl glx) \
--disable-config-dbus \
--disable-config-hal \
--disable-config-udev \
+ --disable-devel-docs \
+ --disable-dmx \
+ --disable-dri \
+ --disable-kdrive \
+ --disable-silent-rules \
+ --disable-static \
+ --disable-unit-tests \
+ --disable-xephyr \
+ --disable-xinerama \
+ --disable-xnest \
+ --disable-xorg \
+ --disable-xvfb \
+ --disable-xwin \
--enable-dri2 \
- $(use_enable opengl glx) \
- $(use_enable nptl glx-tls) \
- || die "econf server failed"
- emake || die "emake server failed"
+ --with-pic \
+ --without-dtrace
+ fi
+}
+
+src_compile() {
+ cmake-utils_src_compile
+
+ if use server ; then
+ cd unix/xserver
+ emake
fi
}
@@ -156,7 +171,7 @@
if use server ; then
cd unix/xserver/hw/vnc
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
! use xorgmodule && rm -rf "${D}"/usr/$(get_libdir)/xorg
newconfd "${FILESDIR}"/${PN}.confd ${PN}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-11-16 18:12 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-16 18:12 UTC (permalink / raw
To: gentoo-commits
ago 12/11/16 18:12:21
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Stable for amd64, wrt bug #443080
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.145 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 15 Nov 2012 06:24:54 -0000 1.144
+++ ChangeLog 16 Nov 2012 18:12:21 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.144 2012/11/15 06:24:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.145 2012/11/16 18:12:21 ago Exp $
+
+ 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
+ Stable for amd64, wrt bug #443080
15 Nov 2012; Jeroen Roovers <jer@gentoo.org> tigervnc-1.2.0.ebuild:
Run configure in src_configure. Remove unneeded || die. Whitespace. Split and
1.6 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.5&r2=1.6
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tigervnc-1.2.0.ebuild 15 Nov 2012 06:24:54 -0000 1.5
+++ tigervnc-1.2.0.ebuild 16 Nov 2012 18:12:21 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.5 2012/11/15 06:24:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.6 2012/11/16 18:12:21 ago Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-12-09 18:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 18:27 UTC (permalink / raw
To: gentoo-commits
ago 12/12/09 18:27:57
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Stable for ppc64, wrt bug #443080
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.147 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 21 Nov 2012 10:35:06 -0000 1.146
+++ ChangeLog 9 Dec 2012 18:27:57 -0000 1.147
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.146 2012/11/21 10:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.147 2012/12/09 18:27:57 ago Exp $
+
+ 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
+ Stable for ppc64, wrt bug #443080
21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
Stable for x86, wrt bug #443080
1.8 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.7&r2=1.8
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tigervnc-1.2.0.ebuild 21 Nov 2012 10:35:06 -0000 1.7
+++ tigervnc-1.2.0.ebuild 9 Dec 2012 18:27:57 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.7 2012/11/21 10:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.8 2012/12/09 18:27:57 ago Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-12-16 19:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-16 19:54 UTC (permalink / raw
To: gentoo-commits
ago 12/12/16 19:54:26
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Stable for ppc, wrt bug #443080
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.148 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 9 Dec 2012 18:27:57 -0000 1.147
+++ ChangeLog 16 Dec 2012 19:54:25 -0000 1.148
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.147 2012/12/09 18:27:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.148 2012/12/16 19:54:25 ago Exp $
+
+ 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
+ Stable for ppc, wrt bug #443080
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
Stable for ppc64, wrt bug #443080
1.9 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.8&r2=1.9
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tigervnc-1.2.0.ebuild 9 Dec 2012 18:27:57 -0000 1.8
+++ tigervnc-1.2.0.ebuild 16 Dec 2012 19:54:25 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.8 2012/12/09 18:27:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.9 2012/12/16 19:54:25 ago Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2012-12-17 20:40 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2012-12-17 20:40 UTC (permalink / raw
To: gentoo-commits
maekke 12/12/17 20:40:15
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
arm stable, bug #443080
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path
1.149 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 16 Dec 2012 19:54:25 -0000 1.148
+++ ChangeLog 17 Dec 2012 20:40:14 -0000 1.149
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.148 2012/12/16 19:54:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.149 2012/12/17 20:40:14 maekke Exp $
+
+ 17 Dec 2012; Markus Meier <maekke@gentoo.org> tigervnc-1.2.0.ebuild:
+ arm stable, bug #443080
16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
Stable for ppc, wrt bug #443080
1.10 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.9&r2=1.10
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tigervnc-1.2.0.ebuild 16 Dec 2012 19:54:25 -0000 1.9
+++ tigervnc-1.2.0.ebuild 17 Dec 2012 20:40:14 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.9 2012/12/16 19:54:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.10 2012/12/17 20:40:14 maekke Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2013-01-01 19:15 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2013-01-01 19:15 UTC (permalink / raw
To: gentoo-commits
armin76 13/01/01 19:15:16
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
sh stable wrt #443080
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Revision Changes Path
1.152 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 31 Dec 2012 09:38:05 -0000 1.151
+++ ChangeLog 1 Jan 2013 19:15:16 -0000 1.152
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.151 2012/12/31 09:38:05 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.152 2013/01/01 19:15:16 armin76 Exp $
+
+ 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ sh stable wrt #443080
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild:
Stable for alpha, wrt bug #443080
1.13 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.12&r2=1.13
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tigervnc-1.2.0.ebuild 31 Dec 2012 09:38:05 -0000 1.12
+++ tigervnc-1.2.0.ebuild 1 Jan 2013 19:15:16 -0000 1.13
@@ -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/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.12 2012/12/31 09:38:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.13 2013/01/01 19:15:16 armin76 Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh sparc x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2013-01-03 7:45 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2013-01-03 7:45 UTC (permalink / raw
To: gentoo-commits
armin76 13/01/03 07:45:01
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Append -fPIC on arm/hppa, bug #443246
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.153 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 1 Jan 2013 19:15:16 -0000 1.152
+++ ChangeLog 3 Jan 2013 07:45:00 -0000 1.153
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.152 2013/01/01 19:15:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.153 2013/01/03 07:45:00 armin76 Exp $
+
+ 03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ Append -fPIC on arm/hppa, bug #443246
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
sh stable wrt #443080
1.14 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.13&r2=1.14
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tigervnc-1.2.0.ebuild 1 Jan 2013 19:15:16 -0000 1.13
+++ tigervnc-1.2.0.ebuild 3 Jan 2013 07:45:00 -0000 1.14
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.13 2013/01/01 19:15:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.14 2013/01/03 07:45:00 armin76 Exp $
EAPI="4"
-inherit eutils cmake-utils autotools java-pkg-opt-2
+inherit eutils cmake-utils autotools java-pkg-opt-2 flag-o-matic
PATCHVER="0.1"
XSERVER_VERSION="1.13.0"
@@ -117,6 +117,9 @@
}
src_configure() {
+
+ use arm || use hppa && append-flags "-fPIC"
+
mycmakeargs=(
-G "Unix Makefiles"
$(cmake-utils_use_use internal-fltk INCLUDED_FLTK)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2013-01-03 7:49 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2013-01-03 7:49 UTC (permalink / raw
To: gentoo-commits
armin76 13/01/03 07:49:33
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Add another configure option to fix bug #445896, #445452, patch by Uroš Vampl <mobile dot leecher at gmail dot com>
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.154 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 3 Jan 2013 07:45:00 -0000 1.153
+++ ChangeLog 3 Jan 2013 07:49:33 -0000 1.154
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.153 2013/01/03 07:45:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.154 2013/01/03 07:49:33 armin76 Exp $
+
+ 03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ Add another configure option to fix bug #445896, #445452, patch by Uroš
+ Vampl <mobile dot leecher at gmail dot com>
03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
Append -fPIC on arm/hppa, bug #443246
1.15 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.14&r2=1.15
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tigervnc-1.2.0.ebuild 3 Jan 2013 07:45:00 -0000 1.14
+++ tigervnc-1.2.0.ebuild 3 Jan 2013 07:49:33 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.14 2013/01/03 07:45:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.15 2013/01/03 07:49:33 armin76 Exp $
EAPI="4"
@@ -142,6 +142,7 @@
--disable-dmx \
--disable-dri \
--disable-kdrive \
+ --disable-selective-werror \
--disable-silent-rules \
--disable-static \
--disable-unit-tests \
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild
@ 2013-01-04 17:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2013-01-04 17:51 UTC (permalink / raw
To: gentoo-commits
jer 13/01/04 17:51:42
Modified: ChangeLog tigervnc-1.2.0.ebuild
Log:
Stable for HPPA (bug #443080).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.155 net-misc/tigervnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 3 Jan 2013 07:49:33 -0000 1.154
+++ ChangeLog 4 Jan 2013 17:51:42 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.154 2013/01/03 07:49:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.155 2013/01/04 17:51:42 jer Exp $
+
+ 04 Jan 2013; Jeroen Roovers <jer@gentoo.org> tigervnc-1.2.0.ebuild:
+ Stable for HPPA (bug #443080).
03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
Add another configure option to fix bug #445896, #445452, patch by Uroš
1.16 net-misc/tigervnc/tigervnc-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild?r1=1.15&r2=1.16
Index: tigervnc-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- tigervnc-1.2.0.ebuild 3 Jan 2013 07:49:33 -0000 1.15
+++ tigervnc-1.2.0.ebuild 4 Jan 2013 17:51:42 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.15 2013/01/03 07:49:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.16 2013/01/04 17:51:42 jer Exp $
EAPI="4"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh sparc x86"
IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule"
RDEPEND="virtual/jpeg
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-01-04 17:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 7:45 [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.2.0.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2013-01-04 17:51 Jeroen Roovers (jer)
2013-01-03 7:49 Raul Porcel (armin76)
2013-01-01 19:15 Raul Porcel (armin76)
2012-12-17 20:40 Markus Meier (maekke)
2012-12-16 19:54 Agostino Sarubbo (ago)
2012-12-09 18:27 Agostino Sarubbo (ago)
2012-11-16 18:12 Agostino Sarubbo (ago)
2012-11-15 6:24 Jeroen Roovers (jer)
2012-11-14 20:25 Raul Porcel (armin76)
2012-09-17 7:31 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox