net-libs/libvncserver: Rev bump to remove sub slot
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 20 Jan 2017 21:07:41 +0000 (22:07 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 20 Jan 2017 21:10:38 +0000 (22:10 +0100)
In commit 13bf08599c6d3 I (Whissi) introduced a sub slot which the main
proxy-maintainer declines (see bug #604192 comment 7).

This rev bump will remove the sub slot.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604192#c7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild [moved from net-libs/libvncserver/libvncserver-0.9.11.ebuild with 97% similarity]
net-libs/libvncserver/metadata.xml

similarity index 97%
rename from net-libs/libvncserver/libvncserver-0.9.11.ebuild
rename to net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
index dc77dbb34652423dd5d29ad113bf8dbff386ea35..f4e5e49427ac31b5dd0528ad532ef17ced7d1023 100644 (file)
@@ -13,7 +13,8 @@ HOMEPAGE="https://libvnc.github.io/"
 SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="GPL-2"
-SLOT="0/1"
+# No sub slot wanted (yet), see #578958
+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 libressl +png ssl static-libs systemd test threads +zlib"
 REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
index 404451b3f4a94ba681e69150309d4ae12cea39ec..6c1ab10cbc08f11317a404f95b35a6819c04f403 100644 (file)
@@ -20,9 +20,6 @@ surfing the internet.
 Now that you want to make a VNC server, that is, a server which speaks 
 the RFB protocol, you can download this library from sourceforge.
        </longdescription>
-       <slots>
-               <subslots>Reflect major ABI of libvncserver.so.</subslots>
-       </slots>
        <use>
                <flag name="24bpp">enable 24bpp support</flag>
                <flag name="gcrypt">enable support for gcrypt</flag>