From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: libvncserver-0.9.9.ebuild ChangeLog
Date: Sun, 3 Jun 2012 01:28:34 +0000 (UTC) [thread overview]
Message-ID: <20120603012834.0B0172004B@flycatcher.gentoo.org> (raw)
floppym 12/06/03 01:28:34
Modified: ChangeLog
Added: libvncserver-0.9.9.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Revision Changes Path
1.53 net-libs/libvncserver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 8 Mar 2012 04:20:15 -0000 1.52
+++ ChangeLog 3 Jun 2012 01:28:33 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libvncserver
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.52 2012/03/08 04:20:15 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.53 2012/06/03 01:28:33 floppym Exp $
+
+*libvncserver-0.9.9 (03 Jun 2012)
+
+ 03 Jun 2012; Mike Gilbert <floppym@gentoo.org> +libvncserver-0.9.9.ebuild:
+ Version bump.
*libvncserver-0.9.8.2-r2 (08 Mar 2012)
1.1 net-libs/libvncserver/libvncserver-0.9.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9.ebuild?rev=1.1&content-type=text/plain
Index: libvncserver-0.9.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9.ebuild,v 1.1 2012/06/03 01:28:33 floppym Exp $
EAPI="4"
inherit eutils libtool
DESCRIPTION="library for creating vnc servers"
HOMEPAGE="http://libvncserver.sourceforge.net/"
SRC_URI="http://libvncserver.sourceforge.net/LibVNCServer-${PV/_}.tar.gz
mirror://sourceforge/libvncserver/LibVNCServer-${PV/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="no24bpp crypt gnutls ipv6 +jpeg test threads +zlib"
DEPEND="crypt? ( dev-libs/libgcrypt )
gnutls? ( net-libs/gnutls )
jpeg? ( virtual/jpeg )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/LibVNCServer-${PV/_}
src_prepare() {
sed -i -r \
-e '/^CFLAGS =/d' \
-e "/^SUBDIRS/s:\<($(use test || echo 'test|')client_examples|examples)\>::g" \
Makefile.in || die
elibtoolize
}
src_configure() {
econf \
--without-x11vnc \
$(use_with !no24bpp 24bpp) \
$(use_with crypt gcrypt) \
$(use_with ipv6) \
$(use_with jpeg) \
$(use_with threads pthread) \
$(use_with zlib)
}
src_compile() {
default
emake -C examples noinst_PROGRAMS=storepasswd
}
src_install() {
emake install DESTDIR="${D}"
dodoc AUTHORS ChangeLog NEWS README TODO
}
next reply other threads:[~2012-06-03 1:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-03 1:28 Mike Gilbert (floppym) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-19 18:51 [gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: libvncserver-0.9.9.ebuild ChangeLog Mike Gilbert (floppym)
2012-09-17 14:11 Agostino Sarubbo (ago)
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=20120603012834.0B0172004B@flycatcher.gentoo.org \
--to=floppym@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