From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C2EAB138010 for ; Sun, 14 Oct 2012 21:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F4421C009; Sun, 14 Oct 2012 21:30:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3640621C006 for ; Sun, 14 Oct 2012 21:30:57 +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 6427733C770 for ; Sun, 14 Oct 2012 21:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 14D40E5441 for ; Sun, 14 Oct 2012 21:30:55 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1350250125.2b57ce3942895b4b8e7ee6832464e90f63830068.pesa@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.14.1_pre20121013.ebuild dev-python/sip/sip-4.9999.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 2b57ce3942895b4b8e7ee6832464e90f63830068 X-VCS-Branch: master Date: Sun, 14 Oct 2012 21:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81bb1689-9b31-4d6d-a75b-d934d768c675 X-Archives-Hash: 60187ccdf6e16a072635a28168ffb163 commit: 2b57ce3942895b4b8e7ee6832464e90f63830068 Author: Davide Pesavento gmail com> AuthorDate: Sun Oct 14 21:28:45 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Oct 14 21:28:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2b57ce39 [dev-python/sip] Minor cleanup. (Portage version: 2.2.0_alpha137/git/Linux x86_64) --- dev-python/sip/sip-4.14.1_pre20121013.ebuild | 9 ++++----- dev-python/sip/sip-4.9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild index 1eac8c8..b7906e4 100644 --- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild +++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild @@ -10,7 +10,9 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit eutils python toolchain-funcs -HG_REVISION=3eba5b9842f0 +DESCRIPTION="Python extension module generator for C and C++ libraries" +HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP" +LICENSE="|| ( GPL-2 GPL-3 sip )" if [[ ${PV} == *9999* ]]; then # live version from mercurial repo @@ -18,6 +20,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot + HG_REVISION=3eba5b9842f0 MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} @@ -26,10 +29,6 @@ else SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" fi -DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP" -LICENSE="|| ( GPL-2 GPL-3 sip )" - # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/9" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild index b79a000..446a020 100644 --- a/dev-python/sip/sip-4.9999.ebuild +++ b/dev-python/sip/sip-4.9999.ebuild @@ -10,7 +10,9 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit eutils python toolchain-funcs -HG_REVISION= +DESCRIPTION="Python extension module generator for C and C++ libraries" +HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP" +LICENSE="|| ( GPL-2 GPL-3 sip )" if [[ ${PV} == *9999* ]]; then # live version from mercurial repo @@ -18,6 +20,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot + HG_REVISION= MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} @@ -26,10 +29,6 @@ else SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" fi -DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP" -LICENSE="|| ( GPL-2 GPL-3 sip )" - # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/9" KEYWORDS=""