summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-24 11:01:41 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-24 11:01:41 +0000
commit88f3cbbb0e8f0fad3c72caeaecbe021785951ced (patch)
tree2ba3126dbed652039e6ca4ed2ddfa11ab0345527 /www-client
parentRemove old. (diff)
downloadgentoo-2-88f3cbbb0e8f0fad3c72caeaecbe021785951ced.tar.gz
gentoo-2-88f3cbbb0e8f0fad3c72caeaecbe021785951ced.tar.bz2
gentoo-2-88f3cbbb0e8f0fad3c72caeaecbe021785951ced.zip
Remove old.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/rekonq/ChangeLog6
-rw-r--r--www-client/rekonq/rekonq-0.8.1.ebuild35
-rw-r--r--www-client/rekonq/rekonq-0.9.1.ebuild42
3 files changed, 5 insertions, 78 deletions
diff --git a/www-client/rekonq/ChangeLog b/www-client/rekonq/ChangeLog
index c12533ac4b4c..87234f5c8eca 100644
--- a/www-client/rekonq/ChangeLog
+++ b/www-client/rekonq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/rekonq
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.44 2012/05/24 10:53:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.45 2012/05/24 11:01:40 johu Exp $
+
+ 24 May 2012; Johannes Huber <johu@gentoo.org> -rekonq-0.8.1.ebuild,
+ -rekonq-0.9.1.ebuild:
+ Remove old.
24 May 2012; Agostino Sarubbo <ago@gentoo.org> rekonq-0.9.2.ebuild:
Stable for x86, wrt bug #414605
diff --git a/www-client/rekonq/rekonq-0.8.1.ebuild b/www-client/rekonq/rekonq-0.8.1.ebuild
deleted file mode 100644
index 1aeb2bfe7624..000000000000
--- a/www-client/rekonq/rekonq-0.8.1.ebuild
+++ /dev/null
@@ -1,35 +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.8.1.ebuild,v 1.4 2012/02/03 15:23:26 dilfridge Exp $
-
-EAPI=4
-
-WEBKIT_REQUIRED="always"
-QT_MINIMAL="4.7"
-KDE_MINIMAL="4.7"
-KDE_SCM="git"
-
-KDE_LINGUAS="bs ca@valencia da el eo et fa fr gl is ja lt nds pl pt_BR ru sl sr@ijekavian sr@latin th ug zh_CN
-bg ca cs de en_GB es eu fi ga hu it ko nb nl pt ro sk sr sr@ijekavianlatin sv tr uk zh_TW"
-
-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"
diff --git a/www-client/rekonq/rekonq-0.9.1.ebuild b/www-client/rekonq/rekonq-0.9.1.ebuild
deleted file mode 100644
index 80fda3c25bf5..000000000000
--- a/www-client/rekonq/rekonq-0.9.1.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.1.ebuild,v 1.1 2012/04/02 17:24:54 scarabeus 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 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
-}