diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-05-02 16:22:07 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-05-02 16:22:07 +0000 |
commit | 70c9f6b382c444bf83fe59887082bd77a1b76697 (patch) | |
tree | eb76dc7629abc0934124a7dc1a39e7d603043657 /dev-php5/php-qt | |
parent | Fix SRC_URI, bug #218657 (diff) | |
download | gentoo-2-70c9f6b382c444bf83fe59887082bd77a1b76697.tar.gz gentoo-2-70c9f6b382c444bf83fe59887082bd77a1b76697.tar.bz2 gentoo-2-70c9f6b382c444bf83fe59887082bd77a1b76697.zip |
Fix QA bug #218657.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-php5/php-qt')
-rw-r--r-- | dev-php5/php-qt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/php-qt/php-qt-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/php-qt/ChangeLog b/dev-php5/php-qt/ChangeLog index d23578b58a4a..59122080b853 100644 --- a/dev-php5/php-qt/ChangeLog +++ b/dev-php5/php-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/php-qt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.10 2008/02/11 21:28:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.11 2008/05/02 16:22:07 chtekk Exp $ + + 02 May 2008; Luca Longinotti <chtekk@gentoo.org> php-qt-0.9.ebuild: + Fix QA bug #218657. 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> php-qt-0.9.ebuild: Version bump, from the php overlay diff --git a/dev-php5/php-qt/php-qt-0.9.ebuild b/dev-php5/php-qt/php-qt-0.9.ebuild index 836a718815ca..eda69ed322ad 100644 --- a/dev-php5/php-qt/php-qt-0.9.ebuild +++ b/dev-php5/php-qt/php-qt-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.2 2008/02/11 21:28:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.3 2008/05/02 16:22:07 chtekk Exp $ PHP_EXT_NAME="php_qt" PHP_EXT_INI="yes" @@ -10,7 +10,7 @@ inherit php-ext-base-r1 qt4 eutils depend.php cmake-utils DESCRIPTION="PHP5 bindings for the Qt4 framework." HOMEPAGE="http://php-qt.org/" -SRC_URI="http://download.berlios.de/php-qt/${P}.tar.gz" +SRC_URI="mirror://berlios/php-qt/${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" |