summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-02 00:01:43 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-02 00:01:43 +0000
commit60741690912e27d75391270558ec3ef13f244e87 (patch)
tree331543305ed23014c4624375fb9a32145423d8c8 /x11-libs
parentRemove old (diff)
downloadgentoo-2-60741690912e27d75391270558ec3ef13f244e87.tar.gz
gentoo-2-60741690912e27d75391270558ec3ef13f244e87.tar.bz2
gentoo-2-60741690912e27d75391270558ec3ef13f244e87.zip
Remove old
(Portage version: 2.1.4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/files/vte-0.14.1-fbsd.patch11
-rw-r--r--x11-libs/vte/vte-0.14.1.ebuild67
-rw-r--r--x11-libs/vte/vte-0.14.2.ebuild67
-rw-r--r--x11-libs/vte/vte-0.16.10.ebuild68
-rw-r--r--x11-libs/vte/vte-0.16.11.ebuild68
-rw-r--r--x11-libs/vte/vte-0.16.6-r1.ebuild69
6 files changed, 0 insertions, 350 deletions
diff --git a/x11-libs/vte/files/vte-0.14.1-fbsd.patch b/x11-libs/vte/files/vte-0.14.1-fbsd.patch
deleted file mode 100644
index c9aa26b92a77..000000000000
--- a/x11-libs/vte/files/vte-0.14.1-fbsd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur vte-0.15.0.orig/src/vteseq.c vte-0.15.0/src/vteseq.c
---- vte-0.15.0.orig/src/vteseq.c 2006-08-31 20:56:44 +0100
-+++ vte-0.15.0/src/vteseq.c 2006-12-12 16:29:54 +0000
-@@ -19,6 +19,7 @@
-
- #include "../config.h"
-
-+#include <limits.h>
- #ifdef HAVE_SYS_SYSLIMITS_H
- #include <sys/syslimits.h>
- #endif
diff --git a/x11-libs/vte/vte-0.14.1.ebuild b/x11-libs/vte/vte-0.14.1.ebuild
deleted file mode 100644
index 9f1a5429bd55..000000000000
--- a/x11-libs/vte/vte-0.14.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.15 2007/11/02 04:25:20 mr_bones_ Exp $
-
-inherit eutils gnome2 autotools python
-
-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 ~x86-fbsd"
-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
- python? (
- >=dev-python/pygtk-2.4
- >=dev-lang/python-2.2
- )
- opengl? (
- virtual/opengl
- virtual/glu
- )
- x11-libs/libX11
- virtual/xft"
-
-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 debugging) $(use_enable python) \
- $(use_with opengl glX) --with-xft2 --with-pangox"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
- epatch "${FILESDIR}/${P}-fbsd.patch"
-
- cd "${S}/gnome-pty-helper"
- eautomake
-}
-
-pkg_postinst() {
- if use python; then
- python_version
- python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
-
-pkg_postrm() {
- if use python; then
- python_version
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
diff --git a/x11-libs/vte/vte-0.14.2.ebuild b/x11-libs/vte/vte-0.14.2.ebuild
deleted file mode 100644
index 3bf2ad391b22..000000000000
--- a/x11-libs/vte/vte-0.14.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.2.ebuild,v 1.13 2007/11/02 04:25:20 mr_bones_ Exp $
-
-inherit eutils gnome2 autotools python
-
-DESCRIPTION="Xft powered 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 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
- python? (
- >=dev-python/pygtk-2.4
- >=dev-lang/python-2.2
- )
- opengl? (
- virtual/opengl
- virtual/glu
- )
- x11-libs/libX11
- virtual/xft"
-
-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 debugging) $(use_enable python) \
- $(use_with opengl glX) --with-xft2 --with-pangox"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
- epatch "${FILESDIR}/${PN}-0.14.1-fbsd.patch"
-
- cd "${S}/gnome-pty-helper"
- eautomake
-}
-
-pkg_postinst() {
- if use python; then
- python_version
- python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
-
-pkg_postrm() {
- if use python; then
- python_version
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
diff --git a/x11-libs/vte/vte-0.16.10.ebuild b/x11-libs/vte/vte-0.16.10.ebuild
deleted file mode 100644
index caa474a5d65f..000000000000
--- a/x11-libs/vte/vte-0.16.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.10.ebuild,v 1.1 2007/12/05 22:34:33 eva Exp $
-
-inherit eutils gnome2 autotools python
-
-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"
-# 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
- virtual/xft"
-
-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
-
- epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
- cd "${S}/gnome-pty-helper"
-
- # eautoreconf will break on systems without gtk-doc
- eautomake
-}
-
-pkg_postinst() {
- if use python; then
- python_version
- python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
-
-pkg_postrm() {
- if use python; then
- python_version
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
diff --git a/x11-libs/vte/vte-0.16.11.ebuild b/x11-libs/vte/vte-0.16.11.ebuild
deleted file mode 100644
index eb902e0cbd91..000000000000
--- a/x11-libs/vte/vte-0.16.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.11.ebuild,v 1.1 2007/12/22 15:55:37 eva Exp $
-
-inherit eutils gnome2 autotools python
-
-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"
-# 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
- virtual/xft"
-
-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} $(use_enable debug) $(use_enable python)
- $(use_with opengl glX) --with-xft2 --with-pangox"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch"
- cd "${S}/gnome-pty-helper"
-
- # eautoreconf will break on systems without gtk-doc
- eautomake
-}
-
-pkg_postinst() {
- if use python; then
- python_version
- python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
-
-pkg_postrm() {
- if use python; then
- python_version
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
diff --git a/x11-libs/vte/vte-0.16.6-r1.ebuild b/x11-libs/vte/vte-0.16.6-r1.ebuild
deleted file mode 100644
index 716e896d4e56..000000000000
--- a/x11-libs/vte/vte-0.16.6-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.6-r1.ebuild,v 1.11 2007/11/01 22:55:36 eva Exp $
-
-inherit eutils gnome2 autotools python
-
-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"
-# 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.2
- )
- x11-libs/libX11
- virtual/xft"
-
-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 modified cursor keys; bug #178793
- epatch "${FILESDIR}"/${P}-cursor-modifers-to-csi.patch
-
- epatch "${FILESDIR}"/${PN}-0.13.2-no-lazy-bindings.patch
- cd "${S}/gnome-pty-helper"
- eautomake
-}
-
-pkg_postinst() {
- if use python; then
- python_version
- python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}
-
-pkg_postrm() {
- if use python; then
- python_version
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
- fi
-}