summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 18:21:42 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 18:21:42 +0000
commit3cff285a56ae22514f8a00469b53ac7a6c8d2f1b (patch)
tree1a79f47f0209980a4a93ad8983d57054034bf743 /app-office/akonadi-server
parentInitial version by me. (diff)
downloadgentoo-2-3cff285a56ae22514f8a00469b53ac7a6c8d2f1b.tar.gz
gentoo-2-3cff285a56ae22514f8a00469b53ac7a6c8d2f1b.tar.bz2
gentoo-2-3cff285a56ae22514f8a00469b53ac7a6c8d2f1b.zip
Remove old
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'app-office/akonadi-server')
-rw-r--r--app-office/akonadi-server/akonadi-server-1.0.0.ebuild39
-rw-r--r--app-office/akonadi-server/akonadi-server-1.1.1.ebuild37
-rw-r--r--app-office/akonadi-server/akonadi-server-1.1.2.ebuild48
3 files changed, 0 insertions, 124 deletions
diff --git a/app-office/akonadi-server/akonadi-server-1.0.0.ebuild b/app-office/akonadi-server/akonadi-server-1.0.0.ebuild
deleted file mode 100644
index d10c82518998..000000000000
--- a/app-office/akonadi-server/akonadi-server-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.0.0.ebuild,v 1.4 2009/03/14 23:06:30 yngwin Exp $
-
-EAPI="2"
-
-inherit qt4 cmake-utils
-
-DESCRIPTION="The server part of Akonadi"
-HOMEPAGE="http://pim.kde.org/akonadi"
-SRC_URI="http://akonadi.omat.nl/${P/-server/}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="mysql"
-
-RDEPEND="!app-office/akonadi
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-sql:4[sqlite]
- x11-libs/qt-test:4
- x11-misc/shared-mime-info
- mysql? ( virtual/mysql )"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- kde-base/automoc"
-
-S="${WORKDIR}/${P/-server/}"
-
-src_unpack() {
- unpack ${A}
-
- # Don't check for mysql, avoid an automagic dep.
- if ! use mysql; then
- sed -e '/mysqld/s/find_program/#DONOTWANT &/' \
- -i "${S}"/server/CMakeLists.txt || die 'Sed failed.'
- fi
-}
diff --git a/app-office/akonadi-server/akonadi-server-1.1.1.ebuild b/app-office/akonadi-server/akonadi-server-1.1.1.ebuild
deleted file mode 100644
index 252861b3fcb2..000000000000
--- a/app-office/akonadi-server/akonadi-server-1.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.1.ebuild,v 1.7 2009/04/11 15:56:27 armin76 Exp $
-
-EAPI="2"
-
-inherit qt4 cmake-utils
-
-DESCRIPTION="The server part of Akonadi"
-HOMEPAGE="http://pim.kde.org/akonadi"
-SRC_URI="http://akonadi.omat.nl/${P/-server/}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="+mysql"
-
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-sql:4[mysql?]
- x11-libs/qt-test:4
- x11-misc/shared-mime-info"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.6.0
- dev-libs/boost
- dev-libs/libxslt
- >=kde-base/automoc-0.9.88"
-
-S="${WORKDIR}/${P/-server/}"
-
-src_prepare() {
- # Don't check for mysql, avoid an automagic dep.
- if ! use mysql; then
- sed -e '/mysqld/s/find_program/#DONOTWANT &/' \
- -i "${S}"/server/CMakeLists.txt || die 'Sed failed.'
- fi
-}
diff --git a/app-office/akonadi-server/akonadi-server-1.1.2.ebuild b/app-office/akonadi-server/akonadi-server-1.1.2.ebuild
deleted file mode 100644
index 075b5a6a05de..000000000000
--- a/app-office/akonadi-server/akonadi-server-1.1.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.2.ebuild,v 1.2 2009/07/22 23:33:35 wired Exp $
-
-EAPI="2"
-
-inherit cmake-utils
-
-DESCRIPTION="The server part of Akonadi"
-HOMEPAGE="http://pim.kde.org/akonadi"
-SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE="+mysql"
-
-RDEPEND="
- dev-libs/boost
- >=x11-libs/qt-core-4.5.0:4
- >=x11-libs/qt-dbus-4.5.0:4
- >=x11-libs/qt-sql-4.5.0:4[mysql?]
- x11-misc/shared-mime-info
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- >=kde-base/automoc-0.9.88
-"
-
-S="${WORKDIR}/${P/-server/}"
-
-src_prepare() {
- # Don't check for mysql, avoid an automagic dep.
- if ! use mysql; then
- sed -e '/mysqld/s/find_program/#DONOTWANT &/' \
- -i "${S}"/server/CMakeLists.txt || die 'Sed failed.'
- fi
-}
-
-pkg_postinst() {
- if ! use mysql; then
- echo
- ewarn "You have decided to build akonadi-server with mysql USE"
- ewarn "flag disabled. Note, that this is the only supported"
- ewarn "database backend, hence akonadi-server will not work."
- echo
- fi
-}