summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 20:46:01 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 20:46:01 +0000
commit5f6daf5bc3e95102170b1d9b3246836092ade2ff (patch)
treee0da9ca197aaf9ec3e328cd78f8d8c90358d92c2 /dev-python
parentRemove old (diff)
downloadgentoo-2-5f6daf5bc3e95102170b1d9b3246836092ade2ff.tar.gz
gentoo-2-5f6daf5bc3e95102170b1d9b3246836092ade2ff.tar.bz2
gentoo-2-5f6daf5bc3e95102170b1d9b3246836092ade2ff.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycxx/ChangeLog6
-rw-r--r--dev-python/pycxx/pycxx-5.4.2.ebuild30
-rw-r--r--dev-python/pycxx/pycxx-5.5.0.ebuild32
3 files changed, 5 insertions, 63 deletions
diff --git a/dev-python/pycxx/ChangeLog b/dev-python/pycxx/ChangeLog
index 764cdaa6958d..cf1bf1f00213 100644
--- a/dev-python/pycxx/ChangeLog
+++ b/dev-python/pycxx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pycxx
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.4 2009/08/10 03:04:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.5 2009/09/04 20:46:01 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pycxx-5.4.2.ebuild,
+ -pycxx-5.5.0.ebuild:
+ Remove old
10 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pycxx-6.1.0.ebuild:
diff --git a/dev-python/pycxx/pycxx-5.4.2.ebuild b/dev-python/pycxx/pycxx-5.4.2.ebuild
deleted file mode 100644
index 0ba870d74867..000000000000
--- a/dev-python/pycxx/pycxx-5.4.2.ebuild
+++ /dev/null
@@ -1,30 +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/pycxx/pycxx-5.4.2.ebuild,v 1.1 2009/01/15 09:13:33 bicatali Exp $
-
-EAPI=2
-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 ~x86"
-IUSE="examples"
-
-PYTHON_MODNAME="CXX"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-headers-c.patch
-}
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}
- doins Doc/PyCXX.html
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins Demo/* || die
- fi
-}
diff --git a/dev-python/pycxx/pycxx-5.5.0.ebuild b/dev-python/pycxx/pycxx-5.5.0.ebuild
deleted file mode 100644
index b49dd29174e7..000000000000
--- a/dev-python/pycxx/pycxx-5.5.0.ebuild
+++ /dev/null
@@ -1,32 +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/pycxx/pycxx-5.5.0.ebuild,v 1.1 2009/02/15 21:20:08 patrick Exp $
-
-EAPI=2
-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 ~x86"
-IUSE="doc examples"
-
-PYTHON_MODNAME="CXX"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.4.2-headers-c.patch
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml Doc/{PyCXX.html,style.css} || die "dohtml failed"
- fi
-
- if use examples; then
- docinto examples
- dodoc Demo/* || die "dodoc failed"
- fi
-}