* [gentoo-commits] proj/qt:master commit in: dev-python/qscintilla-python/
@ 2012-02-27 17:32 Davide Pesavento
0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2012-02-27 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 5cd6c3370640dd3914a0acd35467927e0d9bc90b
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 17:32:03 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 17:32:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5cd6c337
[dev-python/qscintilla-python] Sync with portage.
---
dev-python/qscintilla-python/Manifest | 2 +-
dev-python/qscintilla-python/metadata.xml | 18 +++++++-------
.../qscintilla-python-2.6.1_pre20111231.ebuild | 24 ++++++++++++-------
3 files changed, 25 insertions(+), 19 deletions(-)
diff --git a/dev-python/qscintilla-python/Manifest b/dev-python/qscintilla-python/Manifest
index 8bfaef1..26f1b18 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1 @@
-DIST QScintilla-gpl-snapshot-2.6.1-3171bb05b1d8.tar.gz 2725724 RMD160 f9f7e40071d58504aaf528b8e94190f7624895eb SHA1 3f9084cf417881dfeba096061b2a2a8c71ebdb1f SHA256 31c608150cdd0df95c92a72d3e2080b9123b3c106c6f4ea3e05f77fd0c340ff6
+DIST QScintilla-gpl-snapshot-2.6.1-3171bb05b1d8.tar.gz 2725724 SHA256 31c608150cdd0df95c92a72d3e2080b9123b3c106c6f4ea3e05f77fd0c340ff6 SHA512 3f31653b7b3253985856fb8140b4b58e7224a80d079999b8179c914d7f02298f81777c5aa7413aa4e372b37cc62fa7ebb36a759e8aa488691df5f7d3f5cbdf87 WHIRLPOOL f6ad5ce7625d75226d37b38fdd4c2ee40f5e0fbcaf8dc00afa6f57313e5b6af62e629603ba5709040d5d34ba47f038a76805dee2d7fff5841d40a00e79f4cc81
diff --git a/dev-python/qscintilla-python/metadata.xml b/dev-python/qscintilla-python/metadata.xml
index 7830f29..df82e70 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<herd>qt</herd>
-<upstream>
- <maintainer status="active">
- <email>phil@riverbankcomputing.com</email>
- <name>Phil Thompson</name>
- </maintainer>
- <bugs-to>mailto:qscintilla@riverbankcomputing.com</bugs-to>
-</upstream>
+ <herd>python</herd>
+ <herd>qt</herd>
+ <upstream>
+ <maintainer status="active">
+ <email>phil@riverbankcomputing.com</email>
+ <name>Phil Thompson</name>
+ </maintainer>
+ <bugs-to>mailto:qscintilla@riverbankcomputing.com</bugs-to>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/qscintilla-python/qscintilla-python-2.6.1_pre20111231.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.6.1_pre20111231.ebuild
index d8cf256..156eaa9 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.6.1_pre20111231.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.6.1_pre20111231.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.4.3.ebuild,v 1.1 2010/03/18 01:12:23 yngwin Exp $
-EAPI="2"
+EAPI="3"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
inherit eutils python toolchain-funcs
@@ -17,10 +18,10 @@ SRC_URI="http://gentoo-el.org/~hwoarang/distfiles/${MY_P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
-DEPEND=">=dev-python/sip-4.10
+DEPEND=">=dev-python/sip-4.12
>=dev-python/PyQt4-4.7[X]
~x11-libs/qscintilla-${PV}"
RDEPEND="${DEPEND}"
@@ -29,16 +30,21 @@ S="${WORKDIR}/${MY_P}/Python"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.5-nostrip.patch
+
python_copy_sources
}
src_configure() {
configuration() {
- local myconf="$(PYTHON) configure.py -p 4
- --destdir=$(python_get_sitedir)/PyQt4
- $(use debug && echo '--debug')"
- echo ${myconf}
- ${myconf}
+ local myconf=("$(PYTHON)"
+ configure.py
+ --destdir="${EPREFIX}$(python_get_sitedir)/PyQt4"
+ $(use debug && echo --debug)
+ -p 4
+ --no-timestamp
+ )
+ echo "${myconf[@]}"
+ "${myconf[@]}"
}
python_execute_function -s configuration
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-27 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 17:32 [gentoo-commits] proj/qt:master commit in: dev-python/qscintilla-python/ Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox