From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
Date: Sun, 27 Sep 2015 02:47:29 +0000 (UTC) [thread overview]
Message-ID: <1443322018.1716aea7db079ad590ddccc831bbaa2d3f0c9f15.idella4@gentoo> (raw)
commit: 1716aea7db079ad590ddccc831bbaa2d3f0c9f15
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 02:46:58 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 02:46:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1716aea7
net-libs/libvncserver: rm old, clean up for sec bug #515268
Package-Manager: portage-2.2.20.1
.../libvncserver/libvncserver-0.9.10-r1.ebuild | 68 ----------------------
net-libs/libvncserver/libvncserver-0.9.10.ebuild | 67 ---------------------
2 files changed, 135 deletions(-)
diff --git a/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild
deleted file mode 100644
index 12f6793..0000000
--- a/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="library for creating vnc servers"
-HOMEPAGE="http://libvncserver.sourceforge.net/"
-SRC_URI="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads vaapi +zlib"
-
-DEPEND="
- gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
- gnutls? (
- >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
- >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
- )
- !gnutls? (
- ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
- )
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
- vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] )
- zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}-LibVNCServer-${PV}
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- # https://github.com/LibVNC/libvncserver/issues/11
- epatch "${FILESDIR}/${P}-libva-1.0.patch"
-
- sed -i -r \
- -e "/^SUBDIRS/s:\<$(usex test 'test|' '')client_examples|examples\>::g" \
- Makefile.am || die
-
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- --disable-silent-rules \
- $(use_enable static-libs static) \
- $(use_with 24bpp) \
- $(use_with gnutls) \
- $(usex gnutls --with-gcrypt $(use_with gcrypt)) \
- $(usex gnutls --without-ssl $(use_with ssl)) \
- $(use_with ipv6) \
- $(use_with jpeg) \
- $(use_with png) \
- $(use_with threads pthread) \
- $(use_with vaapi libva) \
- $(use_with zlib)
-}
-
-multilib_src_install_all() {
- einstalldocs
- prune_libtool_files
-}
diff --git a/net-libs/libvncserver/libvncserver-0.9.10.ebuild b/net-libs/libvncserver/libvncserver-0.9.10.ebuild
deleted file mode 100644
index 109f2e0..0000000
--- a/net-libs/libvncserver/libvncserver-0.9.10.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="library for creating vnc servers"
-HOMEPAGE="http://libvncserver.sourceforge.net/"
-SRC_URI="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads vaapi +zlib"
-
-DEPEND="
- gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
- gnutls? (
- >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
- >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
- )
- !gnutls? (
- ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
- )
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
- vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] )
- zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}-LibVNCServer-${PV}
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- # https://github.com/LibVNC/libvncserver/issues/11
- epatch "${FILESDIR}/${P}-libva-1.0.patch"
-
- sed -i -r \
- -e "/^SUBDIRS/s:\<$(usex test 'test|' '')client_examples|examples\>::g" \
- Makefile.am || die
-
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- --disable-silent-rules \
- $(use_enable static-libs static) \
- $(use_with 24bpp) \
- $(use_with gnutls) \
- $(usex gnutls --with-gcrypt $(use_with gcrypt)) \
- $(usex gnutls --without-ssl $(use_with ssl)) \
- $(use_with ipv6) \
- $(use_with jpeg) \
- $(use_with png) \
- $(use_with threads pthread) \
- $(use_with zlib)
-}
-
-multilib_src_install_all() {
- einstalldocs
- prune_libtool_files
-}
next reply other threads:[~2015-09-27 2:47 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-27 2:47 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 21:36 [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/ Sam James
2025-03-01 7:54 Joonas Niilola
2025-02-17 20:24 Sam James
2024-01-20 12:51 Sam James
2024-01-20 12:51 Sam James
2023-10-23 14:05 Arthur Zamarin
2023-10-23 5:55 Joonas Niilola
2023-10-23 5:55 Joonas Niilola
2023-10-23 1:44 Sam James
2023-10-23 1:44 Sam James
2023-10-23 1:44 Sam James
2023-02-28 16:13 Joonas Niilola
2023-02-16 10:01 Sam James
2023-02-16 6:04 Sam James
2023-02-16 3:30 Sam James
2023-02-16 3:30 Sam James
2023-02-16 3:30 Sam James
2023-02-16 3:30 Sam James
2023-02-15 22:03 Sam James
2022-12-27 10:23 Sam James
2022-12-03 6:08 WANG Xuerui
2022-09-30 15:19 John Helmert III
2022-09-30 11:49 Agostino Sarubbo
2022-09-30 11:48 Agostino Sarubbo
2022-09-30 11:48 Agostino Sarubbo
2022-09-30 5:39 Joonas Niilola
2022-09-30 5:39 Joonas Niilola
2022-09-29 19:19 Arthur Zamarin
2022-09-29 18:07 Arthur Zamarin
2021-05-02 10:56 Mikle Kolyada
2020-06-29 6:26 Agostino Sarubbo
2020-06-29 6:22 Agostino Sarubbo
2020-06-29 6:19 Agostino Sarubbo
2020-06-28 20:48 Agostino Sarubbo
2020-06-28 20:37 Agostino Sarubbo
2020-06-26 21:16 Mart Raudsepp
2020-06-22 18:23 Sergei Trofimovich
2020-06-20 20:31 Thomas Deutschmann
2020-04-03 16:55 Andreas Sturmlechner
2020-04-02 17:55 Sergei Trofimovich
2020-03-30 20:50 Sergei Trofimovich
2020-03-30 13:41 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-30 13:14 Agostino Sarubbo
2020-03-29 14:45 Sergei Trofimovich
2020-03-29 9:40 Sergei Trofimovich
2020-03-29 9:34 Sergei Trofimovich
2020-03-28 22:46 Mart Raudsepp
2020-01-28 20:55 Andreas Sturmlechner
2020-01-28 20:55 Andreas Sturmlechner
2019-11-27 13:23 Mikle Kolyada
2019-11-21 17:17 Sergei Trofimovich
2019-11-20 16:44 Aaron Bauman
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-11-19 19:45 Sergei Trofimovich
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 20:01 Mikle Kolyada
2019-07-23 1:33 Aaron Bauman
2019-07-21 8:16 Sergei Trofimovich
2019-07-19 13:26 Michał Górny
2019-07-18 10:07 Agostino Sarubbo
2019-07-18 10:05 Agostino Sarubbo
2019-07-18 10:05 Agostino Sarubbo
2019-07-18 10:03 Agostino Sarubbo
2019-07-18 10:01 Agostino Sarubbo
2019-07-18 9:57 Agostino Sarubbo
2019-07-18 9:54 Agostino Sarubbo
2019-07-16 17:16 Andreas Sturmlechner
2019-07-06 7:06 Michał Górny
2019-07-06 7:06 Michał Górny
2019-07-06 7:06 Michał Górny
2019-07-06 7:06 Michał Górny
2019-07-06 7:06 Michał Górny
2019-05-26 7:04 Sergei Trofimovich
2019-05-25 8:42 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-05-07 20:14 Tobias Klausmann
2019-04-29 20:11 Sergei Trofimovich
2019-04-29 20:09 Sergei Trofimovich
2019-04-29 20:07 Sergei Trofimovich
2019-01-19 11:57 Jonas Stein
2019-01-18 21:24 Sven Wegener
2017-06-28 10:55 Alexis Ballier
2017-02-05 17:00 Markus Meier
2017-02-05 0:16 Andreas Sturmlechner
2017-01-23 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2017-01-21 17:16 Agostino Sarubbo
2017-01-21 12:23 Jeroen Roovers
2017-01-21 12:22 Jeroen Roovers
2017-01-21 11:37 Tobias Klausmann
2017-01-20 21:10 Thomas Deutschmann
2017-01-20 20:05 Thomas Deutschmann
2017-01-15 3:12 Göktürk Yüksek
2016-11-27 21:46 Mike Frysinger
2016-04-01 2:29 Ian Delaney
2015-09-20 17:35 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443322018.1716aea7db079ad590ddccc831bbaa2d3f0c9f15.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox