summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-10-24 14:12:23 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-10-24 14:12:23 +0000
commit3b49688db663a45ee1c7cf1027f01ef431ac2ae8 (patch)
tree4eaade169a67037225031b7124e4e5b47b1b4ea1 /x11-libs/vte
parentAdd beagle local use flags (diff)
downloadgentoo-2-3b49688db663a45ee1c7cf1027f01ef431ac2ae8.tar.gz
gentoo-2-3b49688db663a45ee1c7cf1027f01ef431ac2ae8.tar.bz2
gentoo-2-3b49688db663a45ee1c7cf1027f01ef431ac2ae8.zip
Removing old ebuilds/patches.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/files/digest-vte-0.11.121
-rw-r--r--x11-libs/vte/files/digest-vte-0.11.141
-rw-r--r--x11-libs/vte/files/vte-0.11.11-vtemodule.patch19
-rw-r--r--x11-libs/vte/vte-0.11.12.ebuild37
-rw-r--r--x11-libs/vte/vte-0.11.14.ebuild54
5 files changed, 0 insertions, 112 deletions
diff --git a/x11-libs/vte/files/digest-vte-0.11.12 b/x11-libs/vte/files/digest-vte-0.11.12
deleted file mode 100644
index d667315f0be6..000000000000
--- a/x11-libs/vte/files/digest-vte-0.11.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2a9c7cf110342b7c5f414343d2ecffc1 vte-0.11.12.tar.bz2 947865
diff --git a/x11-libs/vte/files/digest-vte-0.11.14 b/x11-libs/vte/files/digest-vte-0.11.14
deleted file mode 100644
index e866317451d8..000000000000
--- a/x11-libs/vte/files/digest-vte-0.11.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9676e430d951d617aff4672ed1b52fb1 vte-0.11.14.tar.bz2 958743
diff --git a/x11-libs/vte/files/vte-0.11.11-vtemodule.patch b/x11-libs/vte/files/vte-0.11.11-vtemodule.patch
deleted file mode 100644
index 7bfce8f79728..000000000000
--- a/x11-libs/vte/files/vte-0.11.11-vtemodule.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- python/vtemodule.c.orig 2005-01-27 12:22:41.699091592 +0100
-+++ python/vtemodule.c 2005-01-27 12:29:47.038430184 +0100
-@@ -32,14 +32,14 @@
- extern PyTypeObject PyVteTerminal_Type;
-
- DL_EXPORT(void)
--init_vte(void)
-+initvte(void)
- {
- PyObject *m, *d;
-
- init_pygobject();
- init_pygtk();
-
-- m = Py_InitModule("_vte", pyvte_functions);
-+ m = Py_InitModule("vte", pyvte_functions);
- d = PyModule_GetDict(m);
-
- pyvte_register_classes(d);
diff --git a/x11-libs/vte/vte-0.11.12.ebuild b/x11-libs/vte/vte-0.11.12.ebuild
deleted file mode 100644
index b657d55a9001..000000000000
--- a/x11-libs/vte/vte-0.11.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.12.ebuild,v 1.12 2005/07/11 23:11:04 geoman Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Xft powered terminal widget"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 mips ppc ppc64 sparc x86"
-IUSE="doc python"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2
- >=x11-libs/pango-1.2
- python? ( >=dev-python/pygtk-2.4
- >=dev-lang/python-2.2 )"
-
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-0.6 )
- >=dev-util/pkgconfig-0.12.0"
-
-DOCS="AUTHORS README HACKING INSTALL NEWS TODO ChangeLog"
-G2CONF="${G2CONF} $(use_enable python)"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/src
- # Apply the, shift-<up,down> scroll one
- # line at a time patch.
- epatch ${FILESDIR}/${PN}-line-scroll.patch
- cd ${S}
- epatch ${FILESDIR}/${PN}-0.11.11-vtemodule.patch
-}
diff --git a/x11-libs/vte/vte-0.11.14.ebuild b/x11-libs/vte/vte-0.11.14.ebuild
deleted file mode 100644
index ab38da519a56..000000000000
--- a/x11-libs/vte/vte-0.11.14.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.14.ebuild,v 1.2 2005/10/10 15:49:09 vapier Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Xft powered terminal widget"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug doc python static"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.2
- >=x11-libs/pango-1.1
- >=media-libs/freetype-2.0.2
- media-libs/fontconfig
- sys-libs/ncurses
- python? ( >=dev-python/pygtk-2.4
- >=dev-lang/python-2.2 )
- virtual/x11"
-
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-0.6 )
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-
-pkg_setup() {
- G2CONF="$(use_enable debug debugging) $(use_enable python) \
- $(use_enable static)"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src
-
- # Apply the, shift-<up,down> scroll one
- # line at a time patch.
- epatch ${FILESDIR}/${PN}-line-scroll.patch
-
- cd ${S}
- # Resolve all symbols at execution time for gnome-pty-helper. See bug
- # #91617.
- epatch ${FILESDIR}/${PN}-no_lazy_bindings.patch
-
- cd gnome-pty-helper
- WANT_AUTOMAKE=1.9
- aclocal || die "aclocal failed"
- automake || die "automake failed"
-}