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 926371381F3 for ; Wed, 9 Oct 2013 21:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DA9E0A4F; Wed, 9 Oct 2013 21:38:10 +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 1D691E0A4F for ; Wed, 9 Oct 2013 21:38:10 +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 2204533EF35 for ; Wed, 9 Oct 2013 21:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C9C64E5460 for ; Wed, 9 Oct 2013 21:38:07 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1381361878.fbf06351fe6c806dc63ec6f1a720180e1f406bbf.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-1.7.7.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fbf06351fe6c806dc63ec6f1a720180e1f406bbf X-VCS-Branch: master Date: Wed, 9 Oct 2013 21:38:07 +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: 2c9ddbd9-78be-4561-b595-9a404bb9e27d X-Archives-Hash: 983323d5b7de3916157673730c078398 commit: fbf06351fe6c806dc63ec6f1a720180e1f406bbf Author: Johannes Huber gentoo org> AuthorDate: Wed Oct 9 23:37:58 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Oct 9 23:37:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fbf06351 [app-office/skrooge] Removed old, newer version in tree. Package-Manager: portage-2.2.7 --- app-office/skrooge/skrooge-1.7.7.ebuild | 60 --------------------------------- 1 file changed, 60 deletions(-) diff --git a/app-office/skrooge/skrooge-1.7.7.ebuild b/app-office/skrooge/skrooge-1.7.7.ebuild deleted file mode 100644 index 70b4485..0000000 --- a/app-office/skrooge/skrooge-1.7.7.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu it -ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW" -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="personal finances manager for KDE4, aiming at being simple and intuitive" -HOMEPAGE="http://www.skrooge.org/" -SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)') - app-crypt/qca:2 - dev-db/sqlite:3 - dev-libs/grantlee - >=dev-libs/libofx-0.9.1 - dev-qt/qtsql:4[sqlite] -" -RDEPEND="${DEPEND} - || ( - ( $(add_kdebase_dep kde-dev-scripts) ) - ( $(add_kdebase_dep kdesdk-scripts) ) - ) -" - -# upstream does not ship tests in releases -if [[ ${KDE_BUILD_TYPE} != live ]]; then - RESTRICT="test" -fi - -DOCS=( AUTHORS CHANGELOG README TODO ) - -src_prepare() { - if [[ ${KDE_BUILD_TYPE} != live ]]; then - # 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" - fi - - kde4-base_src_prepare -} - -src_test() { - local mycmakeargs=( - -DSKG_BUILD_TEST=ON - ) - kde4-base_src_test -}