diff options
Diffstat (limited to 'www-client/rekonq')
-rw-r--r-- | www-client/rekonq/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/rekonq/rekonq-0.8.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/www-client/rekonq/ChangeLog b/www-client/rekonq/ChangeLog index dc2b206b8492..8ef3a29eaa67 100644 --- a/www-client/rekonq/ChangeLog +++ b/www-client/rekonq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/rekonq # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.34 2011/12/12 20:35:08 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.35 2011/12/13 15:51:19 mschiff Exp $ + +*rekonq-0.8.1 (13 Dec 2011) + + 13 Dec 2011; Marc Schiffbauer <mschiff@gentoo.org> +rekonq-0.8.1.ebuild: + Version bump. Thanks to Matteo Modesti. Fixes bug #394541. 12 Dec 2011; Johannes Huber <johu@gentoo.org> -rekonq-0.7.0.ebuild: Remove old. Newer version stable on all keyworded arches. diff --git a/www-client/rekonq/rekonq-0.8.1.ebuild b/www-client/rekonq/rekonq-0.8.1.ebuild new file mode 100644 index 000000000000..251f71095171 --- /dev/null +++ b/www-client/rekonq/rekonq-0.8.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-0.8.1.ebuild,v 1.1 2011/12/13 15:51:19 mschiff Exp $ + +EAPI=4 + +WEBKIT_REQUIRED="always" +QT_MINIMAL="4.7" +KDE_MINIMAL="4.7" +KDE_SCM="git" +# Yay for non-compatible linguas handling +#KDE_LINGUAS_DIR="i18n" +#KDE_LINGUAS="ca cs da de el en_GB es et fr hu it ja ko lt nb nds nl pt_BR pt ru sl sr sv uk zh_CN" +KDE_DOC_DIRS="doc" +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-xmlpatterns-${QT_MINIMAL} +" +RDEPEND="${DEPEND}" + +# All test fails +RESTRICT="test" |