diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-18 11:24:17 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-18 11:24:17 +0000 |
commit | 14c988d01f8c84ab2bd2faa3c01c646602dc1692 (patch) | |
tree | 4b095bcf239f3426af85e14e94933b79e8588042 /kde-base/kdepim-common-libs | |
parent | Cleanup. (diff) | |
download | gentoo-2-14c988d01f8c84ab2bd2faa3c01c646602dc1692.tar.gz gentoo-2-14c988d01f8c84ab2bd2faa3c01c646602dc1692.tar.bz2 gentoo-2-14c988d01f8c84ab2bd2faa3c01c646602dc1692.zip |
Version bump KDE SC 4.12.1
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'kde-base/kdepim-common-libs')
-rw-r--r-- | kde-base/kdepim-common-libs/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild | 72 |
2 files changed, 79 insertions, 1 deletions
diff --git a/kde-base/kdepim-common-libs/ChangeLog b/kde-base/kdepim-common-libs/ChangeLog index b428febb2fa5..2b4564d3b152 100644 --- a/kde-base/kdepim-common-libs/ChangeLog +++ b/kde-base/kdepim-common-libs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdepim-common-libs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.124 2014/01/10 04:31:36 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.125 2014/01/18 11:24:04 dilfridge Exp $ + +*kdepim-common-libs-4.12.1 (18 Jan 2014) + + 18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +kdepim-common-libs-4.12.1.ebuild: + Version bump KDE SC 4.12.1 10 Jan 2014; Chris Reffett <creffett@gentoo.org> -kdepim-common-libs-4.11.4.ebuild: diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild new file mode 100644 index 000000000000..7625fb5d1153 --- /dev/null +++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild,v 1.1 2014/01/18 11:24:04 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Common libraries for KDE PIM apps" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/gpgme + >=app-office/akonadi-server-1.10.43 + dev-libs/grantlee + >=dev-libs/shared-desktop-ontologies-0.11.0 + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND} + !kde-base/akonadi:4 + !kde-base/libkdepim:4 + !kde-base/libkleo:4 + !kde-base/libkpgp:4 + !<kde-base/kaddressbook-4.11.50:4 + !kde-base/kdepim-wizards:4 + !<kde-base/kmail-4.4.80:4 + !<kde-base/korganizer-4.5.67:4 + app-crypt/gnupg + $(add_kdebase_dep kdepim-runtime) +" + +RESTRICT="test" +# bug 393131 + +KMEXTRA=" + akonadi_next/ + calendarsupport/ + calendarviews/ + composereditor-ng/ + grantleetheme/ + kaddressbookgrantlee/ + incidenceeditor-ng/ + libkdepim/ + libkdepimdbusinterfaces/ + libkleo/ + libkpgp/ + kdgantt2/ + messagecomposer/ + messagecore/ + messagelist/ + messageviewer/ + ontologies/ + pimcommon/ + templateparser/ +" +KMEXTRACTONLY=" + kleopatra/ + kmail/ + knode/org.kde.knode.xml + korgac/org.kde.korganizer.KOrgac.xml + korganizer/org.kde.korganizer.Korganizer.xml +" +KMCOMPILEONLY=" + agents/sendlateragent +" + +KMSAVELIBS="true" + +PATCHES=( "${FILESDIR}/install-composereditorng.patch" ) |