summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-08 21:25:32 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-08 21:25:32 +0000
commit881865773cab1d5c884e2c48ffd48be166824dce (patch)
tree6c5e910527a3325072037400dd3fe126b85dd760 /app-office/skrooge
parentFix HOMEPAGE thanks to kahrl (bug #378365). (diff)
downloadgentoo-2-881865773cab1d5c884e2c48ffd48be166824dce.tar.gz
gentoo-2-881865773cab1d5c884e2c48ffd48be166824dce.tar.bz2
gentoo-2-881865773cab1d5c884e2c48ffd48be166824dce.zip
Hard-disable tests, as the required directories are not included in the tarball... bug 372315
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'app-office/skrooge')
-rw-r--r--app-office/skrooge/ChangeLog6
-rw-r--r--app-office/skrooge/skrooge-0.9.0.ebuild15
2 files changed, 9 insertions, 12 deletions
diff --git a/app-office/skrooge/ChangeLog b/app-office/skrooge/ChangeLog
index fe99e694bd02..c0d00b57f70c 100644
--- a/app-office/skrooge/ChangeLog
+++ b/app-office/skrooge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/skrooge
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/skrooge/ChangeLog,v 1.17 2011/06/19 13:01:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/skrooge/ChangeLog,v 1.18 2011/08/08 21:25:32 dilfridge Exp $
+
+ 08 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> skrooge-0.9.0.ebuild:
+ Hard-disable tests, as the required directories are not included in the
+ tarball... bug 372315
*skrooge-0.9.0 (19 Jun 2011)
diff --git a/app-office/skrooge/skrooge-0.9.0.ebuild b/app-office/skrooge/skrooge-0.9.0.ebuild
index c2fe4c0dfeb6..e5e3d3ade534 100644
--- a/app-office/skrooge/skrooge-0.9.0.ebuild
+++ b/app-office/skrooge/skrooge-0.9.0.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/skrooge/skrooge-0.9.0.ebuild,v 1.1 2011/06/19 13:01:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/skrooge/skrooge-0.9.0.ebuild,v 1.2 2011/08/08 21:25:32 dilfridge Exp $
EAPI=4
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hu it ja ko lt ms nb
nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_TW"
KDE_DOC_DIRS="doc"
-VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="personal finances manager for KDE4, aiming at being simple and intuitive"
@@ -16,7 +15,7 @@ SRC_URI="http://skrooge.org/files/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +handbook test"
+IUSE="debug +handbook"
DEPEND=">=dev-libs/libofx-0.9.1
app-crypt/qca:2
@@ -24,13 +23,7 @@ DEPEND=">=dev-libs/libofx-0.9.1
RDEPEND="${DEPEND}
$(add_kdebase_dep kdesdk-scripts)"
-# Quite few tests fail in all versions
-# Upstream does not seem to be bothered by the fact release fails tests
-RESTRICT="test"
-
DOCS="AUTHORS CHANGELOG README TODO"
-src_configure() {
- mycmakeargs+=( $(cmake-utils_use test SKG_BUILD_TEST) )
- kde4-base_src_configure
-}
+src_test() { :; }
+# tests are not included in tarball, bug 372315