summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2014-09-12 21:47:29 +0000
committerDavide Pesavento <pesa@gentoo.org>2014-09-12 21:47:29 +0000
commitf8f25e71b80e0974e26d9b911b111e002be6185d (patch)
tree39e40d0c6b7495321bc7ce24a90b8545b5b8cc06 /dev-python/sip
parentAdd subslot dependency on dev-libs/icu (diff)
downloadgentoo-2-f8f25e71b80e0974e26d9b911b111e002be6185d.tar.gz
gentoo-2-f8f25e71b80e0974e26d9b911b111e002be6185d.tar.bz2
gentoo-2-f8f25e71b80e0974e26d9b911b111e002be6185d.zip
Version bump, remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'dev-python/sip')
-rw-r--r--dev-python/sip/ChangeLog8
-rw-r--r--dev-python/sip/sip-4.16.2.ebuild4
-rw-r--r--dev-python/sip/sip-4.16.3.ebuild (renamed from dev-python/sip/sip-4.15.4.ebuild)8
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog
index ac3a0de453cf..59fffbf72c76 100644
--- a/dev-python/sip/ChangeLog
+++ b/dev-python/sip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/sip
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.287 2014/07/17 10:26:42 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.288 2014/09/12 21:47:29 pesa Exp $
+
+*sip-4.16.3 (12 Sep 2014)
+
+ 12 Sep 2014; Davide Pesavento <pesa@gentoo.org> +sip-4.16.3.ebuild,
+ -sip-4.15.4.ebuild, sip-4.16.2.ebuild:
+ Version bump, remove old.
17 Jul 2014; Michael Palimaka <kensington@gentoo.org> -sip-4.14.7.ebuild,
-sip-4.16.ebuild:
diff --git a/dev-python/sip/sip-4.16.2.ebuild b/dev-python/sip/sip-4.16.2.ebuild
index 329967f37e6d..365b20846ae1 100644
--- a/dev-python/sip/sip-4.16.2.ebuild
+++ b/dev-python/sip/sip-4.16.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.1 2014/07/15 17:27:22 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.2 2014/09/12 21:47:29 pesa Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit eutils python-r1 toolchain-funcs
diff --git a/dev-python/sip/sip-4.15.4.ebuild b/dev-python/sip/sip-4.16.3.ebuild
index a80e4807cfcc..73f46e018aac 100644
--- a/dev-python/sip/sip-4.15.4.ebuild
+++ b/dev-python/sip/sip-4.16.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.4.ebuild,v 1.2 2014/06/20 09:22:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.3.ebuild,v 1.1 2014/09/12 21:47:29 pesa Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit eutils python-r1 toolchain-funcs
@@ -27,7 +27,7 @@ else
fi
# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/10"
+SLOT="0/11"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc"
@@ -44,7 +44,7 @@ RDEPEND="${DEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+ epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch
if [[ ${PV} == *9999* ]]; then
python2 build.py prepare || die