public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
Date: Tue, 16 Jul 2019 17:16:36 +0000 (UTC)	[thread overview]
Message-ID: <1563297382.6ac93868b07cd653636e94ccd0d65adef0c84692.asturm@gentoo> (raw)

commit:     6ac93868b07cd653636e94ccd0d65adef0c84692
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 17:14:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 17:16:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac93868

net-libs/libvncserver: Drop 0.9.12-r1

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../libvncserver/libvncserver-0.9.12-r1.ebuild     | 67 ----------------------
 1 file changed, 67 deletions(-)

diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
deleted file mode 100644
index c2be55523f6..00000000000
--- a/net-libs/libvncserver/libvncserver-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-MY_P="LibVNCServer-${PV}"
-DESCRIPTION="library for creating vnc servers"
-HOMEPAGE="https://libvnc.github.io/"
-SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_P}.tar.gz"
-
-# libvncserver/tightvnc-filetransfer/*: GPL-2, but we don't build it
-# common/d3des.*: https://github.com/LibVNC/libvncserver/issues/88
-LICENSE="GPL-2+ LGPL-2.1+ BSD MIT"
-# no sub slot wanted (yet), see #578958
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib"
-# https://bugs.gentoo.org/435326
-# https://bugs.gentoo.org/550916
-REQUIRED_USE="ssl? ( !gnutls? ( threads ) ) png? ( zlib )"
-
-DEPEND="
-	gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= )
-	ssl? (
-		!gnutls? (
-			!libressl? ( >=dev-libs/openssl-1.0.2:0= )
-			libressl? ( >=dev-libs/libressl-2.7.0:0= )
-		)
-		gnutls? ( >=net-libs/gnutls-2.12.23-r6:0= )
-	)
-	jpeg? ( >=virtual/jpeg-0-r2:0 )
-	lzo? ( dev-libs/lzo )
-	png? ( >=media-libs/libpng-1.6.10:0= )
-	sasl? ( dev-libs/cyrus-sasl )
-	systemd? ( sys-apps/systemd:= )
-	zlib? ( >=sys-libs/zlib-1.2.8-r1:0= )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_P}"
-
-DOCS=( AUTHORS ChangeLog NEWS README.md TODO )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-cmake-libdir.patch
-	"${FILESDIR}"/${P}-libgcrypt.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_ZLIB=$(usex zlib ON OFF)
-		-DWITH_LZO=$(usex lzo ON OFF)
-		-DWITH_JPEG=$(usex jpeg ON OFF)
-		-DWITH_PNG=$(usex png ON OFF)
-		-DWITH_THREADS=$(usex threads ON OFF)
-		-DWITH_GNUTLS=$(usex gnutls $(usex ssl ON OFF) OFF)
-		-DWITH_OPENSSL=$(usex gnutls OFF $(usex ssl ON OFF))
-		-DWITH_GCRYPT=$(usex gcrypt ON OFF)
-		-DWITH_SYSTEMD=$(usex systemd ON OFF)
-		-DWITH_FFMPEG=OFF
-		-DWITH_24BPP=$(usex 24bpp ON OFF)
-		-DWITH_IPv6=$(usex ipv6 ON OFF)
-		-DWITH_SASL=$(usex sasl ON OFF)
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2019-07-16 17:16 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 17:16 Andreas Sturmlechner [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-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-27  2:47 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=1563297382.6ac93868b07cd653636e94ccd0d65adef0c84692.asturm@gentoo \
    --to=asturm@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