idella4 15/01/14 05:30:22
Modified: pycxx-6.2.5.ebuild ChangeLog
Added: pycxx-6.2.6.ebuild
Removed: pycxx-6.2.4-r1.ebuild pycxx-6.2.3-r3.ebuild
pycxx-6.2.3-r2.ebuild pycxx-6.2.4.ebuild
Log:
bump; clean old impl, rm disused patches & old versions
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.7 dev-python/pycxx/pycxx-6.2.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild?r1=1.6&r2=1.7
Index: pycxx-6.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pycxx-6.2.5.ebuild 14 Aug 2014 23:58:14 -0000 1.6
+++ pycxx-6.2.5.ebuild 14 Jan 2015 05:30:22 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild,v 1.6
2014/08/14 23:58:14 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.5.ebuild,v 1.7
2015/01/14 05:30:22 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
1.52 dev-python/pycxx/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?rev=1.52&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?rev=1.52&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 14 Aug 2014 23:58:14 -0000 1.51
+++ ChangeLog 14 Jan 2015 05:30:22 -0000 1.52
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/pycxx
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.51
2014/08/14 23:58:14 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.52
2015/01/14 05:30:22 idella4 Exp $
+
+*pycxx-6.2.6 (14 Jan 2015)
+
+ 14 Jan 2015; Ian Delaney <[email protected]> +pycxx-6.2.6.ebuild,
+ -files/pycxx-6.2.3-python-3.2-Py_hash_t.patch,
+ -files/pycxx-6.2.3-python-3.2.patch, -files/pycxx-6.2.3-python-3.patch,
+ -pycxx-6.2.3-r2.ebuild, -pycxx-6.2.3-r3.ebuild, -pycxx-6.2.4-r1.ebuild,
+ -pycxx-6.2.4.ebuild, pycxx-6.2.5.ebuild:
+ bump; clean old impl, rm disused patches & old versions
14 Aug 2014; Ian Delaney <[email protected]> pycxx-6.2.5.ebuild:
drop py2.6 pypy add py3_4
1.1 dev-python/pycxx/pycxx-6.2.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.6.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.6.ebuild?rev=1.1&content-type=text/plain
Index: pycxx-6.2.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.6.ebuild,v 1.1
2015/01/14 05:30:22 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit eutils distutils-r1
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 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-solaris"
IUSE="doc examples"
python_prepare_all() {
# Without this, pysvn fails.
# CXX/Python2/Config.hxx: No such file or directory
sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed"
# Remove python2 print statement
echo > Lib/__init__.py || die
local PATCHES=(
"${FILESDIR}/${PN}-6.2.3-installation.patch"
)
distutils-r1_python_prepare_all
}
python_install_all() {
use doc && local HTML_DOCS=( Doc/. )
use examples && local EXAMPLES=( Demo/Python{2,3}/. )
distutils-r1_python_install_all
}