public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.3.ebuild
@ 2009-05-28 21:03 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-28 21:03 UTC (permalink / raw
  To: gentoo-commits

eva         09/05/28 21:03:34

  Modified:             ChangeLog
  Added:                vte-0.20.3.ebuild
  Log:
  Bump to 0.20.3. Fixes in python bindings.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.226                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.225&r2=1.226

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog	16 May 2009 12:39:17 -0000	1.225
+++ ChangeLog	28 May 2009 21:03:34 -0000	1.226
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.225 2009/05/16 12:39:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.226 2009/05/28 21:03:34 eva Exp $
+
+*vte-0.20.3 (28 May 2009)
+
+  28 May 2009; Gilles Dartiguelongue <eva@gentoo.org> +vte-0.20.3.ebuild:
+  Bump to 0.20.3. Fixes in python bindings.
 
 *vte-0.20.2 (16 May 2009)
 



1.1                  x11-libs/vte/vte-0.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.3.ebuild?rev=1.1&content-type=text/plain

Index: vte-0.20.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.3.ebuild,v 1.1 2009/05/28 21:03:34 eva Exp $

EAPI="2"

inherit gnome2 eutils

DESCRIPTION="Gnome terminal widget"
HOMEPAGE="http://www.gnome.org/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc glade python"

RDEPEND=">=dev-libs/glib-2.18.0
	>=x11-libs/gtk+-2.14.0
	>=x11-libs/pango-1.22.0
	sys-libs/ncurses
	glade? ( dev-util/glade:3 )
	python? ( >=dev-python/pygtk-2.4 )
	x11-libs/libX11
	x11-libs/libXft"

DEPEND="${RDEPEND}
	doc? ( >=dev-util/gtk-doc-1.0 )
	>=dev-util/intltool-0.35
	>=dev-util/pkgconfig-0.9
	sys-devel/gettext"

DOCS="AUTHORS ChangeLog HACKING NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-deprecation
		--disable-static
		$(use_enable debug)
		$(use_enable glade glade-catalogue)
		$(use_enable python)"
}

src_prepare() {
	gnome2_src_prepare

	# backspace broken within screen, bug #249618
	epatch "${FILESDIR}/${PN}-0.17.4-no-null-backspace.patch"

	# Fix intltoolize broken file, see upstream #577133
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-28 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 21:03 [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.3.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox