public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gtk-vnc/, gnome-extra/gnome-user-docs/, net-libs/gtk-vnc/files/, ...
Date: Tue, 16 Aug 2011 18:15:22 +0000 (UTC)	[thread overview]
Message-ID: <e3e62c30287535b62e5407e7e83a2a1c0190e9ae.nirbheek@gentoo> (raw)

commit:     e3e62c30287535b62e5407e7e83a2a1c0190e9ae
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 14:28:58 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 18:14:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e3e62c30

net-libs/gtk-vnc, gnome-*-docs: moved to the tree

---
 .../gnome-devel-docs/gnome-devel-docs-3.0.3.ebuild |   27 ----
 .../gnome-user-docs/gnome-user-docs-3.0.4.ebuild   |   30 -----
 .../files/gtk-vnc-0.4.3-outoftree-build.patch      |   21 ---
 net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild         |  128 --------------------
 4 files changed, 0 insertions(+), 206 deletions(-)

diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.0.3.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.0.3.ebuild
deleted file mode 100644
index e61b7f8..0000000
--- a/dev-util/gnome-devel-docs/gnome-devel-docs-3.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-2.32.0.ebuild,v 1.2 2010/11/01 15:23:30 eva Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Documentation for developing for the GNOME desktop environment"
-HOMEPAGE="http://www.gnome.org"
-
-LICENSE="FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-util/pkgconfig
-	app-text/gnome-doc-utils
-	~app-text/docbook-xml-dtd-4.2"
-
-G2CONF="${G2CONF} --disable-scrollkeeper"
-DOCS="AUTHORS ChangeLog NEWS README"
-# FIXME: Docs don't validate
-RESTRICT="test"

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.4.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.4.ebuild
deleted file mode 100644
index 8173ddc..0000000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME end user documentation"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="FDL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="test"
-
-# Newer gnome-doc-utils is needed for RNGs
-RDEPEND=""
-DEPEND="app-text/scrollkeeper
-	>=app-text/gnome-doc-utils-0.20.5
-	>=dev-util/pkgconfig-0.9
-	test? (
-		~app-text/docbook-xml-dtd-4.1.2
-		~app-text/docbook-xml-dtd-4.3 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF} --disable-scrollkeeper"
-	DOCS="AUTHORS ChangeLog NEWS README"
-}

diff --git a/net-libs/gtk-vnc/files/gtk-vnc-0.4.3-outoftree-build.patch b/net-libs/gtk-vnc/files/gtk-vnc-0.4.3-outoftree-build.patch
deleted file mode 100644
index 36a3a3a..0000000
--- a/net-libs/gtk-vnc/files/gtk-vnc-0.4.3-outoftree-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 37f8444..2f72fa6 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -279,14 +279,14 @@ GVNC_INTROSPECTION_SRCS = \
- 			$(srcdir)/vnccolormap.h $(srcdir)/vnccolormap.c \
- 			$(srcdir)/vnccursor.h $(srcdir)/vnccursor.c \
- 			$(srcdir)/vncconnection.h $(srcdir)/vncconnection.c \
--			$(builddir)/vncconnectionenums.h $(builddir)/vncconnectionenums.c \
-+			$(srcdir)/vncconnectionenums.h $(srcdir)/vncconnectionenums.c \
- 			$(srcdir)/vncutil.h $(srcdir)/vncutil.c
- 
- GTK_VNC_INTROSPECTION_SRCS = \
- 			$(srcdir)/vnccairoframebuffer.h $(srcdir)/vnccairoframebuffer.c \
- 			$(srcdir)/vncdisplay.h $(srcdir)/vncdisplay.c \
- 			$(srcdir)/vncgrabsequence.h $(srcdir)/vncgrabsequence.c \
--			$(builddir)/vncdisplayenums.h $(builddir)/vncdisplayenums.c
-+			$(srcdir)/vncdisplayenums.h $(srcdir)/vncdisplayenums.c
- 
- if HAVE_GTK_2
- GTK_VNC_INTROSPECTION_SRCS += \

