diff options
author | 2015-07-25 00:00:51 +0000 | |
---|---|---|
committer | 2015-07-25 00:00:51 +0000 | |
commit | c48e107e8ccf209ac5875ca714559ff6b6cf9b2e (patch) | |
tree | 6f8ba229678d33e2779c835a8b466b4e52cfe5c6 /dev-python/PyQt4 | |
parent | initial commit (diff) | |
download | gentoo-2-c48e107e8ccf209ac5875ca714559ff6b6cf9b2e.tar.gz gentoo-2-c48e107e8ccf209ac5875ca714559ff6b6cf9b2e.tar.bz2 gentoo-2-c48e107e8ccf209ac5875ca714559ff6b6cf9b2e.zip |
Update HOMEPAGE.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.11.1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.11.4.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 37934e61dc78..11eb2a10388b 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.292 2015/06/29 21:07:51 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.293 2015/07/25 00:00:51 pesa Exp $ + + 25 Jul 2015; Davide Pesavento <pesa@gentoo.org> PyQt4-4.11.1.ebuild, + PyQt4-4.11.4.ebuild: + Update HOMEPAGE. 29 Jun 2015; Davide Pesavento <pesa@gentoo.org> -PyQt4-4.10.3-r2.ebuild: Drop old version. As of now, sparc no longer has a stable PyQt4, see bug diff --git a/dev-python/PyQt4/PyQt4-4.11.1.ebuild b/dev-python/PyQt4/PyQt4-4.11.1.ebuild index 30193963ef80..c45fd6a6a502 100644 --- a/dev-python/PyQt4/PyQt4-4.11.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.14 2015/04/14 12:36:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.15 2015/07/25 00:00:51 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils multibuild python-r1 qmake-utils toolchain-funcs DESCRIPTION="Python bindings for the Qt toolkit" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt4" +HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro + https://pypi.python.org/pypi/PyQt4" if [[ ${PV} == *_pre* ]]; then MY_P="PyQt-x11-gpl-snapshot-${PV%_pre*}-${REVISION}" diff --git a/dev-python/PyQt4/PyQt4-4.11.4.ebuild b/dev-python/PyQt4/PyQt4-4.11.4.ebuild index 01bfb70c8b88..0ecd69e9e061 100644 --- a/dev-python/PyQt4/PyQt4-4.11.4.ebuild +++ b/dev-python/PyQt4/PyQt4-4.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v 1.3 2015/06/14 14:07:15 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v 1.4 2015/07/25 00:00:51 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils multibuild multilib python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt4" +HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro + https://pypi.python.org/pypi/PyQt4" MY_PN="PyQt-x11-gpl" if [[ ${PV} == *_pre* ]]; then |