diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 10:22:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 10:22:34 +0000 |
commit | 0eec45741cb83b38782d99c62496f0697e0a1b79 (patch) | |
tree | cc2cdfd5d5f49d041e3d8a766ef8dd7ff980d5c0 /www-client/qupzilla | |
parent | Removed 017, because 018 fixes bugs which are not going to be backported to (diff) | |
download | gentoo-2-0eec45741cb83b38782d99c62496f0697e0a1b79.tar.gz gentoo-2-0eec45741cb83b38782d99c62496f0697e0a1b79.tar.bz2 gentoo-2-0eec45741cb83b38782d99c62496f0697e0a1b79.zip |
Stable for amd64/x86, wrt to bug #414683. Removed old.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'www-client/qupzilla')
-rw-r--r-- | www-client/qupzilla/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-1.1.8.ebuild | 36 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-1.2.0.ebuild | 4 |
3 files changed, 7 insertions, 39 deletions
diff --git a/www-client/qupzilla/ChangeLog b/www-client/qupzilla/ChangeLog index 04cee88e72ac..efa90c9c851e 100644 --- a/www-client/qupzilla/ChangeLog +++ b/www-client/qupzilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/qupzilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.3 2012/04/12 10:41:57 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.4 2012/05/09 10:22:34 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -qupzilla-1.1.8.ebuild, + qupzilla-1.2.0.ebuild: + Stable for amd64/x86, wrt to bug #414683. Removed old. *qupzilla-1.2.0 (12 Apr 2012) diff --git a/www-client/qupzilla/qupzilla-1.1.8.ebuild b/www-client/qupzilla/qupzilla-1.1.8.ebuild deleted file mode 100644 index 92685fbb4d63..000000000000 --- a/www-client/qupzilla/qupzilla-1.1.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild,v 1.2 2012/04/04 14:38:33 ago Exp $ - -EAPI=4 - -inherit qt4-r2 vcs-snapshot - -DESCRIPTION="Qt WebKit web browser" -HOMEPAGE="http://www.qupzilla.com/" -SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug kde" - -DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 - x11-libs/qt-script:4 - x11-libs/qt-sql:4 - x11-libs/qt-webkit:4 -" -RDEPEND="${DEPEND}" - -src_configure() { - if use kde; then - KDE=true eqmake4 - else - eqmake4 - fi -} - -# TODO: translation handling diff --git a/www-client/qupzilla/qupzilla-1.2.0.ebuild b/www-client/qupzilla/qupzilla-1.2.0.ebuild index 14afdbf9366e..5420a60c03c2 100644 --- a/www-client/qupzilla/qupzilla-1.2.0.ebuild +++ b/www-client/qupzilla/qupzilla-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.2.0.ebuild,v 1.1 2012/04/12 10:41:57 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.2.0.ebuild,v 1.2 2012/05/09 10:22:34 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug kde" DEPEND=" |