From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Soe9k-0001Fn-La for garchives@archives.gentoo.org; Tue, 10 Jul 2012 17:23:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62638E09B4; Tue, 10 Jul 2012 17:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 25C45E09B4 for ; Tue, 10 Jul 2012 17:23:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B641B4022 for ; Tue, 10 Jul 2012 17:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0B62FE5433 for ; Tue, 10 Jul 2012 17:23:14 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1341940976.cf17fd9209180e04dc9d1f362a628dcb1413b9b1.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/sip/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/sip/sip-4.13.3_pre20120608.ebuild dev-python/sip/sip-4.13.4_pre20120706.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: cf17fd9209180e04dc9d1f362a628dcb1413b9b1 X-VCS-Branch: master Date: Tue, 10 Jul 2012 17:23:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 13581dec-8e0f-48a0-ba8f-a22ec3a94fe2 X-Archives-Hash: 58f38a2d9d01a2dfa3702e03ffaa2aa0 commit: cf17fd9209180e04dc9d1f362a628dcb1413b9b1 Author: Markos Chandras gentoo org> AuthorDate: Tue Jul 10 17:22:56 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Jul 10 17:22:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dcf17fd92 dev-python/sip: Remove old ebuilds --- dev-python/sip/sip-4.13.3_pre20120608.ebuild | 95 --------------------= ------ dev-python/sip/sip-4.13.4_pre20120706.ebuild | 95 --------------------= ------ 2 files changed, 0 insertions(+), 190 deletions(-) diff --git a/dev-python/sip/sip-4.13.3_pre20120608.ebuild b/dev-python/si= p/sip-4.13.3_pre20120608.ebuild deleted file mode 100644 index 8f62ae2..0000000 --- a/dev-python/sip/sip-4.13.3_pre20120608.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"4" -PYTHON_DEPEND=3D"*" -PYTHON_EXPORT_PHASE_FUNCTIONS=3D"1" -SUPPORT_PYTHON_ABIS=3D"1" -RESTRICT_PYTHON_ABIS=3D"*-jython 2.7-pypy-*" - -EHG_REPO_URI=3D"http://www.riverbankcomputing.com/hg/sip" -[[ ${PV} =3D=3D *9999* ]] && HG_ECLASS=3D"mercurial" - -inherit eutils python toolchain-funcs ${HG_ECLASS} - -HG_REVISION=3D377e9e4763f5 - -DESCRIPTION=3D"Python extension module generator for C and C++ libraries= " -HOMEPAGE=3D"http://www.riverbankcomputing.co.uk/software/sip/intro http:= //pypi.python.org/pypi/SIP" -LICENSE=3D"|| ( GPL-2 GPL-3 sip )" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE=3D"debug doc" - -DEPEND=3D"" -RDEPEND=3D"" - -if [[ ${PV} =3D=3D *9999* ]]; then - # live version from mercurial repo - DEPEND=3D"${DEPEND} - sys-devel/bison - sys-devel/flex" - S=3D${WORKDIR}/${PN} -elif [[ ${PV} =3D=3D *_pre* ]]; then - # development snapshot - MY_P=3D${PN}-${PV%_pre*}-snapshot-${HG_REVISION} - SRC_URI=3D"http://www.gentoo-el.org/~hwoarang/distfiles/${MY_P}.tar.gz" - S=3D${WORKDIR}/${MY_P} -fi - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch - sed -i -e 's/-O2//g' specs/* || die - - if [[ ${PV} =3D=3D *9999* ]]; then - $(PYTHON -2) build.py prepare || die - fi - - python_src_prepare -} - -src_configure() { - configuration() { - local myconf=3D("$(PYTHON)" - configure.py - --bindir=3D"${EPREFIX}/usr/bin" - --destdir=3D"${EPREFIX}$(python_get_sitedir)" - --incdir=3D"${EPREFIX}$(python_get_includedir)" - --sipdir=3D"${EPREFIX}/usr/share/sip" - $(use debug && echo --debug) - CC=3D"$(tc-getCC)" - CXX=3D"$(tc-getCXX)" - LINK=3D"$(tc-getCXX)" - LINK_SHLIB=3D"$(tc-getCXX)" - CFLAGS=3D"${CFLAGS}" - CXXFLAGS=3D"${CXXFLAGS}" - LFLAGS=3D"${LDFLAGS}" - STRIP=3D":") - echo "${myconf[@]}" - "${myconf[@]}" - } - python_execute_function -s configuration -} - -src_install() { - python_src_install - - dodoc NEWS - - if use doc; then - dohtml -r doc/html/* - fi -} - -pkg_postinst() { - python_mod_optimize sipconfig.py sipdistutils.py - - ewarn "When updating dev-python/sip, you usually need to rebuild packag= es that depend on it," - ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-por= tage/gentoolkit" - ewarn "installed, you can find these packages with \`equery d dev-pytho= n/sip\`." -} - -pkg_postrm() { - python_mod_cleanup sipconfig.py sipdistutils.py -} diff --git a/dev-python/sip/sip-4.13.4_pre20120706.ebuild b/dev-python/si= p/sip-4.13.4_pre20120706.ebuild deleted file mode 100644 index 8fc773c..0000000 --- a/dev-python/sip/sip-4.13.4_pre20120706.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"4" -PYTHON_DEPEND=3D"*" -PYTHON_EXPORT_PHASE_FUNCTIONS=3D"1" -SUPPORT_PYTHON_ABIS=3D"1" -RESTRICT_PYTHON_ABIS=3D"*-jython 2.7-pypy-*" - -EHG_REPO_URI=3D"http://www.riverbankcomputing.com/hg/sip" -[[ ${PV} =3D=3D *9999* ]] && HG_ECLASS=3D"mercurial" - -inherit eutils python toolchain-funcs ${HG_ECLASS} - -HG_REVISION=3D9b330b545c65 - -DESCRIPTION=3D"Python extension module generator for C and C++ libraries= " -HOMEPAGE=3D"http://www.riverbankcomputing.co.uk/software/sip/intro http:= //pypi.python.org/pypi/SIP" -LICENSE=3D"|| ( GPL-2 GPL-3 sip )" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE=3D"debug doc" - -DEPEND=3D"" -RDEPEND=3D"" - -if [[ ${PV} =3D=3D *9999* ]]; then - # live version from mercurial repo - DEPEND=3D"${DEPEND} - sys-devel/bison - sys-devel/flex" - S=3D${WORKDIR}/${PN} -elif [[ ${PV} =3D=3D *_pre* ]]; then - # development snapshot - MY_P=3D${PN}-${PV%_pre*}-snapshot-${HG_REVISION} - SRC_URI=3D"http://www.gentoo-el.org/~hwoarang/distfiles/${MY_P}.tar.gz" - S=3D${WORKDIR}/${MY_P} -fi - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch - sed -i -e 's/-O2//g' specs/* || die - - if [[ ${PV} =3D=3D *9999* ]]; then - $(PYTHON -2) build.py prepare || die - fi - - python_src_prepare -} - -src_configure() { - configuration() { - local myconf=3D("$(PYTHON)" - configure.py - --bindir=3D"${EPREFIX}/usr/bin" - --destdir=3D"${EPREFIX}$(python_get_sitedir)" - --incdir=3D"${EPREFIX}$(python_get_includedir)" - --sipdir=3D"${EPREFIX}/usr/share/sip" - $(use debug && echo --debug) - CC=3D"$(tc-getCC)" - CXX=3D"$(tc-getCXX)" - LINK=3D"$(tc-getCXX)" - LINK_SHLIB=3D"$(tc-getCXX)" - CFLAGS=3D"${CFLAGS}" - CXXFLAGS=3D"${CXXFLAGS}" - LFLAGS=3D"${LDFLAGS}" - STRIP=3D":") - echo "${myconf[@]}" - "${myconf[@]}" - } - python_execute_function -s configuration -} - -src_install() { - python_src_install - - dodoc NEWS - - if use doc; then - dohtml -r doc/html/* - fi -} - -pkg_postinst() { - python_mod_optimize sipconfig.py sipdistutils.py - - ewarn "When updating dev-python/sip, you usually need to rebuild packag= es that depend on it," - ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-por= tage/gentoolkit" - ewarn "installed, you can find these packages with \`equery d dev-pytho= n/sip\`." -} - -pkg_postrm() { - python_mod_cleanup sipconfig.py sipdistutils.py -}