Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
Date: Fri, 01 Apr 2016 02:29:47
Message-Id: 1459477734.0f9bcc4899ef1b6bffc5eed881e80ed75a76609c.idella4@gentoo
1 commit: 0f9bcc4899ef1b6bffc5eed881e80ed75a76609c
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 02:26:58 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 02:28:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9bcc48
7
8 net-libs/libvncserver: bump to vn. 0.9.10_p20160127
9
10 Also bump to EAPI 6, full git patch supplied by proxy maintianer via
11
12 Gentoo-bug: #563672
13
14 Package-Manager: portage-2.2.28
15
16 net-libs/libvncserver/Manifest | 1 +
17 .../libvncserver-0.9.10_p20160127.ebuild | 66 ++++++++++++++++++++++
18 2 files changed, 67 insertions(+)
19
20 diff --git a/net-libs/libvncserver/Manifest b/net-libs/libvncserver/Manifest
21 index 89c19a7..eb03d4e 100644
22 --- a/net-libs/libvncserver/Manifest
23 +++ b/net-libs/libvncserver/Manifest
24 @@ -1 +1,2 @@
25 DIST LibVNCServer-0.9.10.tar.gz 1415191 SHA256 ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7 SHA512 eb637dfb72dc50fb713a715c9d0cc8824a6871527c2edb497e70c92e2e708021fbd5d8134f2dee6a9e90d1c8fd3fee53c5f5ece790c2804e938011a980ffceae WHIRLPOOL 821234e772d15668b88bd99e72345a7b5d1a9072fd868ddd47fb47a1e4c6b3c1c2de2380622231a968bd98ac05f20a004a80dfbe43db77f8170056121207b9f4
26 +DIST libvncserver-0.9.10_p20160127.tar.gz 1407878 SHA256 cac045bc068e567e9639624e66fb0db18205d93c12845366e16b8351b70ebd2e SHA512 3e8079d814c624e7c8f6f4dd91dfdf05e035ec489fc87a797a4a08b4f8998156b420b941b94c48f6b5f783f1a962f802e83d4bbdefc1f4093837331c8247676d WHIRLPOOL 4884303a7071c450f06b93b2b483903d45f871c0d6e1dd55f2a1c141feb3eca97d9fbcd32e8f02bf6413beb6a11e70f53b498f15172bb2f04be1796045095331
27
28 diff --git a/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild b/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild
29 new file mode 100644
30 index 0000000..4190a40
31 --- /dev/null
32 +++ b/net-libs/libvncserver/libvncserver-0.9.10_p20160127.ebuild
33 @@ -0,0 +1,66 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +inherit autotools eutils multilib-minimal vcs-snapshot
41 +
42 +DESCRIPTION="library for creating vnc servers"
43 +HOMEPAGE="http://libvncserver.sourceforge.net/"
44 +SRC_URI="https://github.com/LibVNC/${PN}/archive/5b322f523faa437d8e7d03736bdb1714e8f84ce5.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
49 +IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs test threads +zlib"
50 +
51 +DEPEND="
52 + gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
53 + gnutls? (
54 + >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
55 + >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
56 + )
57 + !gnutls? (
58 + ssl? (
59 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
60 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
61 + )
62 + )
63 + jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
64 + png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
65 + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
66 +RDEPEND="${DEPEND}"
67 +
68 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
69 +
70 +src_prepare() {
71 + default
72 +
73 + sed -i -r \
74 + -e "/^SUBDIRS/s:\<$(usex test '' 'test|')client_examples|examples\>::g" \
75 + Makefile.am || die
76 +
77 + eautoreconf
78 +}
79 +
80 +multilib_src_configure() {
81 + ECONF_SOURCE=${S} \
82 + econf \
83 + --disable-silent-rules \
84 + $(use_enable static-libs static) \
85 + $(use_with 24bpp) \
86 + $(use_with gnutls) \
87 + $(usex gnutls --with-gcrypt $(use_with gcrypt)) \
88 + $(usex gnutls --without-ssl $(use_with ssl)) \
89 + $(use_with ipv6) \
90 + $(use_with jpeg) \
91 + $(use_with png) \
92 + $(use_with threads pthread) \
93 + $(use_with zlib)
94 +}
95 +
96 +multilib_src_install_all() {
97 + einstalldocs
98 + prune_libtool_files
99 +}