public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python: qscintilla-python-2.6.2.ebuild ChangeLog qscintilla-python-2.4.6.ebuild qscintilla-python-2.6.ebuild
@ 2012-06-27 13:42 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2012-06-27 13:42 UTC (permalink / raw
  To: gentoo-commits

pesa        12/06/27 13:42:26

  Modified:             ChangeLog
  Added:                qscintilla-python-2.6.2.ebuild
  Removed:              qscintilla-python-2.4.6.ebuild
                        qscintilla-python-2.6.ebuild
  Log:
  Version bump and remove old.
  
  (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)

Revision  Changes    Path
1.87                 dev-python/qscintilla-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	14 Jun 2012 07:17:42 -0000	1.86
+++ ChangeLog	27 Jun 2012 13:42:26 -0000	1.87
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/qscintilla-python
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.86 2012/06/14 07:17:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.87 2012/06/27 13:42:26 pesa Exp $
+
+*qscintilla-python-2.6.2 (27 Jun 2012)
+
+  27 Jun 2012; Davide Pesavento <pesa@gentoo.org>
+  +qscintilla-python-2.6.2.ebuild, -qscintilla-python-2.4.6.ebuild,
+  -qscintilla-python-2.6.ebuild:
+  Version bump and remove old.
 
   14 Jun 2012; Ben de Groot <yngwin@gentoo.org> qscintilla-python-2.4.5.ebuild:
   Destabling to ~ia64 because last available stable qt will be masked pending
@@ -386,4 +393,3 @@
   +qscintilla-python-2.1.ebuild:
   split dev-python/qscintilla to x11-libs/qscintilla and
   dev-python/qscintilla-python, to break circular dependency bug 199543.
-



1.1                  dev-python/qscintilla-python/qscintilla-python-2.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.6.2.ebuild?rev=1.1&content-type=text/plain

Index: qscintilla-python-2.6.2.ebuild
===================================================================
# 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.6.2.ebuild,v 1.1 2012/06/27 13:42:26 pesa Exp $

EAPI=4
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython *-pypy-*"

inherit eutils python toolchain-funcs

MY_P=QScintilla-gpl-${PV}

DESCRIPTION="Python bindings for Qscintilla"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P}.tar.gz"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"

DEPEND="
	>=dev-python/sip-4.12
	>=dev-python/PyQt4-4.8[X]
	~x11-libs/qscintilla-${PV}
"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}/Python

src_prepare() {
	epatch "${FILESDIR}/${PN}-2.5.1-disable_stripping.patch"

	python_src_prepare
}

src_configure() {
	configuration() {
		local myconf=(
			"$(PYTHON)"
			configure.py
			-p 4
			--destdir="${EPREFIX}$(python_get_sitedir)/PyQt4"
			$(use debug && echo --debug)
		)
		echo "${myconf[@]}"
		"${myconf[@]}"
	}
	python_execute_function -s configuration
}

src_compile() {
	building() {
		emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)"
	}
	python_execute_function -s building
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-27 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 13:42 [gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python: qscintilla-python-2.6.2.ebuild ChangeLog qscintilla-python-2.4.6.ebuild qscintilla-python-2.6.ebuild Davide Pesavento (pesa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox