diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-09 21:28:51 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-09 21:28:51 +0000 |
commit | 9b1ec9f06645d79a5e2ae2beecad2cb2edd216c7 (patch) | |
tree | ad5765cd214a5f1ddcf57778705364cf7797136f /kde-misc/akonadi-google | |
parent | Version bump, now supports rebuilding gnustep packages when switching to/from... (diff) | |
download | gentoo-2-9b1ec9f06645d79a5e2ae2beecad2cb2edd216c7.tar.gz gentoo-2-9b1ec9f06645d79a5e2ae2beecad2cb2edd216c7.tar.bz2 gentoo-2-9b1ec9f06645d79a5e2ae2beecad2cb2edd216c7.zip |
Remove seg faulting snapshot, bug #402609.
(Portage version: 2.2.0_alpha85/cvs/Linux i686)
Diffstat (limited to 'kde-misc/akonadi-google')
-rw-r--r-- | kde-misc/akonadi-google/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/kde-misc/akonadi-google/ChangeLog b/kde-misc/akonadi-google/ChangeLog index 968f2f98be55..d6716a6dbcd6 100644 --- a/kde-misc/akonadi-google/ChangeLog +++ b/kde-misc/akonadi-google/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/akonadi-google # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.4 2012/02/06 23:02:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.5 2012/02/09 21:28:51 johu Exp $ + + 09 Feb 2012; Johannes Huber <johu@gentoo.org> + -akonadi-google-0.2_p20120201.ebuild: + Remove seg faulting snapshot, bug #402609. *akonadi-google-0.2_p20120201 (06 Feb 2012) diff --git a/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild b/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild deleted file mode 100644 index 83d43bb964ff..000000000000 --- a/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild,v 1.1 2012/02/06 23:02:30 dilfridge Exp $ - -EAPI=4 - -KDE_SCM="git" -EGIT_REPONAME="akonadi-google" -inherit kde4-base - -DESCRIPTION="Google services integration in Akonadi" -HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google" -LICENSE="GPL-2" - -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" - -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="oldpim" - -DEPEND=" - $(add_kdebase_dep kdepimlibs semantic-desktop) - dev-libs/libxslt - dev-libs/qjson - net-libs/libgcal - oldpim? ( dev-libs/boost ) - !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) -" -RDEPEND=${DEPEND} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use oldpim KCAL) - ) - kde4-base_src_configure -} |