diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-19 09:57:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-19 09:57:12 +0000 |
commit | 54aba59b759c0fd6a876791d39f6ca9855b95b45 (patch) | |
tree | f20bb6e2ad32dd43572942c97e0fa8f8bbbe331c /x11-libs/vte | |
parent | Install HTML documentation to /usr/share/doc/${PF}/html. (diff) | |
download | gentoo-2-54aba59b759c0fd6a876791d39f6ca9855b95b45.tar.gz gentoo-2-54aba59b759c0fd6a876791d39f6ca9855b95b45.tar.bz2 gentoo-2-54aba59b759c0fd6a876791d39f6ca9855b95b45.zip |
amd64 stable wrt #294214
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch | 11 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 57 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.22.3.ebuild | 48 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.22.4.ebuild | 48 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.22.5.ebuild | 4 |
6 files changed, 6 insertions, 167 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 4f9dd05d7992..53e74aabf8f3 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.242 2010/02/19 09:45:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.243 2010/02/19 09:57:11 ssuominen Exp $ + + 19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> vte-0.22.5.ebuild: + amd64 stable wrt #294214 19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> vte-0.22.5.ebuild: Install HTML documentation to /usr/share/doc/${PF}/html. diff --git a/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch b/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch deleted file mode 100644 index 3eaa3bb2dc6e..000000000000 --- a/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-pty-helper/Makefile.am 2006-06-13 21:36:27.000000000 -0500 -+++ gnome-pty-helper/Makefile.am 2006-06-13 21:37:08.000000000 -0500 -@@ -1,7 +1,7 @@ - libexec_PROGRAMS = gnome-pty-helper - - AM_CFLAGS = $(GLIB_CFLAGS) --AM_LDFLAGS = $(LDFLAGS) $(GLIB_LIBS) -+AM_LDFLAGS = -Wl,-z,now $(LDFLAGS) $(GLIB_LIBS) - - gnome_pty_helper_SOURCES = \ - gnome-pty.h \ diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild deleted file mode 100644 index 3a35695522dd..000000000000 --- a/x11-libs/vte/vte-0.16.8.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# 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.16.8.ebuild,v 1.17 2009/05/03 17:24:56 eva Exp $ - -inherit eutils gnome2 autotools python - -DESCRIPTION="Gnome terminal widget" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~mips" -# pcre is broken in this release -IUSE="debug doc python opengl" - -RDEPEND=">=dev-libs/glib-2.9 - >=x11-libs/gtk+-2.6 - >=x11-libs/pango-1.1 - >=media-libs/freetype-2.0.2 - media-libs/fontconfig - sys-libs/ncurses - opengl? ( - virtual/opengl - virtual/glu - ) - python? ( - >=dev-python/pygtk-2.4 - >=dev-lang/python-2.4.4-r5 - ) - 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="$(use_enable debug) $(use_enable python) \ - $(use_with opengl glX) --with-xft2 --with-pangox" -} - -src_unpack() { - gnome2_src_unpack - - # Fix LINGUAS handling, remove when upstream fixes their po/Makefile.in.in - intltoolize --force || die - - epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch" - cd "${S}/gnome-pty-helper" - - # eautoreconf will break on systems without gtk-doc - eautomake -} diff --git a/x11-libs/vte/vte-0.22.3.ebuild b/x11-libs/vte/vte-0.22.3.ebuild deleted file mode 100644 index 6bd081926374..000000000000 --- a/x11-libs/vte/vte-0.22.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.22.3.ebuild,v 1.1 2009/10/29 21:26:52 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 - - # Fix intltoolize broken file, see upstream #577133 -# sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" -#} diff --git a/x11-libs/vte/vte-0.22.4.ebuild b/x11-libs/vte/vte-0.22.4.ebuild deleted file mode 100644 index ae879d8d9246..000000000000 --- a/x11-libs/vte/vte-0.22.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.22.4.ebuild,v 1.1 2009/11/11 17:14:09 mrpouet 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 - - # Fix intltoolize broken file, see upstream #577133 -# sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" -#} diff --git a/x11-libs/vte/vte-0.22.5.ebuild b/x11-libs/vte/vte-0.22.5.ebuild index 03223519fc84..994ca16b9096 100644 --- a/x11-libs/vte/vte-0.22.5.ebuild +++ b/x11-libs/vte/vte-0.22.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.22.5.ebuild,v 1.2 2010/02/19 09:45:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.22.5.ebuild,v 1.3 2010/02/19 09:57:11 ssuominen Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +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 |