diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 10:48:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 10:48:28 +0000 |
commit | 6f1b346e063839b955462e577d216850d297fc50 (patch) | |
tree | f6024126c7c8935ea7ebb311af749b4596dd2b58 /x11-libs | |
parent | Fix autoreconf for platforms where /bin/sh doesn't understand $(xxx) (diff) | |
download | gentoo-2-6f1b346e063839b955462e577d216850d297fc50.tar.gz gentoo-2-6f1b346e063839b955462e577d216850d297fc50.tar.bz2 gentoo-2-6f1b346e063839b955462e577d216850d297fc50.zip |
Version bump, drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch | 32 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.1-r200.ebuild | 57 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.1-r300.ebuild | 58 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r200.ebuild | 57 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r300.ebuild | 60 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r301.ebuild | 65 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.32.2.ebuild (renamed from x11-libs/vte/vte-0.32.0.ebuild) | 2 |
8 files changed, 10 insertions, 331 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 322578bb7af8..1ff12c2de363 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.326 2012/05/24 14:15:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.327 2012/06/16 10:48:27 pacho Exp $ + +*vte-0.32.2 (16 Jun 2012) + + 16 Jun 2012; Pacho Ramos <pacho@gentoo.org> +vte-0.32.2.ebuild, + -files/vte-0.28.0-fix-gdk-targets.patch, -vte-0.28.1-r200.ebuild, + -vte-0.28.1-r300.ebuild, -vte-0.28.2-r200.ebuild, -vte-0.28.2-r300.ebuild, + -vte-0.28.2-r301.ebuild, -vte-0.32.0.ebuild: + Version bump, drop old. 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> vte-0.28.2-r203.ebuild: ppc stable wrt #410611 diff --git a/x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch b/x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch deleted file mode 100644 index b2a430883be7..000000000000 --- a/x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch +++ /dev/null @@ -1,32 +0,0 @@ -Gdk-3.0/Gtk-3.0 supports multiple targets now, and the "target" variable -no longer works. So, sort of hack around it for now? ---- -diff --git a/configure.in b/configure.in -index 33cd3e8..2a71c95 100644 ---- a/configure.in -+++ b/configure.in -@@ -412,12 +412,19 @@ esac - - # We have a direct dependency on X11 on gdk-x11, see bug #613525 - AC_MSG_CHECKING([for GDK target]) --GDK_TARGET="$($PKG_CONFIG --variable target gdk-$GTK_API_VERSION)" --AC_MSG_RESULT([$GDK_TARGET]) --case "$GDK_TARGET" in -- x11) PLATFORM_PKGS="x11 cairo-xlib" ;; -- *) PLATFORM_PKGS="" ;; -+case "$with_gtk" in -+ 2.0) GDK_TARGETS=$($PKG_CONFIG --variable target gdk-$GTK_API_VERSION) -+ ;; -+ 3.0) GDK_TARGETS=$($PKG_CONFIG --variable targets gdk-$GTK_API_VERSION) -+ ;; - esac -+AC_MSG_RESULT([$GDK_TARGETS]) -+PLATFORM_PKGS= -+for i in $GDK_TARGETS; do -+ if test "$i" = "x11"; then -+ PLATFORM_PKGS="$PLATFORM_PKGS x11 cairo-xlib" -+ fi -+done - - VTE_PKGS="glib-2.0 >= $GLIB_REQUIRED gobject-2.0 pango >= $PANGO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gobject-2.0 gio-2.0 gio-unix-2.0 $PLATFORM_PKGS" - PKG_CHECK_MODULES([VTE],[$VTE_PKGS]) diff --git a/x11-libs/vte/vte-0.28.1-r200.ebuild b/x11-libs/vte/vte-0.28.1-r200.ebuild deleted file mode 100644 index d1e08e0e6b22..000000000000 --- a/x11-libs/vte/vte-0.28.1-r200.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.1-r200.ebuild,v 1.11 2012/05/05 03:52:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="xz" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="python? 2:2.5" - -inherit gnome2 python - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="http://git.gnome.org/browse/vte" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc glade +introspection python" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/gtk+-2.20:2[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( dev-util/glade:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) - python? ( >=dev-python/pygtk-2.4:2 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - $(use_enable python) - --with-gtk=2.0" - DOCS="AUTHORS ChangeLog HACKING NEWS README" - use python && python_set_active_version 2 -} - -src_install() { - gnome2_src_install - use python && python_clean_installation_image -} diff --git a/x11-libs/vte/vte-0.28.1-r300.ebuild b/x11-libs/vte/vte-0.28.1-r300.ebuild deleted file mode 100644 index 04a3a59239d8..000000000000 --- a/x11-libs/vte/vte-0.28.1-r300.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.1-r300.ebuild,v 1.4 2012/05/05 03:52:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="xz" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="http://git.gnome.org/browse/vte" - -LICENSE="LGPL-2" -SLOT="2.90" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc glade +introspection" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/gtk+-3.0:3[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - G2CONF="${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - --with-gtk=3.0" - DOCS="AUTHORS ChangeLog HACKING NEWS README" -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch" - - eautoreconf - - gnome2_src_prepare -} diff --git a/x11-libs/vte/vte-0.28.2-r200.ebuild b/x11-libs/vte/vte-0.28.2-r200.ebuild deleted file mode 100644 index 09ccd2ff8e59..000000000000 --- a/x11-libs/vte/vte-0.28.2-r200.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r200.ebuild,v 1.9 2012/05/05 03:52:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="xz" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="python? 2:2.5" - -inherit gnome2 python - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="http://git.gnome.org/browse/vte" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc glade +introspection python" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/gtk+-2.20:2[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( dev-util/glade:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) - python? ( >=dev-python/pygtk-2.4:2 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - $(use_enable python) - --with-gtk=2.0" - DOCS="AUTHORS ChangeLog HACKING NEWS README" - use python && python_set_active_version 2 -} - -src_install() { - gnome2_src_install - use python && python_clean_installation_image -} diff --git a/x11-libs/vte/vte-0.28.2-r300.ebuild b/x11-libs/vte/vte-0.28.2-r300.ebuild deleted file mode 100644 index a8c946aa7153..000000000000 --- a/x11-libs/vte/vte-0.28.2-r300.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r300.ebuild,v 1.8 2012/05/05 03:52:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="xz" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="http://git.gnome.org/browse/vte" -SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" - -LICENSE="LGPL-2" -SLOT="2.90" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc glade +introspection" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/gtk+-3.0:3[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - G2CONF="${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - --with-gtk=3.0" - DOCS="AUTHORS ChangeLog HACKING NEWS README" -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch" - - mv "${WORKDIR}/introspection.m4" "${S}/" || die - AT_M4DIR="." eautoreconf - - gnome2_src_prepare -} diff --git a/x11-libs/vte/vte-0.28.2-r301.ebuild b/x11-libs/vte/vte-0.28.2-r301.ebuild deleted file mode 100644 index bafc3f243afa..000000000000 --- a/x11-libs/vte/vte-0.28.2-r301.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r301.ebuild,v 1.2 2012/05/05 03:52:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="xz" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="http://git.gnome.org/browse/vte" -SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" - -LICENSE="LGPL-2" -SLOT="2.90" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc glade +introspection" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/gtk+-3.0:3[introspection?] - >=x11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - # Do not disable gnome-pty-helper, bug #401389 - G2CONF="${G2CONF} - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - --with-gtk=3.0" - DOCS="AUTHORS ChangeLog HACKING NEWS README" -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch" - - mv "${WORKDIR}/introspection.m4" "${S}/" || die - AT_M4DIR="." eautoreconf - - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - rm -v "${ED}usr/libexec/gnome-pty-helper" || die -} diff --git a/x11-libs/vte/vte-0.32.0.ebuild b/x11-libs/vte/vte-0.32.2.ebuild index b3940adb989d..e4307d418435 100644 --- a/x11-libs/vte/vte-0.32.0.ebuild +++ b/x11-libs/vte/vte-0.32.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.0.ebuild,v 1.2 2012/05/05 03:52:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.32.2.ebuild,v 1.1 2012/06/16 10:48:27 pacho Exp $ EAPI="4" GCONF_DEBUG="yes" |