summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-28 00:04:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-28 00:04:05 +0000
commit0ebacf933696bc0723e187169b6c92bee9a495f3 (patch)
treec42a0988406109c984bad74fbd66b8aff7fbd1dd
parentstabilize (diff)
downloadgentoo-2-0ebacf933696bc0723e187169b6c92bee9a495f3.tar.gz
gentoo-2-0ebacf933696bc0723e187169b6c92bee9a495f3.tar.bz2
gentoo-2-0ebacf933696bc0723e187169b6c92bee9a495f3.zip
Version bump.
(Portage version: 2.0.53_rc6)
-rw-r--r--net-libs/libvncserver/ChangeLog10
-rw-r--r--net-libs/libvncserver/files/digest-libvncserver-0.8_pre1
-rw-r--r--net-libs/libvncserver/libvncserver-0.8_pre.ebuild49
-rw-r--r--sys-apps/man-pages/ChangeLog7
-rw-r--r--sys-apps/man-pages/files/digest-man-pages-2.111
-rw-r--r--sys-apps/man-pages/man-pages-2.11.ebuild43
6 files changed, 108 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog
index 7e6677d0f89f..b1362b91f428 100644
--- a/net-libs/libvncserver/ChangeLog
+++ b/net-libs/libvncserver/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libvncserver
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.8 2005/07/17 10:48:24 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.9 2005/10/27 23:59:41 vapier Exp $
+
+*libvncserver-0.8_pre (27 Oct 2005)
+
+ 27 Oct 2005; Mike Frysinger <vapier@gentoo.org>
+ +libvncserver-0.8_pre.ebuild:
+ Version bump.
*libvncserver-0.7.1 (17 Jul 2005)
diff --git a/net-libs/libvncserver/files/digest-libvncserver-0.8_pre b/net-libs/libvncserver/files/digest-libvncserver-0.8_pre
new file mode 100644
index 000000000000..8acf5b60f020
--- /dev/null
+++ b/net-libs/libvncserver/files/digest-libvncserver-0.8_pre
@@ -0,0 +1 @@
+MD5 50405916deb4c0fc7828d3c87d4760a6 LibVNCServer-0.8pre.tar.gz 867585
diff --git a/net-libs/libvncserver/libvncserver-0.8_pre.ebuild b/net-libs/libvncserver/libvncserver-0.8_pre.ebuild
new file mode 100644
index 000000000000..011050881aec
--- /dev/null
+++ b/net-libs/libvncserver/libvncserver-0.8_pre.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.8_pre.ebuild,v 1.1 2005/10/27 23:59:41 vapier Exp $
+
+inherit eutils
+
+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="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="nobackchannel no24bpp zlib jpeg"
+
+DEPEND="virtual/x11
+ zlib? ( sys-libs/zlib )
+ jpeg? ( media-libs/jpeg )"
+
+S=${WORKDIR}/LibVNCServer-${PV/_}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e '/^SUBDIRS/s:x11vnc::' \
+ -e '/^CFLAGS =/d' \
+ Makefile.in || die "sed foo"
+ sed -i \
+ -e '/^AM_CFLAGS/s: -g : :' \
+ */Makefile.in || die
+}
+
+src_compile() {
+ econf \
+ $(use_with !nobackchannel backchannel) \
+ $(use_with !no24bpp 24bpp) \
+ $(use_with zlib) \
+ $(use_with jpeg) \
+ || die
+ emake || die
+}
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ dobin examples/storepasswd
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
diff --git a/sys-apps/man-pages/ChangeLog b/sys-apps/man-pages/ChangeLog
index 976852da895a..fb6dd4effec2 100644
--- a/sys-apps/man-pages/ChangeLog
+++ b/sys-apps/man-pages/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/man-pages
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.37 2005/10/17 22:13:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.38 2005/10/28 00:04:05 vapier Exp $
+
+*man-pages-2.11 (28 Oct 2005)
+
+ 28 Oct 2005; Mike Frysinger <vapier@gentoo.org> +man-pages-2.11.ebuild:
+ Version bump.
*man-pages-2.09 (17 Oct 2005)
diff --git a/sys-apps/man-pages/files/digest-man-pages-2.11 b/sys-apps/man-pages/files/digest-man-pages-2.11
new file mode 100644
index 000000000000..6d9273de51b7
--- /dev/null
+++ b/sys-apps/man-pages/files/digest-man-pages-2.11
@@ -0,0 +1 @@
+MD5 2a773368d50d91fbba33da48b7beebe3 man-pages-2.11.tar.bz2 1709368
diff --git a/sys-apps/man-pages/man-pages-2.11.ebuild b/sys-apps/man-pages/man-pages-2.11.ebuild
new file mode 100644
index 000000000000..8ffd54352a82
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-2.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.11.ebuild,v 1.1 2005/10/28 00:04:05 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
+HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
+SRC_URI="mirror://kernel/linux/docs/manpages/${P}.tar.bz2"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="sys-apps/man"
+PDEPEND="nls? (
+ linguas_cs? ( app-i18n/man-pages-cs )
+ linguas_da? ( app-i18n/man-pages-da )
+ linguas_de? ( app-i18n/man-pages-de )
+ linguas_es? ( app-i18n/man-pages-es )
+ linguas_fr? ( app-i18n/man-pages-fr )
+ linguas_it? ( app-i18n/man-pages-it )
+ linguas_ja? ( app-i18n/man-pages-ja )
+ linguas_nl? ( app-i18n/man-pages-nl )
+ linguas_pl? ( app-i18n/man-pages-pl )
+ linguas_ro? ( app-i18n/man-pages-ro )
+ linguas_ru? ( app-i18n/man-pages-ru )
+ linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
+ )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-2.08-updates.patch
+}
+
+src_compile() { :; }
+
+src_install() {
+ make install prefix="${D}" || die
+ dodoc man-pages-*.Announce README Changes*
+}