diff options
author | 2013-02-26 11:16:38 +0000 | |
---|---|---|
committer | 2013-02-26 11:16:38 +0000 | |
commit | 6488310ec58f8c9e6b77c0e61c385e4c9bf00120 (patch) | |
tree | 2278822c8c3bf15ad8476ae73150c4244e4af6aa /www-client | |
parent | Remove old. (diff) | |
download | gentoo-2-6488310ec58f8c9e6b77c0e61c385e4c9bf00120.tar.gz gentoo-2-6488310ec58f8c9e6b77c0e61c385e4c9bf00120.tar.bz2 gentoo-2-6488310ec58f8c9e6b77c0e61c385e4c9bf00120.zip |
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/qupzilla/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-1.3.1.ebuild | 43 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-1.3.5.ebuild | 61 |
3 files changed, 5 insertions, 105 deletions
diff --git a/www-client/qupzilla/ChangeLog b/www-client/qupzilla/ChangeLog index 4a74dfbf0dcc..9abef8c72166 100644 --- a/www-client/qupzilla/ChangeLog +++ b/www-client/qupzilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/qupzilla # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.21 2013/02/26 11:01:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.22 2013/02/26 11:16:38 kensington Exp $ + + 26 Feb 2013; Michael Palimaka <kensington@gentoo.org> -qupzilla-1.3.1.ebuild, + -qupzilla-1.3.5.ebuild: + Remove old. 26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qupzilla-1.3.5-r1.ebuild: Stable for x86, wrt bug #459254 diff --git a/www-client/qupzilla/qupzilla-1.3.1.ebuild b/www-client/qupzilla/qupzilla-1.3.1.ebuild deleted file mode 100644 index 12aae5cf52cb..000000000000 --- a/www-client/qupzilla/qupzilla-1.3.1.ebuild +++ /dev/null @@ -1,43 +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.3.1.ebuild,v 1.4 2012/09/17 17:04:50 ago Exp $ - -EAPI=4 - -inherit multilib qt4-r2 vcs-snapshot - -MY_P="QupZilla-${PV}" - -DESCRIPTION="Qt WebKit web browser" -HOMEPAGE="http://www.qupzilla.com/" -SRC_URI="mirror://github/QupZilla/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus debug kde" - -DEPEND=" - >=x11-libs/qt-core-4.7:4 - >=x11-libs/qt-gui-4.7:4 - >=x11-libs/qt-script-4.7:4 - >=x11-libs/qt-sql-4.7:4 - >=x11-libs/qt-webkit-4.7:4 - dbus? ( >=x11-libs/qt-dbus-4.7:4 ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS CHANGELOG FAQ TODO" - -src_configure() { - export QUPZILLA_PREFIX=${EPREFIX}/usr/ - export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir) - export DISABLE_DBUS=$(use dbus && echo false || echo true) - export KDE=$(use kde && echo true || echo false) - - eqmake4 -} - -# TODO: translation handling diff --git a/www-client/qupzilla/qupzilla-1.3.5.ebuild b/www-client/qupzilla/qupzilla-1.3.5.ebuild deleted file mode 100644 index ca2860194d46..000000000000 --- a/www-client/qupzilla/qupzilla-1.3.5.ebuild +++ /dev/null @@ -1,61 +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.3.5.ebuild,v 1.5 2012/11/01 09:37:43 ago Exp $ - -EAPI=4 -PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP -ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA -zh_CN zh_TW" -inherit l10n multilib qt4-r2 vcs-snapshot - -MY_P="QupZilla-${PV}" - -DESCRIPTION="Qt WebKit web browser" -HOMEPAGE="http://www.qupzilla.com/" -SRC_URI="mirror://github/QupZilla/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus debug kde nonblockdialogs" - -DEPEND=" - >=x11-libs/qt-core-4.7:4 - >=x11-libs/qt-gui-4.7:4 - >=x11-libs/qt-script-4.7:4 - >=x11-libs/qt-sql-4.7:4 - >=x11-libs/qt-webkit-4.7:4 - dbus? ( >=x11-libs/qt-dbus-4.7:4 )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md TODO" - -src_prepare() { - # remove outdated copies of localizations: - rm -rf bin/locale || die - epatch "${FILESDIR}"/${P}-libX11-underlinking.patch - epatch_user -} - -src_configure() { - # see BUILDING document for explanation of options - export QUPZILLA_PREFIX=${EPREFIX}/usr/ - export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir) - export DISABLE_DBUS=$(use dbus && echo false || echo true) - export KDE=$(use kde && echo true || echo false) # in future this will enable nepomuk integration - export NONBLOCK_JS_DIALOGS=$(use nonblockdialogs && echo true || echo false) - has_version '>=x11-libs/qt-webkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true - - eqmake4 -} - -src_install() { - qt4-r2_src_install - l10n_for_each_disabled_locale_do rm_loc -} - -rm_loc() { - rm "${D}"/usr/share/${PN}/locale/${1}.qm || die -} |