diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:42:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:42:19 +0000 |
commit | f6382329accd6a52a2503e7da264c2fb664c40e7 (patch) | |
tree | 07320df26047328315417a113c091c14efa3c2d8 /x11-libs/vte | |
parent | drop old (diff) | |
download | gentoo-2-f6382329accd6a52a2503e7da264c2fb664c40e7.tar.gz gentoo-2-f6382329accd6a52a2503e7da264c2fb664c40e7.tar.bz2 gentoo-2-f6382329accd6a52a2503e7da264c2fb664c40e7.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r204.ebuild | 80 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.34.2.ebuild | 64 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.34.7.ebuild | 68 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.34.8.ebuild | 68 |
5 files changed, 5 insertions, 281 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index fbaa828ecfbc..659d26801e3a 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.384 2014/04/21 10:30:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.385 2014/04/27 09:42:19 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -vte-0.28.2-r204.ebuild, + -vte-0.34.2.ebuild, -vte-0.34.7.ebuild, -vte-0.34.8.ebuild: + drop old 21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> vte-0.34.9.ebuild: Stable for arm, wrt bug #507568 diff --git a/x11-libs/vte/vte-0.28.2-r204.ebuild b/x11-libs/vte/vte-0.28.2-r204.ebuild deleted file mode 100644 index 2546772f4da2..000000000000 --- a/x11-libs/vte/vte-0.28.2-r204.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2013 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-r204.ebuild,v 1.9 2013/02/22 20:52:12 zmedico Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="python? 2:2.5" - -inherit eutils gnome2 python - -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="https://live.gnome.org/VTE" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" -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() { - # Do not disable gnome-pty-helper, bug #401389 - G2CONF="${G2CONF} - --disable-deprecation - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - $(use_enable python) - --with-gtk=2.0" - - if [[ ${CHOST} == *-interix* ]]; then - G2CONF="${G2CONF} --disable-Bsymbolic" - - # interix stropts.h is empty... - export ac_cv_header_stropts_h=no - fi - - DOCS="AUTHORS ChangeLog HACKING NEWS README" - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=663779 - epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" - - # https://bugzilla.gnome.org/show_bug.cgi?id=652290 - epatch "${FILESDIR}"/${PN}-0.28.2-interix.patch - - # Fix CVE-2012-2738, upstream bug #676090 - epatch "${FILESDIR}"/${PN}-0.28.2-limit-arguments.patch - - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - rm -v "${ED}usr/libexec/gnome-pty-helper" || die - use python && python_clean_installation_image -} diff --git a/x11-libs/vte/vte-0.34.2.ebuild b/x11-libs/vte/vte-0.34.2.ebuild deleted file mode 100644 index 622131efd58c..000000000000 --- a/x11-libs/vte/vte-0.34.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.34.2.ebuild,v 1.12 2013/04/10 20:22:20 ago Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="Library providing a virtual terminal emulator widget." -HOMEPAGE="https://live.gnome.org/Terminal/VTE" - -LICENSE="LGPL-2+" -SLOT="2.90" -IUSE="debug glade +introspection" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.31.13:2 - >=x11-libs/gtk+-3.1.9: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 - sys-devel/gettext - virtual/pkgconfig" - -src_prepare() { - # 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-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection)" - - if [[ ${CHOST} == *-interix* ]]; then - G2CONF="${G2CONF} --disable-Bsymbolic" - - # interix stropts.h is empty... - export ac_cv_header_stropts_h=no - fi - - DOCS="AUTHORS ChangeLog HACKING NEWS README" - - # https://bugzilla.gnome.org/show_bug.cgi?id=663779 - epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" - - 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.34.7.ebuild b/x11-libs/vte/vte-0.34.7.ebuild deleted file mode 100644 index 18a7b98e4d36..000000000000 --- a/x11-libs/vte/vte-0.34.7.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.34.7.ebuild,v 1.3 2013/10/24 13:28:36 jer Exp $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit eutils gnome2 - -DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://live.gnome.org/Terminal/VTE" - -LICENSE="LGPL-2+" -SLOT="2.90" -IUSE="debug glade +introspection" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -PDEPEND="=x11-libs/gnome-pty-helper-${PV}" -RDEPEND=" - >=dev-libs/glib-2.31.13:2 - >=x11-libs/gtk+-3.1.9: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 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - if [[ ${CHOST} == *-interix* ]]; then - G2CONF="${G2CONF} --disable-Bsymbolic" - - # interix stropts.h is empty... - export ac_cv_header_stropts_h=no - fi - - DOCS="AUTHORS ChangeLog HACKING NEWS README" - - # https://bugzilla.gnome.org/show_bug.cgi?id=663779 - epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" - - gnome2_src_prepare -} - -src_configure() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - # Do not disable gnome-pty-helper, bug #401389 - gnome2_src_configure \ - --disable-deprecation \ - --disable-static \ - $(use_enable debug) \ - $(use_enable glade glade-catalogue) \ - $(use_enable introspection) -} - -src_install() { - gnome2_src_install - rm -v "${ED}usr/libexec/gnome-pty-helper" || die -} diff --git a/x11-libs/vte/vte-0.34.8.ebuild b/x11-libs/vte/vte-0.34.8.ebuild deleted file mode 100644 index 6055727f26e1..000000000000 --- a/x11-libs/vte/vte-0.34.8.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.34.8.ebuild,v 1.1 2013/09/28 20:48:59 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit eutils gnome2 - -DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://live.gnome.org/Terminal/VTE" - -LICENSE="LGPL-2+" -SLOT="2.90" -IUSE="debug glade +introspection" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -PDEPEND="=x11-libs/gnome-pty-helper-${PV}" -RDEPEND=" - >=dev-libs/glib-2.31.13:2 - >=x11-libs/gtk+-3.1.9: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 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - if [[ ${CHOST} == *-interix* ]]; then - G2CONF="${G2CONF} --disable-Bsymbolic" - - # interix stropts.h is empty... - export ac_cv_header_stropts_h=no - fi - - DOCS="AUTHORS ChangeLog HACKING NEWS README" - - # https://bugzilla.gnome.org/show_bug.cgi?id=663779 - epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" - - gnome2_src_prepare -} - -src_configure() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - # Do not disable gnome-pty-helper, bug #401389 - gnome2_src_configure \ - --disable-deprecation \ - --disable-static \ - $(use_enable debug) \ - $(use_enable glade glade-catalogue) \ - $(use_enable introspection) -} - -src_install() { - gnome2_src_install - rm -v "${ED}usr/libexec/gnome-pty-helper" || die -} |