summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-30 01:56:49 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-30 01:56:49 +0000
commitea265e9ca51168029b9ce830989b15a8ad3b77e3 (patch)
tree0ed66786e06bfc15074e042655fdc89d3c6b7d1e /dev-python/pywebkitgtk
parentFix tests with Python 2.7 (bug #298930). (diff)
downloadhistorical-ea265e9ca51168029b9ce830989b15a8ad3b77e3.tar.gz
historical-ea265e9ca51168029b9ce830989b15a8ad3b77e3.tar.bz2
historical-ea265e9ca51168029b9ce830989b15a8ad3b77e3.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/pywebkitgtk')
-rw-r--r--dev-python/pywebkitgtk/pywebkitgtk-1.1.5.ebuild34
-rw-r--r--dev-python/pywebkitgtk/pywebkitgtk-1.1.6.ebuild38
2 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.5.ebuild b/dev-python/pywebkitgtk/pywebkitgtk-1.1.5.ebuild
deleted file mode 100644
index 0f5c05e3407c..000000000000
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.5.ebuild,v 1.2 2009/12/10 19:29:33 armin76 Exp $
-
-EAPI="2"
-
-NEED_PYTHON="2.4"
-
-inherit python
-
-DESCRIPTION="Python bindings for the WebKit GTK+ port."
-HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
-SRC_URI="http://pywebkitgtk.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygobject:2
- dev-python/pygtk:2
- dev-python/sexy-python
- x11-libs/libsexy
- dev-libs/libxslt
- >=net-libs/webkit-gtk-1.1.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- python_need_rebuild
-
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
-}
diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.6.ebuild b/dev-python/pywebkitgtk/pywebkitgtk-1.1.6.ebuild
deleted file mode 100644
index 7a03ca161d25..000000000000
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.6.ebuild,v 1.2 2009/12/10 19:29:33 armin76 Exp $
-
-EAPI="2"
-
-NEED_PYTHON="2.4"
-PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit python
-
-DESCRIPTION="Python bindings for the WebKit GTK+ port."
-HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
-SRC_URI="http://pywebkitgtk.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygobject:2
- dev-python/pygtk:2
- dev-python/sexy-python
- x11-libs/libsexy
- dev-libs/libxslt
- >=net-libs/webkit-gtk-1.1.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-src_install() {
- python_need_rebuild
-
- python_execute_function -d -s
- dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
-}