From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86C42138242 for ; Wed, 2 Jan 2013 06:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531DEE055B; Wed, 2 Jan 2013 06:29:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9333E055B for ; Wed, 2 Jan 2013 06:29:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A469233D990 for ; Wed, 2 Jan 2013 06:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 062FFE5439 for ; Wed, 2 Jan 2013 06:29:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1357107921.4da2513b7ff88ab42f786bb93f7952ded8454e30.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/rekonq/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/rekonq/rekonq-1.70.ebuild www-client/rekonq/rekonq-1.80.ebuild X-VCS-Directories: www-client/rekonq/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4da2513b7ff88ab42f786bb93f7952ded8454e30 X-VCS-Branch: master Date: Wed, 2 Jan 2013 06:29:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c1823b31-0169-453f-b8be-f90af6a32c83 X-Archives-Hash: 0cd4fdb5f0b672c6dd4bf57998c75bec commit: 4da2513b7ff88ab42f786bb93f7952ded8454e30 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 2 06:25:21 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 2 06:25:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4da2513b [www-client/rekonq] Remove old - 2.0 is now in portage. Package-Manager: portage-2.1.11.38 --- www-client/rekonq/rekonq-1.70.ebuild | 53 ---------------------------------- www-client/rekonq/rekonq-1.80.ebuild | 53 ---------------------------------- 2 files changed, 0 insertions(+), 106 deletions(-) diff --git a/www-client/rekonq/rekonq-1.70.ebuild b/www-client/rekonq/rekonq-1.70.ebuild deleted file mode 100644 index c265d5f..0000000 --- a/www-client/rekonq/rekonq-1.70.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-1.2.ebuild,v 1.1 2012/10/13 20:55:09 johu Exp $ - -EAPI=4 - -WEBKIT_REQUIRED="always" -QT_MINIMAL="4.8" -KDE_MINIMAL="4.7" -# handbook and linguas not shipped in preview -#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 km 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" -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 opera semantic-desktop" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop=') - opera? ( - app-crypt/qca:2 - dev-libs/qoauth - ) -" -RDEPEND="${DEPEND}" - -# docs are not shipped in preview -#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 -#} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with opera QCA2) - $(cmake-utils_use_with opera QtOAuth) - $(cmake-utils_use_with semantic-desktop Nepomuk) - ) - - kde4-base_src_configure -} diff --git a/www-client/rekonq/rekonq-1.80.ebuild b/www-client/rekonq/rekonq-1.80.ebuild deleted file mode 100644 index c265d5f..0000000 --- a/www-client/rekonq/rekonq-1.80.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-1.2.ebuild,v 1.1 2012/10/13 20:55:09 johu Exp $ - -EAPI=4 - -WEBKIT_REQUIRED="always" -QT_MINIMAL="4.8" -KDE_MINIMAL="4.7" -# handbook and linguas not shipped in preview -#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 km 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" -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 opera semantic-desktop" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop=') - opera? ( - app-crypt/qca:2 - dev-libs/qoauth - ) -" -RDEPEND="${DEPEND}" - -# docs are not shipped in preview -#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 -#} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with opera QCA2) - $(cmake-utils_use_with opera QtOAuth) - $(cmake-utils_use_with semantic-desktop Nepomuk) - ) - - kde4-base_src_configure -}