Skip to content

Commit

Permalink
Initial commit for the kde overlay.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbsvicetto committed Aug 4, 2008
0 parents commit 8265e71
Show file tree
Hide file tree
Showing 11 changed files with 1,766 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-office/akonadi-server/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
DIST akonadi-1.0.0.tar.bz2 122815 RMD160 ed26406bef2666c25f38e4c477dfb8817657d726 SHA1 2bde2ab048691de6daf4fb64969c08b307783665 SHA256 fab1f59019d277ad461acaa866a520350240927c3c526cbfdebe825cc6be55fd
EBUILD akonadi-server-1.0.0.ebuild 806 RMD160 1bca552b6ba51ddf012ef504297c50909e38b71d SHA1 fb2d6228cca4610bcba32d465b01a42577706503 SHA256 a070a9f073d03750573eefe0a0944171c1587beca4dad984a4d2776c8db561f5
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
38 changes: 38 additions & 0 deletions app-office/akonadi-server/akonadi-server-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 1,38 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2_pre1"

inherit cmake-utils qt4

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"
IUSE="mysql"

RDEPEND="!app-office/akonadi
x11-libs/qt-core:4
x11-libs/qt-dbus:4
x11-libs/qt-sql:4[sqlite]
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
}
5 changes: 5 additions & 0 deletions app-office/akonadi-server/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>
Loading

0 comments on commit 8265e71

Please sign in to comment.