* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/
@ 2018-02-14 13:50 Thomas Deutschmann
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2018-02-14 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 115b396ba2ad8e1e528be4b7f748632eee3589a2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:44:08 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:50:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115b396b
net-misc/ssvnc: x86 stable (bug #647036)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
index f31d0f32cd6..da875fbd3fb 100644
--- a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
+++ b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ssvnc/${P}.src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="java"
RDEPEND="sys-libs/zlib
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/
@ 2018-01-03 18:39 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-01-03 18:39 UTC (permalink / raw
To: gentoo-commits
commit: bd6ecb94ded970394220a10194313ede6c2fc07f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 18:37:54 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 18:37:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6ecb94
net-misc/ssvnc: [QA] Minor touchups
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
index d0524154cc1..f31d0f32cd6 100644
--- a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
+++ b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,11 +15,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="java"
RDEPEND="sys-libs/zlib
- virtual/jpeg
- dev-libs/openssl
- dev-lang/tk
+ virtual/jpeg:0
+ dev-libs/openssl:0=
+ dev-lang/tk:0
net-misc/stunnel
- java? ( virtual/jre )
+ java? ( virtual/jre:* )
x11-terms/xterm
x11-libs/libICE
x11-libs/libSM
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/
@ 2017-12-25 20:01 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-12-25 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 409a86b6b39ecec910a27f0e6d464fc84cb60ff6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 20:00:41 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 20:00:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409a86b6
net-misc/ssvnc: Update EAPI
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild | 63 +++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
new file mode 100644
index 00000000000..d0524154cc1
--- /dev/null
+++ b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="VNC viewer that adds encryption security to VNC connections"
+HOMEPAGE="http://www.karlrunge.com/x11vnc/ssvnc.html"
+SRC_URI="mirror://sourceforge/ssvnc/${P}.src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="java"
+
+RDEPEND="sys-libs/zlib
+ virtual/jpeg
+ dev-libs/openssl
+ dev-lang/tk
+ net-misc/stunnel
+ java? ( virtual/jre )
+ x11-terms/xterm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libXaw
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXp
+ x11-libs/libXpm
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ java? ( virtual/jdk )"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.29-build.patch )
+
+src_prepare() {
+ default
+
+ sed -i \
+ -e "/^LIB/s:lib/:$(get_libdir)/:" \
+ -e "$(use java || echo '/^JSRC/s:=.*:=:')" \
+ Makefile || die
+ sed -i \
+ -e '/^CC/s:=.*:+= $(CFLAGS) $(CPPFLAGS) $(LDFLAGS):' \
+ vncstorepw/Makefile || die
+
+ cp "${FILESDIR}"/Makefile.libvncauth vnc_unixsrc/libvncauth/Makefile || die
+ cd "${S}"/vnc_unixsrc/vncviewer || die
+ sed -n '/^SRCS/,/^$/p' Imakefile > Makefile.in || die
+ cp "${FILESDIR}"/Makefile.vncviewer Makefile || die
+}
+
+src_compile() {
+ tc-export AR CC CXX RANLIB
+ emake all
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/
@ 2017-12-25 20:01 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-12-25 20:01 UTC (permalink / raw
To: gentoo-commits
commit: f1f06216e9288bd6bea68a3df5543cd3e2e29c66
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 20:01:02 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 20:01:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f06216
net-misc/ssvnc: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-misc/ssvnc/ssvnc-1.0.29.ebuild | 61 --------------------------------------
1 file changed, 61 deletions(-)
diff --git a/net-misc/ssvnc/ssvnc-1.0.29.ebuild b/net-misc/ssvnc/ssvnc-1.0.29.ebuild
deleted file mode 100644
index f240e4e6599..00000000000
--- a/net-misc/ssvnc/ssvnc-1.0.29.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="VNC viewer that adds encryption security to VNC connections"
-HOMEPAGE="http://www.karlrunge.com/x11vnc/ssvnc.html"
-SRC_URI="mirror://sourceforge/ssvnc/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="java"
-
-RDEPEND="sys-libs/zlib
- virtual/jpeg
- dev-libs/openssl
- dev-lang/tk
- net-misc/stunnel
- java? ( virtual/jre )
- x11-terms/xterm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXaw
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- java? ( virtual/jdk )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.29-build.patch
-
- sed -i \
- -e "/^LIB/s:lib/:$(get_libdir)/:" \
- -e "$(use java || echo '/^JSRC/s:=.*:=:')" \
- Makefile
- sed -i \
- -e '/^CC/s:=.*:+= $(CFLAGS) $(CPPFLAGS) $(LDFLAGS):' \
- vncstorepw/Makefile
-
- cp "${FILESDIR}"/Makefile.libvncauth vnc_unixsrc/libvncauth/Makefile
- cd "${S}"/vnc_unixsrc/vncviewer
- sed -n '/^SRCS/,/^$/p' Imakefile > Makefile.in
- cp "${FILESDIR}"/Makefile.vncviewer Makefile
-}
-
-src_compile() {
- tc-export AR CC CXX RANLIB
- emake all || die
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die
- dodoc README
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-14 16:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 13:50 [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2018-01-03 18:39 David Seifert
2017-12-25 20:01 Manuel Rüger
2017-12-25 20:01 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox