summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-21 12:16:56 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-21 12:16:56 +0000
commit86c7973f2a016ca8afa52c0ed6eb4f7b1558106f (patch)
treee71868edd27a22dcbda6d6624ba3e24708997757
parentStable on amd64 wrt bug #355719 (diff)
downloadgentoo-2-86c7973f2a016ca8afa52c0ed6eb4f7b1558106f.tar.gz
gentoo-2-86c7973f2a016ca8afa52c0ed6eb4f7b1558106f.tar.bz2
gentoo-2-86c7973f2a016ca8afa52c0ed6eb4f7b1558106f.zip
Delete older ebuilds.
-rw-r--r--dev-python/pycxx/pycxx-6.1.1.ebuild41
-rw-r--r--dev-python/pycxx/pycxx-6.2.1.ebuild41
2 files changed, 0 insertions, 82 deletions
diff --git a/dev-python/pycxx/pycxx-6.1.1.ebuild b/dev-python/pycxx/pycxx-6.1.1.ebuild
deleted file mode 100644
index 35bc4337bc89..000000000000
--- a/dev-python/pycxx/pycxx-6.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.1.1.ebuild,v 1.4 2010/09/30 07:42:52 grobian Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit eutils distutils
-
-DESCRIPTION="Set of facilities to extend Python with C++"
-HOMEPAGE="http://cxx.sourceforge.net"
-SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="doc examples"
-
-PYTHON_MODNAME="CXX"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-6.1.0-setup.py.patch"
- epatch "${FILESDIR}/${PN}-6.1.0-python-3.patch"
- epatch "${FILESDIR}/${PN}-6.1.0-C_compatible_headers.patch"
-
- sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed"
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r Doc/ || die "dohtml failed"
- fi
-
- if use examples; then
- docinto examples/python-2
- dodoc Demo/Python2/* || die "dodoc failed"
- docinto examples/python-3
- dodoc Demo/Python3/* || die "dodoc failed"
- fi
-}
diff --git a/dev-python/pycxx/pycxx-6.2.1.ebuild b/dev-python/pycxx/pycxx-6.2.1.ebuild
deleted file mode 100644
index d85da19a4ab4..000000000000
--- a/dev-python/pycxx/pycxx-6.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.1.ebuild,v 1.4 2010/11/04 12:37:08 maekke Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit eutils distutils
-
-DESCRIPTION="Set of facilities to extend Python with C++"
-HOMEPAGE="http://cxx.sourceforge.net"
-SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="doc examples"
-
-PYTHON_MODNAME="CXX"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-6.1.0-setup.py.patch"
- epatch "${FILESDIR}/${PN}-6.1.0-python-3.patch"
- epatch "${FILESDIR}/${PN}-6.1.0-C_compatible_headers.patch"
-
- sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed"
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r Doc/ || die "dohtml failed"
- fi
-
- if use examples; then
- docinto examples/python-2
- dodoc Demo/Python2/* || die "dodoc failed"
- docinto examples/python-3
- dodoc Demo/Python3/* || die "dodoc failed"
- fi
-}