summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-29 09:21:41 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-29 09:21:41 +0000
commit0a30a1e3b1e3068bd549730ecee996bda8482534 (patch)
tree351f67e3e23d81ab4a9ddaeea8306021f8ae5bba /kde-misc/akonadi-google
parentVersion bump (diff)
downloadgentoo-2-0a30a1e3b1e3068bd549730ecee996bda8482534.tar.gz
gentoo-2-0a30a1e3b1e3068bd549730ecee996bda8482534.tar.bz2
gentoo-2-0a30a1e3b1e3068bd549730ecee996bda8482534.zip
No issues with new verison so remove the older one.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/akonadi-google')
-rw-r--r--kde-misc/akonadi-google/ChangeLog5
-rw-r--r--kde-misc/akonadi-google/akonadi-google-0.3.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-misc/akonadi-google/ChangeLog b/kde-misc/akonadi-google/ChangeLog
index da9fcb3c159d..fd0526f1f110 100644
--- a/kde-misc/akonadi-google/ChangeLog
+++ b/kde-misc/akonadi-google/ChangeLog
@@ -1,6 +1,9 @@
# 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.10 2012/04/27 22:00:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.11 2012/04/29 09:21:41 scarabeus Exp $
+
+ 29 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -akonadi-google-0.3.ebuild:
+ No issues with new verison so remove the older one.
*akonadi-google-0.3.1 (27 Apr 2012)
diff --git a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
deleted file mode 100644
index 1ee0105a5717..000000000000
--- a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
+++ /dev/null
@@ -1,34 +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.3.ebuild,v 1.1 2012/04/02 08:21:20 scarabeus 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"
-SRC_URI="http://www.progdan.cz/wp-content/uploads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="oldpim"
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs semantic-desktop)
- dev-libs/libxslt
- dev-libs/qjson
- 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
-}