diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-04-12 19:49:07 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-04-12 19:49:07 +0000 |
commit | 801bb7862cf991c0ba85a58768ed9cd039d7e608 (patch) | |
tree | 704a1723d56bad5c4200e3d537260c12a15166dd /kde-base | |
parent | Stable on amd64 wrt bug 172996 (diff) | |
download | gentoo-2-801bb7862cf991c0ba85a58768ed9cd039d7e608.tar.gz gentoo-2-801bb7862cf991c0ba85a58768ed9cd039d7e608.tar.bz2 gentoo-2-801bb7862cf991c0ba85a58768ed9cd039d7e608.zip |
Disabling tests, see bug #164097.
(Portage version: 2.1.2.3)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kitchensync/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kitchensync/kitchensync-3.5.6.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog index 581c0480c4b3..cb82a39ecf76 100644 --- a/kde-base/kitchensync/ChangeLog +++ b/kde-base/kitchensync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kitchensync # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.68 2007/02/04 02:30:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.69 2007/04/12 19:49:07 carlo Exp $ + + 12 Apr 2007; Carsten Lohrke <carlo@gentoo.org> kitchensync-3.5.6.ebuild: + Disabling tests, see bug #164097. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kitchensync-3.5.2.ebuild: diff --git a/kde-base/kitchensync/kitchensync-3.5.6.ebuild b/kde-base/kitchensync/kitchensync-3.5.6.ebuild index 3828eca75161..a6aee9032f39 100644 --- a/kde-base/kitchensync/kitchensync-3.5.6.ebuild +++ b/kde-base/kitchensync/kitchensync-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.6.ebuild,v 1.1 2007/01/16 20:41:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.6.ebuild,v 1.2 2007/04/12 19:49:07 carlo Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -28,3 +28,12 @@ KMEXTRACTONLY=" # Disabled by default in kontact/plugins/Makefile.am, so check before enabling - 3.4.0_beta1 -- danarmak # KMEXTRA="kontact/plugins/kitchensync" KMEXTRA="kontact/plugins/multisynk" + +src_unpack() { + kde-meta_src_unpack + # disabling tests, see bug #164097 + sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \ + -i kitchensync/libkonnector2/Makefile.am || die "sed failed" + sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \ + -i kitchensync/libksync/Makefile.am || die "sed failed" +}
\ No newline at end of file |