Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486800 - net-misc/tigervnc-1.3.0 bump
Summary: net-misc/tigervnc-1.3.0 bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-02 15:29 UTC by Vasilis Lourdas
Modified: 2013-10-12 14:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
net-mist/tigervnc-1.3.0 ebuild (tigervnc-1.3.0.ebuild,4.62 KB, text/plain)
2013-10-03 11:09 UTC, Simone Scanzoni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasilis Lourdas 2013-10-02 15:29:35 UTC
Version 1.3.0 has been out for a while. It'd be nice to have it in portage.

Thank you.
Comment 1 Simone Scanzoni 2013-10-03 11:09:44 UTC
Created attachment 360020 [details]
net-mist/tigervnc-1.3.0 ebuild

I took the patches from the previous version, removed the 035_glx.patch because it didn't apply and at first glance seemed already upstream and added 2 patches to fix unresolved symbols. It also uses xorg-server 1.14.3 now.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-03 13:11:11 UTC
Comment on attachment 360020 [details]
net-mist/tigervnc-1.3.0 ebuild

--- tigervnc-1.2.80_p5065.ebuild        2013-10-02 05:41:11.000000000 +0200
+++ -   2013-10-03 15:10:48.463846177 +0200
@@ -1,28 +1,26 @@
 # 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.80_p5065.ebuild,v 1.5 2013/10/02 03:41:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild,v 1.4 2013/09/21 15:03:55 jer Exp $
 
 EAPI="4"
 
 inherit eutils cmake-utils autotools java-pkg-opt-2 flag-o-matic
 
 PATCHVER="0.1"
-XSERVER_VERSION="1.14.2"
+XSERVER_VERSION="1.14.3"
 OPENGL_DIR="xorg-x11"
-MY_P="${PN}-1.2.80-20130314svn5065"
-S="${WORKDIR}/${MY_P}"
 
 DESCRIPTION="Remote desktop viewer display system"
 HOMEPAGE="http://www.tigervnc.org"
-SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/tigervnc/tigervnc-1.2.80-20130314svn5065.tar.bz2/4522c6f107dbe778f197b2294c0eb867/tigervnc-1.2.80-20130314svn5065.tar.bz2
+SRC_URI="mirror://sourceforge/tigervnc/${P}.tar.bz2
        mirror://gentoo/${PN}.png
        mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2
-       http://dev.gentoo.org/~armin76/dist/${P}-patches-${PATCHVER}.tar.bz2
+       http://www.nonnocicala.it/dist/${P}-patches-${PATCHVER}.tar.bz2
        server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2  )"
 
 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 java nptl +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2013-10-12 14:41:12 UTC
In CVS.