diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-09 14:25:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-09 14:25:39 +0000 |
commit | 76b0097cd26fcf2a8e1199101c43063809ba2b90 (patch) | |
tree | 80821b171a5dff19d350cb8cafc3fe4ce8645626 /www-client | |
parent | Remove old. (diff) | |
download | gentoo-2-76b0097cd26fcf2a8e1199101c43063809ba2b90.tar.gz gentoo-2-76b0097cd26fcf2a8e1199101c43063809ba2b90.tar.bz2 gentoo-2-76b0097cd26fcf2a8e1199101c43063809ba2b90.zip |
Stabilise 1.0 on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/rekonq/rekonq-0.9.2.ebuild | 42 | ||||
-rw-r--r-- | www-client/rekonq/rekonq-1.0.ebuild | 4 |
2 files changed, 2 insertions, 44 deletions
diff --git a/www-client/rekonq/rekonq-0.9.2.ebuild b/www-client/rekonq/rekonq-0.9.2.ebuild deleted file mode 100644 index adcf8a390cba..000000000000 --- a/www-client/rekonq/rekonq-0.9.2.ebuild +++ /dev/null @@ -1,42 +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/rekonq/rekonq-0.9.2.ebuild,v 1.3 2012/05/24 10:53:47 ago Exp $ - -EAPI=4 - -WEBKIT_REQUIRED="always" -QT_MINIMAL="4.8" -KDE_MINIMAL="4.7" -KDE_SCM="git" -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl -hu is it ja ko lt nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian -sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" -KDE_HANDBOOK="optional" -VIRTUALX_REQUIRED=test -inherit kde4-base - -DESCRIPTION="A browser based on qt-webkit" -HOMEPAGE="http://rekonq.kde.org/" -[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=" - >=x11-libs/qt-dbus-${QT_MINIMAL}:4 -" -RDEPEND="${DEPEND}" - -# All test fails -RESTRICT="test" - -src_prepare() { - # KDE_LINGUAS is also used to install appropriate handbooks - # since there is no en_US 'translation', it cannot be added - # hence making this impossible to install - mv doc/en_US doc/en || die "doc move failed" - sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed" - kde4-base_src_prepare -} diff --git a/www-client/rekonq/rekonq-1.0.ebuild b/www-client/rekonq/rekonq-1.0.ebuild index 0ca6b84d91b6..5e9616da29fa 100644 --- a/www-client/rekonq/rekonq-1.0.ebuild +++ b/www-client/rekonq/rekonq-1.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/rekonq/rekonq-1.0.ebuild,v 1.2 2012/07/24 13:09:34 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-1.0.ebuild,v 1.3 2012/08/09 14:25:39 scarabeus Exp $ EAPI=4 @@ -21,7 +21,7 @@ HOMEPAGE="http://rekonq.kde.org/" LICENSE="GPL-3" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug opera semantic-desktop" DEPEND=" |