diff --git a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild
deleted file mode 100644
index f0414aa..0000000
--- a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r301.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.2-r2.ebuild,v 1.1 2011/01/14 23:03:42 cardoe Exp $
-
-EAPI="3"
-
-inherit autotools eutils base gnome.org python
-
-DESCRIPTION="VNC viewer widget for GTK"
-HOMEPAGE="http://live.gnome.org/gtk-vnc"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples gtk3 +introspection python sasl"
-
-# libview is used in examples/gvncviewer -- no need
-# TODO: review nsplugin when it will be considered less experimental
-
-COMMON_DEPEND=">=dev-libs/glib-2.10:2
-	>=net-libs/gnutls-1.4
-	>=x11-libs/cairo-1.2
-	>=x11-libs/gtk+-2.18:2
-	x11-libs/libX11
-	gtk3? ( >=x11-libs/gtk+-2.91.3:3 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.4 )
-	python? ( >=dev-python/pygtk-2:2 )
-	sasl? ( dev-libs/cyrus-sasl )"
-DEPEND="${COMMON_DEPEND}
-	>=dev-lang/perl-5
-	dev-util/pkgconfig
-	sys-devel/gettext
-	>=dev-util/intltool-0.40"
-
-GTK2_BUILDDIR="${WORKDIR}/${P}_gtk2"
-GTK3_BUILDDIR="${WORKDIR}/${P}_gtk3"
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-src_prepare() {
-	python_convert_shebangs -r 2 .
-	mkdir "${GTK2_BUILDDIR}" || die
-	mkdir "${GTK3_BUILDDIR}" || die
-
-	# Fix incorrect rules for out of tree build
-	epatch "${FILESDIR}/${PN}-0.4.3-outoftree-build.patch"
-
-	# Fix incorrect codegendir check: h2def.py is in pygobject, not pygtk
-	sed -e 's/codegendir pygtk-2.0/codegendir pygobject-2.0/g' \
-		-i src/Makefile.* || die
-
-	intltoolize --force --copy --automake || die
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-	myconf="
-		$(use_with examples) \
-		$(use_enable introspection) \
-		$(use_with sasl) \
-		--with-coroutine=gthread \
-		--without-libview \
-		--disable-static"
-
-	cd ${GTK2_BUILDDIR}
-	einfo "Running configure in ${GTK2_BUILDDIR}"
-	ECONF_SOURCE="${S}" econf ${myconf} \
-		$(use_with python) \
-		--with-gtk=2.0
-
-	if use gtk3; then
-		cd ${GTK3_BUILDDIR}
-		einfo "Running configure in ${GTK3_BUILDDIR}"
-		# Python support is via gobject-introspection
-		# Ex: from gi.repository import GtkVnc
-		ECONF_SOURCE="${S}" econf ${myconf} \
-			--with-python=no \
-			--with-gtk=3.0
-	fi
-}
-
-src_compile() {
-	cd ${GTK2_BUILDDIR}
-	einfo "Running make in ${GTK2_BUILDDIR}"
-	emake || die
-
-	if use gtk3; then
-		cd ${GTK3_BUILDDIR}
-		einfo "Running make in ${GTK3_BUILDDIR}"
-		emake || die
-	fi
-}
-
-src_test() {
-	cd ${GTK2_BUILDDIR}
-	einfo "Running make check in ${GTK2_BUILDDIR}"
-	emake check || die
-
-	if use gtk3; then
-		cd ${GTK3_BUILDDIR}
-		einfo "Running make check in ${GTK3_BUILDDIR}"
-		emake check || die
-	fi
-}
-
-src_install() {
-	dodoc AUTHORS ChangeLog NEWS README || die
-
-	cd ${GTK2_BUILDDIR}
-	einfo "Running make install in ${GTK2_BUILDDIR}"
-	# bug #328273
-	MAKEOPTS="${MAKEOPTS} -j1" base_src_install
-
-	if use gtk3; then
-		cd ${GTK3_BUILDDIR}
-		einfo "Running make install in ${GTK3_BUILDDIR}"
-		# bug #328273
-		MAKEOPTS="${MAKEOPTS} -j1" base_src_install
-	fi
-
-	python_clean_installation_image
-
-	# Remove .la files
-	find "${ED}" -name '*.la' -exec rm -f '{}' + || die
-}



                 reply	other threads:[~2011-08-16 19:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=e3e62c30287535b62e5407e7e83a2a1c0190e9ae.nirbheek@gentoo \
    --to=nirbheek@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