diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:03:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 20:03:16 +0000 |
commit | 5f635b07a03721615ec89a5dcb249f3ef92c57b1 (patch) | |
tree | 792c4ba364bac683c8e07b712ba84dfe58e0a2b0 /kde-base | |
parent | Add ~alpha/~arm/~s390/~sh (diff) | |
download | historical-5f635b07a03721615ec89a5dcb249f3ef92c57b1.tar.gz historical-5f635b07a03721615ec89a5dcb249f3ef92c57b1.tar.bz2 historical-5f635b07a03721615ec89a5dcb249f3ef92c57b1.zip |
Drop older KDEPIM releases
Package-Manager: portage-2.2.0_alpha23/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
96 files changed, 124 insertions, 2465 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog index 28768d98bac2..7e6e59d39e15 100644 --- a/kde-base/akonadi/ChangeLog +++ b/kde-base/akonadi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/akonadi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.82 2011/01/28 19:14:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.83 2011/02/13 20:02:40 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -akonadi-4.4.6.ebuild, + -akonadi-4.4.7.ebuild, -akonadi-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> akonadi-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/akonadi/akonadi-4.4.6.ebuild b/kde-base/akonadi/akonadi-4.4.6.ebuild deleted file mode 100644 index 7679a95e80d3..000000000000 --- a/kde-base/akonadi/akonadi-4.4.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - >=app-office/akonadi-server-1.3.1 - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - akonadiconsole/ -" - -# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now) -add_blocker kdemaildir -add_blocker kdepim-kresources '<4.2.95' - -src_configure() { - mycmakeargs=( - # Set the dbus dirs, otherwise it searches in KDEDIR - -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces" - -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services" - ) - - kde4-meta_src_configure -} diff --git a/kde-base/akonadi/akonadi-4.4.7.ebuild b/kde-base/akonadi/akonadi-4.4.7.ebuild deleted file mode 100644 index f077db8707f8..000000000000 --- a/kde-base/akonadi/akonadi-4.4.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.7.ebuild,v 1.3 2010/11/06 19:30:14 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - >=app-office/akonadi-server-1.3.1 - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - akonadiconsole/ -" - -# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now) -add_blocker kdemaildir -add_blocker kdepim-kresources '<4.2.95' - -src_configure() { - mycmakeargs=( - # Set the dbus dirs, otherwise it searches in KDEDIR - -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces" - -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services" - ) - - kde4-meta_src_configure -} diff --git a/kde-base/akonadi/akonadi-4.4.8.ebuild b/kde-base/akonadi/akonadi-4.4.8.ebuild deleted file mode 100644 index 0247257be896..000000000000 --- a/kde-base/akonadi/akonadi-4.4.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.8.ebuild,v 1.2 2011/01/12 16:14:47 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - >=app-office/akonadi-server-1.3.1 - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - akonadiconsole/ -" - -# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now) -add_blocker kdemaildir -add_blocker kdepim-kresources '<4.2.95' - -src_configure() { - mycmakeargs=( - # Set the dbus dirs, otherwise it searches in KDEDIR - -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces" - -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services" - ) - - kde4-meta_src_configure -} diff --git a/kde-base/akregator/ChangeLog b/kde-base/akregator/ChangeLog index 27cb076be2f2..722f6dfc2ca8 100644 --- a/kde-base/akregator/ChangeLog +++ b/kde-base/akregator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/akregator # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.178 2011/01/28 19:16:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.179 2011/02/13 19:58:05 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -akregator-4.4.6.ebuild, + -akregator-4.4.7.ebuild, -akregator-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> akregator-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/akregator/akregator-4.4.6.ebuild b/kde-base/akregator/akregator-4.4.6.ebuild deleted file mode 100644 index 9df54e44dc0a..000000000000 --- a/kde-base/akregator/akregator-4.4.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.4.6.ebuild,v 1.1 2010/09/11 05:50:49 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE news feed aggregator." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/akregator/akregator-4.4.7.ebuild b/kde-base/akregator/akregator-4.4.7.ebuild deleted file mode 100644 index 8816a9a358f1..000000000000 --- a/kde-base/akregator/akregator-4.4.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.4.7.ebuild,v 1.3 2010/11/06 19:32:09 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE news feed aggregator." -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/akregator/akregator-4.4.8.ebuild b/kde-base/akregator/akregator-4.4.8.ebuild deleted file mode 100644 index fb16cb571786..000000000000 --- a/kde-base/akregator/akregator-4.4.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.4.8.ebuild,v 1.2 2011/01/12 16:15:30 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE news feed aggregator." -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/blogilo/ChangeLog b/kde-base/blogilo/ChangeLog index d99ca48103e2..6d689a642c1b 100644 --- a/kde-base/blogilo/ChangeLog +++ b/kde-base/blogilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/blogilo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/ChangeLog,v 1.27 2011/01/28 19:17:58 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/ChangeLog,v 1.28 2011/02/13 19:59:21 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -blogilo-4.4.6.ebuild, + -blogilo-4.4.7.ebuild, -blogilo-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> blogilo-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/blogilo/blogilo-4.4.6.ebuild b/kde-base/blogilo/blogilo-4.4.6.ebuild deleted file mode 100644 index 073a79489bdd..000000000000 --- a/kde-base/blogilo/blogilo-4.4.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.4.6.ebuild,v 1.1 2010/09/11 05:50:52 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE Blogging Client" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - !kde-misc/bilbo - !kde-misc/blogilo -" diff --git a/kde-base/blogilo/blogilo-4.4.7.ebuild b/kde-base/blogilo/blogilo-4.4.7.ebuild deleted file mode 100644 index cafe0fc7f973..000000000000 --- a/kde-base/blogilo/blogilo-4.4.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.4.7.ebuild,v 1.3 2010/11/06 19:24:33 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE Blogging Client" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - !kde-misc/bilbo - !kde-misc/blogilo -" diff --git a/kde-base/blogilo/blogilo-4.4.8.ebuild b/kde-base/blogilo/blogilo-4.4.8.ebuild deleted file mode 100644 index ce4bddd1d629..000000000000 --- a/kde-base/blogilo/blogilo-4.4.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.4.8.ebuild,v 1.2 2011/01/12 16:15:47 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE Blogging Client" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - !kde-misc/bilbo - !kde-misc/blogilo -" diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 8f212b2fd278..994621edb667 100644 --- a/kde-base/kabcclient/ChangeLog +++ b/kde-base/kabcclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kabcclient # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.54 2011/01/28 19:19:28 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.55 2011/02/13 19:56:50 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kabcclient-4.4.6.ebuild, -kabcclient-4.4.7.ebuild, -kabcclient-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kabcclient-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kabcclient/kabcclient-4.4.6.ebuild b/kde-base/kabcclient/kabcclient-4.4.6.ebuild deleted file mode 100644 index f18bbd8794d1..000000000000 --- a/kde-base/kabcclient/kabcclient-4.4.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line client for accessing the KDE addressbook" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" - -src_install() { - kde4-meta_src_install - - # work around NULL DT_RPATH in kabc2mutt - dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" -} diff --git a/kde-base/kabcclient/kabcclient-4.4.7.ebuild b/kde-base/kabcclient/kabcclient-4.4.7.ebuild deleted file mode 100644 index 5e00d310d757..000000000000 --- a/kde-base/kabcclient/kabcclient-4.4.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.7.ebuild,v 1.3 2010/11/06 19:01:00 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line client for accessing the KDE addressbook" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" - -src_install() { - kde4-meta_src_install - - # work around NULL DT_RPATH in kabc2mutt - dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" -} diff --git a/kde-base/kabcclient/kabcclient-4.4.8.ebuild b/kde-base/kabcclient/kabcclient-4.4.8.ebuild deleted file mode 100644 index d2968ed62d36..000000000000 --- a/kde-base/kabcclient/kabcclient-4.4.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.8.ebuild,v 1.2 2011/01/12 16:16:24 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line client for accessing the KDE addressbook" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" - -src_install() { - kde4-meta_src_install - - # work around NULL DT_RPATH in kabc2mutt - dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" -} diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index 3f241cddd308..e6f0d520cc9f 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.176 2011/01/28 19:21:14 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.177 2011/02/13 20:02:03 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kaddressbook-4.4.6.ebuild, -kaddressbook-4.4.7.ebuild, + -kaddressbook-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kaddressbook-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kaddressbook/kaddressbook-4.4.6.ebuild b/kde-base/kaddressbook/kaddressbook-4.4.6.ebuild deleted file mode 100644 index 4100526feb39..000000000000 --- a/kde-base/kaddressbook/kaddressbook-4.4.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.6.ebuild,v 1.1 2010/09/11 05:50:49 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="The KDE Address Book" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - plugins/kaddressbook/ - plugins/ktexteditor/ -" -KMEXTRACTONLY=" - libkleo/ -" - -KMLOADLIBS="libkdepim" - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/kaddressbook/kaddressbook-4.4.7.ebuild b/kde-base/kaddressbook/kaddressbook-4.4.7.ebuild deleted file mode 100644 index 612fbc44c807..000000000000 --- a/kde-base/kaddressbook/kaddressbook-4.4.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.7.ebuild,v 1.3 2010/11/06 19:34:04 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="The KDE Address Book" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - plugins/kaddressbook/ - plugins/ktexteditor/ -" -KMEXTRACTONLY=" - libkleo/ -" - -KMLOADLIBS="libkdepim" - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/kaddressbook/kaddressbook-4.4.8.ebuild b/kde-base/kaddressbook/kaddressbook-4.4.8.ebuild deleted file mode 100644 index 0bd1596a6e39..000000000000 --- a/kde-base/kaddressbook/kaddressbook-4.4.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.8.ebuild,v 1.2 2011/01/12 16:16:56 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="The KDE Address Book" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMEXTRA=" - plugins/kaddressbook/ - plugins/ktexteditor/ -" -KMEXTRACTONLY=" - libkleo/ -" - -KMLOADLIBS="libkdepim" - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog index dbf0dd11cdcf..92749c19401f 100644 --- a/kde-base/kalarm/ChangeLog +++ b/kde-base/kalarm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalarm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.167 2011/01/28 19:23:06 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.168 2011/02/13 19:56:13 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kalarm-4.4.6.ebuild, + -kalarm-4.4.7.ebuild, -kalarm-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kalarm-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kalarm/kalarm-4.4.6.ebuild b/kde-base/kalarm/kalarm-4.4.6.ebuild deleted file mode 100644 index 7798119e77ac..000000000000 --- a/kde-base/kalarm/kalarm-4.4.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.4.6.ebuild,v 1.1 2010/09/11 05:50:52 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Personal alarm message, command and email scheduler for KDE" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -DEPEND="${RDEPEND} - dev-libs/boost - dev-libs/libxslt -" - -KMEXTRACTONLY=" - kmail/ -" - -src_configure() { - mycmakeargs=( - -DBUILD_akonadi=OFF - -DXSLTPROC_EXECUTABLE="${EPREFIX}"/usr/bin/xsltproc - ) - kde4-meta_src_configure -} diff --git a/kde-base/kalarm/kalarm-4.4.7.ebuild b/kde-base/kalarm/kalarm-4.4.7.ebuild deleted file mode 100644 index 0f32938ea210..000000000000 --- a/kde-base/kalarm/kalarm-4.4.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.4.7.ebuild,v 1.3 2010/11/06 19:27:44 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Personal alarm message, command and email scheduler for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -DEPEND="${RDEPEND} - dev-libs/boost - dev-libs/libxslt -" - -KMEXTRACTONLY=" - kmail/ -" - -src_configure() { - mycmakeargs=( - -DBUILD_akonadi=OFF - -DXSLTPROC_EXECUTABLE="${EPREFIX}"/usr/bin/xsltproc - ) - kde4-meta_src_configure -} diff --git a/kde-base/kalarm/kalarm-4.4.8.ebuild b/kde-base/kalarm/kalarm-4.4.8.ebuild deleted file mode 100644 index dfd778c5d3ce..000000000000 --- a/kde-base/kalarm/kalarm-4.4.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.4.8.ebuild,v 1.2 2011/01/12 16:17:26 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Personal alarm message, command and email scheduler for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) -" -DEPEND="${RDEPEND} - dev-libs/boost - dev-libs/libxslt -" - -KMEXTRACTONLY=" - kmail/ -" - -src_configure() { - mycmakeargs=( - -DBUILD_akonadi=OFF - -DXSLTPROC_EXECUTABLE="${EPREFIX}"/usr/bin/xsltproc - ) - kde4-meta_src_configure -} diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index 88c8baebca90..302e8431204c 100644 --- a/kde-base/kdepim-icons/ChangeLog +++ b/kde-base/kdepim-icons/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-icons # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.67 2011/01/28 19:25:14 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.68 2011/02/13 19:55:36 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-icons-4.4.6.ebuild, -kdepim-icons-4.4.7.ebuild, + -kdepim-icons-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-icons-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild deleted file mode 100644 index 0cb0e510256e..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="icons" -inherit kde4-meta - -DESCRIPTION="KDE PIM icons" -IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -src_install() { - kde4-meta_src_install - # colliding with oxygen icons - rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png -} diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild deleted file mode 100644 index 7ed59fce4732..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild,v 1.3 2010/11/06 18:59:47 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="icons" -inherit kde4-meta - -DESCRIPTION="KDE PIM icons" -IUSE="" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" - -src_install() { - kde4-meta_src_install - # colliding with oxygen icons - rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png -} diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild deleted file mode 100644 index bcd4c99526aa..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild,v 1.2 2011/01/12 16:19:11 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="icons" -inherit kde4-meta - -DESCRIPTION="KDE PIM icons" -IUSE="" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -src_install() { - kde4-meta_src_install - # colliding with oxygen icons - rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png -} diff --git a/kde-base/kdepim-kresources/ChangeLog b/kde-base/kdepim-kresources/ChangeLog index 136e00acb83c..ec0d86e1be4b 100644 --- a/kde-base/kdepim-kresources/ChangeLog +++ b/kde-base/kdepim-kresources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-kresources # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 1.178 2011/01/28 19:26:52 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 1.179 2011/02/13 19:57:08 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-kresources-4.4.6.ebuild, -kdepim-kresources-4.4.7.ebuild, + -kdepim-kresources-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-kresources-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.4.6.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.4.6.ebuild deleted file mode 100644 index c66a39c84c2d..000000000000 --- a/kde-base/kdepim-kresources/kdepim-kresources-4.4.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.6.ebuild,v 1.1 2010/09/11 05:50:53 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="kresources" -inherit kde4-meta - -DESCRIPTION="KDE PIM groupware plugin collection" -IUSE="debug" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - korganizer/version.h -" - -KMLOADLIBS="libkdepim" - -src_install() { - kde4-meta_src_install - - # Install headers needed by kdepim-wizards, egroupware stuff gone - insinto "${PREFIX}"/include/${PN} - doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h || \ - die "Failed to install extra header files" -} diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.4.7.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.4.7.ebuild deleted file mode 100644 index 6573aa3a7dec..000000000000 --- a/kde-base/kdepim-kresources/kdepim-kresources-4.4.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.7.ebuild,v 1.3 2010/11/06 19:27:06 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="kresources" -inherit kde4-meta - -DESCRIPTION="KDE PIM groupware plugin collection" -IUSE="debug" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - korganizer/version.h -" - -KMLOADLIBS="libkdepim" - -src_install() { - kde4-meta_src_install - - # Install headers needed by kdepim-wizards, egroupware stuff gone - insinto "${PREFIX}"/include/${PN} - doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h || \ - die "Failed to install extra header files" -} diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.4.8.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.4.8.ebuild deleted file mode 100644 index ed86a7db7458..000000000000 --- a/kde-base/kdepim-kresources/kdepim-kresources-4.4.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.8.ebuild,v 1.2 2011/01/12 16:19:42 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="kresources" -inherit kde4-meta - -DESCRIPTION="KDE PIM groupware plugin collection" -IUSE="debug" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - korganizer/version.h -" - -KMLOADLIBS="libkdepim" - -src_install() { - kde4-meta_src_install - - # Install headers needed by kdepim-wizards, egroupware stuff gone - insinto "${PREFIX}"/include/${PN} - doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h || \ - die "Failed to install extra header files" -} diff --git a/kde-base/kdepim-meta/ChangeLog b/kde-base/kdepim-meta/ChangeLog index 25c1a42d370b..be7d75fc4e10 100644 --- a/kde-base/kdepim-meta/ChangeLog +++ b/kde-base/kdepim-meta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-meta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.171 2011/01/28 19:29:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.172 2011/02/13 19:59:03 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-meta-4.4.6.ebuild, -kdepim-meta-4.4.7.ebuild, + -kdepim-meta-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-meta-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-meta/kdepim-meta-4.4.6.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.4.6.ebuild deleted file mode 100644 index fac9339a70ee..000000000000 --- a/kde-base/kdepim-meta/kdepim-meta-4.4.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.6.ebuild,v 1.1 2010/09/11 05:50:52 reavertm Exp $ - -EAPI="3" -inherit kde4-functions - -DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="aqua kdeprefix semantic-desktop" - -RDEPEND=" - $(add_kdebase_dep akregator) - $(add_kdebase_dep blogilo) - $(add_kdebase_dep kabcclient) - $(add_kdebase_dep kaddressbook) - $(add_kdebase_dep kalarm) - $(add_kdebase_dep kdepim-icons) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepim-runtime) - $(add_kdebase_dep kdepim-strigi-analyzer) - $(add_kdebase_dep kdepim-wizards) - $(add_kdebase_dep kjots) - $(add_kdebase_dep kleopatra) - $(add_kdebase_dep kmail) - $(add_kdebase_dep knode) - $(add_kdebase_dep knotes) - $(add_kdebase_dep konsolekalendar) - $(add_kdebase_dep kontact) - $(add_kdebase_dep korganizer) - $(add_kdebase_dep ktimetracker) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) - semantic-desktop? ( $(add_kdebase_dep akonadi) ) - $(block_other_slots) -" diff --git a/kde-base/kdepim-meta/kdepim-meta-4.4.7.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.4.7.ebuild deleted file mode 100644 index 372aeb0c30f5..000000000000 --- a/kde-base/kdepim-meta/kdepim-meta-4.4.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.7.ebuild,v 1.3 2010/11/06 19:35:57 fauli Exp $ - -EAPI="3" -inherit kde4-functions - -DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.4" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="aqua kdeprefix semantic-desktop" - -RDEPEND=" - $(add_kdebase_dep akregator) - $(add_kdebase_dep blogilo) - $(add_kdebase_dep kabcclient) - $(add_kdebase_dep kaddressbook) - $(add_kdebase_dep kalarm) - $(add_kdebase_dep kdepim-icons) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepim-runtime) - $(add_kdebase_dep kdepim-strigi-analyzer) - $(add_kdebase_dep kdepim-wizards) - $(add_kdebase_dep kjots) - $(add_kdebase_dep kleopatra) - $(add_kdebase_dep kmail) - $(add_kdebase_dep knode) - $(add_kdebase_dep knotes) - $(add_kdebase_dep konsolekalendar) - $(add_kdebase_dep kontact) - $(add_kdebase_dep korganizer) - $(add_kdebase_dep ktimetracker) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) - semantic-desktop? ( $(add_kdebase_dep akonadi) ) - $(block_other_slots) -" diff --git a/kde-base/kdepim-meta/kdepim-meta-4.4.8.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.4.8.ebuild deleted file mode 100644 index 50daee4306be..000000000000 --- a/kde-base/kdepim-meta/kdepim-meta-4.4.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.8.ebuild,v 1.2 2011/01/12 16:20:23 hwoarang Exp $ - -EAPI="3" -inherit kde4-functions - -DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.4" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="aqua kdeprefix semantic-desktop" - -RDEPEND=" - $(add_kdebase_dep akregator) - $(add_kdebase_dep blogilo) - $(add_kdebase_dep kabcclient) - $(add_kdebase_dep kaddressbook) - $(add_kdebase_dep kalarm) - $(add_kdebase_dep kdepim-icons) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepim-runtime) - $(add_kdebase_dep kdepim-strigi-analyzer) - $(add_kdebase_dep kdepim-wizards) - $(add_kdebase_dep kjots) - $(add_kdebase_dep kleopatra) - $(add_kdebase_dep kmail) - $(add_kdebase_dep knode) - $(add_kdebase_dep knotes) - $(add_kdebase_dep konsolekalendar) - $(add_kdebase_dep kontact) - $(add_kdebase_dep korganizer) - $(add_kdebase_dep ktimetracker) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) - semantic-desktop? ( $(add_kdebase_dep akonadi) ) - $(block_other_slots) -" diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog index 3c53bcebeeed..0d3d39dd73a1 100644 --- a/kde-base/kdepim-runtime/ChangeLog +++ b/kde-base/kdepim-runtime/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-runtime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.28 2011/01/28 19:31:03 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.29 2011/02/13 19:55:55 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-runtime-4.4.6.ebuild, -kdepim-runtime-4.4.7.ebuild, + -kdepim-runtime-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-runtime-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.6.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.6.ebuild deleted file mode 100644 index 71d862d14953..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.6.ebuild,v 1.1 2010/09/11 05:50:52 reavertm Exp $ - -EAPI="3" - -if [[ ${PV} = *9999* ]]; then - KMNAME="kdepim" - KMMODULE="runtime" - inherit kde4-meta -else - inherit kde4-base -fi - -DESCRIPTION="KDE PIM runtime plugin collection" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RESTRICT="test" -# Would need test programs _testrunner and akonaditest from kdepimlibs - -DEPEND=" - app-misc/strigi - >=app-office/akonadi-server-1.3.1 - dev-libs/boost - dev-libs/libxml2:2 - dev-libs/libxslt - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - x11-misc/shared-mime-info -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-icons) -" - -add_blocker akonadi '<4.3.90' diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.7.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.7.ebuild deleted file mode 100644 index e0e77631e913..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.7.ebuild,v 1.3 2010/11/06 19:26:27 fauli Exp $ - -EAPI="3" - -if [[ ${PV} = *9999* ]]; then - KMNAME="kdepim" - KMMODULE="runtime" - inherit kde4-meta -else - inherit kde4-base -fi - -DESCRIPTION="KDE PIM runtime plugin collection" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RESTRICT="test" -# Would need test programs _testrunner and akonaditest from kdepimlibs - -DEPEND=" - app-misc/strigi - >=app-office/akonadi-server-1.3.1 - dev-libs/boost - dev-libs/libxml2:2 - dev-libs/libxslt - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - x11-misc/shared-mime-info -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-icons) -" - -add_blocker akonadi '<4.3.90' diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.8.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.8.ebuild deleted file mode 100644 index 912925acf689..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.8.ebuild,v 1.2 2011/01/12 16:20:48 hwoarang Exp $ - -EAPI="3" - -if [[ ${PV} = *9999* ]]; then - KMNAME="kdepim" - KMMODULE="runtime" - inherit kde4-meta -else - inherit kde4-base -fi - -DESCRIPTION="KDE PIM runtime plugin collection" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RESTRICT="test" -# Would need test programs _testrunner and akonaditest from kdepimlibs - -DEPEND=" - app-misc/strigi - >=app-office/akonadi-server-1.3.1 - dev-libs/boost - dev-libs/libxml2:2 - dev-libs/libxslt - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - x11-misc/shared-mime-info -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-icons) -" - -add_blocker akonadi '<4.3.90' diff --git a/kde-base/kdepim-strigi-analyzer/ChangeLog b/kde-base/kdepim-strigi-analyzer/ChangeLog index d1b7c164ed5e..fd0cb748c127 100644 --- a/kde-base/kdepim-strigi-analyzer/ChangeLog +++ b/kde-base/kdepim-strigi-analyzer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-strigi-analyzer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-strigi-analyzer/ChangeLog,v 1.65 2011/01/28 19:32:48 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-strigi-analyzer/ChangeLog,v 1.66 2011/02/13 20:00:44 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-strigi-analyzer-4.4.6.ebuild, -kdepim-strigi-analyzer-4.4.7.ebuild, + -kdepim-strigi-analyzer-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-strigi-analyzer-4.4.9.ebuild: diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.6.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.6.ebuild deleted file mode 100644 index b2422ef04331..000000000000 --- a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.6.ebuild,v 1.1 2010/09/11 05:50:49 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="strigi-analyzer" -inherit kde4-meta - -DESCRIPTION="kdepim: strigi plugins" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-misc/strigi - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.7.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.7.ebuild deleted file mode 100644 index 74fdeecd5a99..000000000000 --- a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.7.ebuild,v 1.3 2010/11/06 19:25:51 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="strigi-analyzer" -inherit kde4-meta - -DESCRIPTION="kdepim: strigi plugins" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-misc/strigi - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.8.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.8.ebuild deleted file mode 100644 index 769cdbd4dc11..000000000000 --- a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.8.ebuild,v 1.2 2011/01/12 16:21:24 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="strigi-analyzer" -inherit kde4-meta - -DESCRIPTION="kdepim: strigi plugins" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-misc/strigi - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kdepim-wizards/ChangeLog b/kde-base/kdepim-wizards/ChangeLog index 6158f9bcd9b7..8734339e89c7 100644 --- a/kde-base/kdepim-wizards/ChangeLog +++ b/kde-base/kdepim-wizards/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-wizards # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.163 2011/01/28 19:34:27 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.164 2011/02/13 19:56:32 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-wizards-4.4.6.ebuild, -kdepim-wizards-4.4.7.ebuild, + -kdepim-wizards-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-wizards-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.6.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.6.ebuild deleted file mode 100644 index 1d895ee5b1b8..000000000000 --- a/kde-base/kdepim-wizards/kdepim-wizards-4.4.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.6.ebuild,v 1.1 2010/09/11 05:50:49 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="wizards" -inherit kde4-meta - -DESCRIPTION="KDE PIM wizards" -IUSE="debug" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - kresources/groupwise/ - kresources/kolab/ - kresources/slox/ -" - -src_prepare() { - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ - kresources/slox/ \ - || die "Failed to link extra_headers." - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ - kresources/groupwise/ \ - || die "Failed to link extra_headers." - - kde4-meta_src_prepare -} diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild deleted file mode 100644 index cd35c1200b80..000000000000 --- a/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild,v 1.3 2010/11/06 19:29:37 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="wizards" -inherit kde4-meta - -DESCRIPTION="KDE PIM wizards" -IUSE="debug" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - kresources/groupwise/ - kresources/kolab/ - kresources/slox/ -" - -src_prepare() { - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ - kresources/slox/ \ - || die "Failed to link extra_headers." - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ - kresources/groupwise/ \ - || die "Failed to link extra_headers." - - kde4-meta_src_prepare -} diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.8.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.8.ebuild deleted file mode 100644 index 9bafd5b094c2..000000000000 --- a/kde-base/kdepim-wizards/kdepim-wizards-4.4.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.8.ebuild,v 1.2 2011/01/12 16:22:05 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="wizards" -inherit kde4-meta - -DESCRIPTION="KDE PIM wizards" -IUSE="debug" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kmail/ - knotes/ - kresources/groupwise/ - kresources/kolab/ - kresources/slox/ -" - -src_prepare() { - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ - kresources/slox/ \ - || die "Failed to link extra_headers." - ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ - kresources/groupwise/ \ - || die "Failed to link extra_headers." - - kde4-meta_src_prepare -} diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index f0dacebffecd..295ef3467971 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.165 2011/01/28 19:36:27 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.166 2011/02/13 20:02:58 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kjots-4.4.6.ebuild, + -kjots-4.4.7.ebuild, -kjots-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kjots-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kjots/kjots-4.4.6.ebuild b/kde-base/kjots/kjots-4.4.6.ebuild deleted file mode 100644 index 48cf191ee5e7..000000000000 --- a/kde-base/kjots/kjots-4.4.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.6.ebuild,v 1.1 2010/09/11 05:50:47 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE note taking utility" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kjots/kjots-4.4.7.ebuild b/kde-base/kjots/kjots-4.4.7.ebuild deleted file mode 100644 index 3bf2cf5acf7b..000000000000 --- a/kde-base/kjots/kjots-4.4.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.7.ebuild,v 1.3 2010/11/06 19:35:19 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE note taking utility" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kjots/kjots-4.4.8.ebuild b/kde-base/kjots/kjots-4.4.8.ebuild deleted file mode 100644 index 8fe26d18400b..000000000000 --- a/kde-base/kjots/kjots-4.4.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.8.ebuild,v 1.2 2011/01/12 16:22:34 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE note taking utility" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kleopatra/ChangeLog b/kde-base/kleopatra/ChangeLog index f1c65c19ec28..d0ab2e351961 100644 --- a/kde-base/kleopatra/ChangeLog +++ b/kde-base/kleopatra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kleopatra # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.70 2011/01/28 19:38:26 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.71 2011/02/13 19:58:43 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kleopatra-4.4.6.ebuild, + -kleopatra-4.4.7.ebuild, -kleopatra-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kleopatra-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kleopatra/kleopatra-4.4.6.ebuild b/kde-base/kleopatra/kleopatra-4.4.6.ebuild deleted file mode 100644 index 90e380fc61fc..000000000000 --- a/kde-base/kleopatra/kleopatra-4.4.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.6.ebuild,v 1.1 2010/09/11 05:50:51 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Kleopatra - KDE X.509 key manager" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -SRC_URI="${SRC_URI} http://dev.gentooexperimental.org/~scarabeus/kleopatra-4.4.3-assuan2.patch.bz2" - -DEPEND=" - app-crypt/gpgme - >=dev-libs/libassuan-2.0.0 - dev-libs/libgpg-error - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMEXTRACTONLY=" - libkleo -" -KMLOADLIBS="libkleo" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kwatchgnupg - " - fi - - kde4-meta_src_unpack -} - -src_prepare() { - kde4-meta_src_prepare - epatch "${DISTDIR}/${PN}-4.4.3-assuan2.patch.bz2" -} - -src_configure() { - mycmakeargs=( - -DWITH_QGPGME=ON - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kleopatra/kleopatra-4.4.7.ebuild b/kde-base/kleopatra/kleopatra-4.4.7.ebuild deleted file mode 100644 index 153b1f4c1cbe..000000000000 --- a/kde-base/kleopatra/kleopatra-4.4.7.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.7.ebuild,v 1.3 2010/11/06 19:28:21 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Kleopatra - KDE X.509 key manager" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -SRC_URI="${SRC_URI} http://dev.gentooexperimental.org/~scarabeus/kleopatra-4.4.3-assuan2.patch.bz2" - -DEPEND=" - app-crypt/gpgme - >=dev-libs/libassuan-2.0.0 - dev-libs/libgpg-error - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMEXTRACTONLY=" - libkleo -" -KMLOADLIBS="libkleo" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kwatchgnupg - " - fi - - kde4-meta_src_unpack -} - -src_prepare() { - kde4-meta_src_prepare - epatch "${DISTDIR}/${PN}-4.4.3-assuan2.patch.bz2" -} - -src_configure() { - mycmakeargs=( - -DWITH_QGPGME=ON - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kleopatra/kleopatra-4.4.8.ebuild b/kde-base/kleopatra/kleopatra-4.4.8.ebuild deleted file mode 100644 index b3e1d5ed83bb..000000000000 --- a/kde-base/kleopatra/kleopatra-4.4.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.8.ebuild,v 1.2 2011/01/12 16:24:46 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Kleopatra - KDE X.509 key manager" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - app-crypt/gpgme - >=dev-libs/libassuan-2.0.0 - dev-libs/libgpg-error - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMEXTRACTONLY=" - libkleo -" -KMLOADLIBS="libkleo" - -PATCHES=( - "${FILESDIR}/${PN}-4.4.3-assuan2.patch" -) - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kwatchgnupg - " - fi - - kde4-meta_src_unpack -} - -src_configure() { - mycmakeargs=( - -DWITH_QGPGME=ON - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog index 52531d0d266d..b3baf4c0e1ad 100644 --- a/kde-base/kmail/ChangeLog +++ b/kde-base/kmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.237 2011/01/28 19:40:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.238 2011/02/13 19:57:27 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kmail-4.4.6.ebuild, + -kmail-4.4.7.ebuild, -kmail-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kmail-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kmail/kmail-4.4.6.ebuild b/kde-base/kmail/kmail-4.4.6.ebuild deleted file mode 100644 index 0ea36bc2c748..000000000000 --- a/kde-base/kmail/kmail-4.4.6.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.6.ebuild,v 1.1 2010/09/11 05:50:48 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -add_blocker kmailcvt -add_blocker libksieve -add_blocker messagecore -add_blocker messagelist -add_blocker messageviewer -add_blocker mimelib - -KMEXTRACTONLY=" - korganizer/org.kde.Korganizer.Calendar.xml - libkleo/ - libkpgp/ -" -KMEXTRA=" - kmailcvt/ - ksendemail/ - libksieve/ - messagecore/ - messagelist/ - messageviewer/ - mimelib/ - plugins/kmail/ -" -KMLOADLIBS="libkdepim" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - mycmakeargs=( - -DWITH_IndicateQt=OFF - ) - - kde4-meta_src_configure -} - -src_compile() { - kde4-meta_src_compile kmail_xml - kde4-meta_src_compile -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi - if ! has_version kde-base/kleopatra:${SLOT}; then - echo - elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" - echo - fi -} diff --git a/kde-base/kmail/kmail-4.4.7.ebuild b/kde-base/kmail/kmail-4.4.7.ebuild deleted file mode 100644 index ed2fecab9ad0..000000000000 --- a/kde-base/kmail/kmail-4.4.7.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.7.ebuild,v 1.3 2010/11/06 19:31:31 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -add_blocker kmailcvt -add_blocker libksieve -add_blocker messagecore -add_blocker messagelist -add_blocker messageviewer -add_blocker mimelib - -KMEXTRACTONLY=" - korganizer/org.kde.Korganizer.Calendar.xml - libkleo/ - libkpgp/ -" -KMEXTRA=" - kmailcvt/ - ksendemail/ - libksieve/ - messagecore/ - messagelist/ - messageviewer/ - mimelib/ - plugins/kmail/ -" -KMLOADLIBS="libkdepim" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - mycmakeargs=( - -DWITH_IndicateQt=OFF - ) - - kde4-meta_src_configure -} - -src_compile() { - kde4-meta_src_compile kmail_xml - kde4-meta_src_compile -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi - if ! has_version kde-base/kleopatra:${SLOT}; then - echo - elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" - echo - fi -} diff --git a/kde-base/kmail/kmail-4.4.8.ebuild b/kde-base/kmail/kmail-4.4.8.ebuild deleted file mode 100644 index 0e3643a63692..000000000000 --- a/kde-base/kmail/kmail-4.4.8.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.8.ebuild,v 1.3 2011/01/22 22:18:04 dilfridge Exp $ - -EAPI="3" - -KMNAME="kdepim" -VIRTUALX_REQUIRED=tests -inherit kde4-meta - -DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop') - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkleo) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -add_blocker kmailcvt -add_blocker libksieve -add_blocker messagecore -add_blocker messagelist -add_blocker messageviewer -add_blocker mimelib - -KMEXTRACTONLY=" - korganizer/org.kde.Korganizer.Calendar.xml - libkleo/ - libkpgp/ -" -KMEXTRA=" - kmailcvt/ - ksendemail/ - libksieve/ - messagecore/ - messagelist/ - messageviewer/ - mimelib/ - plugins/kmail/ -" -KMLOADLIBS="libkdepim" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - mycmakeargs=( - -DWITH_IndicateQt=OFF - ) - - kde4-meta_src_configure -} - -src_compile() { - kde4-meta_src_compile kmail_xml - kde4-meta_src_compile -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi - if ! has_version kde-base/kleopatra:${SLOT}; then - echo - elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" - echo - fi -} diff --git a/kde-base/knode/ChangeLog b/kde-base/knode/ChangeLog index 1cde676d5a76..67e9b01f6433 100644 --- a/kde-base/knode/ChangeLog +++ b/kde-base/knode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/knode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.169 2011/01/28 19:42:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.170 2011/02/13 19:59:39 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -knode-4.4.6.ebuild, + -knode-4.4.7.ebuild, -knode-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> knode-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/knode/knode-4.4.6.ebuild b/kde-base/knode/knode-4.4.6.ebuild deleted file mode 100644 index c4bb455c2749..000000000000 --- a/kde-base/knode/knode-4.4.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.4.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A newsreader for KDE" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -# test fails, last checked for 4.2.96 -RESTRICT=test - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - libkpgp/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kioslave/news - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/knode/knode-4.4.7.ebuild b/kde-base/knode/knode-4.4.7.ebuild deleted file mode 100644 index a9b5661daeca..000000000000 --- a/kde-base/knode/knode-4.4.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.4.7.ebuild,v 1.3 2010/11/06 19:32:47 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A newsreader for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -# test fails, last checked for 4.2.96 -RESTRICT=test - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - libkpgp/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kioslave/news - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/knode/knode-4.4.8.ebuild b/kde-base/knode/knode-4.4.8.ebuild deleted file mode 100644 index a9d3de85998b..000000000000 --- a/kde-base/knode/knode-4.4.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.4.8.ebuild,v 1.2 2011/01/12 16:25:58 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A newsreader for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -# test fails, last checked for 4.2.96 -RESTRICT=test - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - $(add_kdebase_dep libkpgp) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - libkpgp/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kioslave/news - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index cc68480ff6c9..2f24e8f14fa5 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.163 2011/01/28 19:44:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.164 2011/02/13 20:02:22 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -knotes-4.4.6.ebuild, + -knotes-4.4.7.ebuild, -knotes-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> knotes-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/knotes/knotes-4.4.6.ebuild b/kde-base/knotes/knotes-4.4.6.ebuild deleted file mode 100644 index 3287a64ea7a5..000000000000 --- a/kde-base/knotes/knotes-4.4.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.6.ebuild,v 1.1 2010/09/11 05:50:47 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" - -inherit kde4-meta - -DESCRIPTION="KDE Notes application" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/knotes/knotes-4.4.7.ebuild b/kde-base/knotes/knotes-4.4.7.ebuild deleted file mode 100644 index 4e8d3df342d9..000000000000 --- a/kde-base/knotes/knotes-4.4.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.7.ebuild,v 1.3 2010/11/06 19:34:42 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" - -inherit kde4-meta - -DESCRIPTION="KDE Notes application" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/knotes/knotes-4.4.8.ebuild b/kde-base/knotes/knotes-4.4.8.ebuild deleted file mode 100644 index 01845eebf194..000000000000 --- a/kde-base/knotes/knotes-4.4.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.8.ebuild,v 1.2 2011/01/12 16:26:37 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" - -inherit kde4-meta - -DESCRIPTION="KDE Notes application" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND}" - -KMLOADLIBS="libkdepim" diff --git a/kde-base/konsolekalendar/ChangeLog b/kde-base/konsolekalendar/ChangeLog index 450c51eed270..c87b3675b39d 100644 --- a/kde-base/konsolekalendar/ChangeLog +++ b/kde-base/konsolekalendar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/konsolekalendar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.152 2011/01/28 19:46:19 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.153 2011/02/13 19:59:57 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -konsolekalendar-4.4.6.ebuild, -konsolekalendar-4.4.7.ebuild, + -konsolekalendar-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> konsolekalendar-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/konsolekalendar/konsolekalendar-4.4.6.ebuild b/kde-base/konsolekalendar/konsolekalendar-4.4.6.ebuild deleted file mode 100644 index 06714477414a..000000000000 --- a/kde-base/konsolekalendar/konsolekalendar-4.4.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.6.ebuild,v 1.1 2010/09/11 05:50:49 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line interface to KDE calendars" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/konsolekalendar/konsolekalendar-4.4.7.ebuild b/kde-base/konsolekalendar/konsolekalendar-4.4.7.ebuild deleted file mode 100644 index 21cb600bda2b..000000000000 --- a/kde-base/konsolekalendar/konsolekalendar-4.4.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.7.ebuild,v 1.3 2010/11/06 19:25:14 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line interface to KDE calendars" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/konsolekalendar/konsolekalendar-4.4.8.ebuild b/kde-base/konsolekalendar/konsolekalendar-4.4.8.ebuild deleted file mode 100644 index e987d40fb535..000000000000 --- a/kde-base/konsolekalendar/konsolekalendar-4.4.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.8.ebuild,v 1.2 2011/01/12 16:27:03 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -KMMODULE="console/${PN}" -inherit kde4-meta - -DESCRIPTION="A command line interface to KDE calendars" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 4a59de059464..8ac49286a24f 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.174 2011/01/28 19:47:48 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.175 2011/02/13 19:57:46 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kontact-4.4.6.ebuild, + -kontact-4.4.7.ebuild, -kontact-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kontact-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kontact/kontact-4.4.6.ebuild b/kde-base/kontact/kontact-4.4.6.ebuild deleted file mode 100644 index faf2cdd5b26d..000000000000 --- a/kde-base/kontact/kontact-4.4.6.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.6.ebuild,v 1.1 2010/09/11 05:50:51 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE personal information manager" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMLOADLIBS="libkdepim" -KMSAVELIBS="true" - -# We remove plugins that are related to external kdepim programs. This way -# kontact doesn't have to depend on all programs it has plugins for. -# kcontactmanager gone from kdesvn -# -# xml targets from kmail/ are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - kontact/plugins/akregator/ - kontact/plugins/kaddressbook/ - kontact/plugins/kjots/ - kontact/plugins/kmail/ - kontact/plugins/knode/ - kontact/plugins/knotes/ - kontact/plugins/korganizer/ - kontact/plugins/ktimetracker/ - kontact/plugins/planner/ - kontact/plugins/specialdates/ -" - -src_unpack() { - if use handbook; then - KMEXTRA+=" - doc/kontact-admin/ - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/kontact/kontact-4.4.7.ebuild b/kde-base/kontact/kontact-4.4.7.ebuild deleted file mode 100644 index 520f9492b6bd..000000000000 --- a/kde-base/kontact/kontact-4.4.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.7.ebuild,v 1.3 2010/11/06 19:28:59 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE personal information manager" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMLOADLIBS="libkdepim" -KMSAVELIBS="true" - -# We remove plugins that are related to external kdepim programs. This way -# kontact doesn't have to depend on all programs it has plugins for. -# kcontactmanager gone from kdesvn -# -# xml targets from kmail/ are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - kontact/plugins/akregator/ - kontact/plugins/kaddressbook/ - kontact/plugins/kjots/ - kontact/plugins/kmail/ - kontact/plugins/knode/ - kontact/plugins/knotes/ - kontact/plugins/korganizer/ - kontact/plugins/ktimetracker/ - kontact/plugins/planner/ - kontact/plugins/specialdates/ -" - -src_unpack() { - if use handbook; then - KMEXTRA+=" - doc/kontact-admin/ - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/kontact/kontact-4.4.8.ebuild b/kde-base/kontact/kontact-4.4.8.ebuild deleted file mode 100644 index 66bee3cdfdf4..000000000000 --- a/kde-base/kontact/kontact-4.4.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.8.ebuild,v 1.2 2011/01/12 16:27:41 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE personal information manager" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-runtime) -" - -KMLOADLIBS="libkdepim" -KMSAVELIBS="true" - -# We remove plugins that are related to external kdepim programs. This way -# kontact doesn't have to depend on all programs it has plugins for. -# kcontactmanager gone from kdesvn -# -# xml targets from kmail/ are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - kontact/plugins/akregator/ - kontact/plugins/kaddressbook/ - kontact/plugins/kjots/ - kontact/plugins/kmail/ - kontact/plugins/knode/ - kontact/plugins/knotes/ - kontact/plugins/korganizer/ - kontact/plugins/ktimetracker/ - kontact/plugins/planner/ - kontact/plugins/specialdates/ -" - -src_unpack() { - if use handbook; then - KMEXTRA+=" - doc/kontact-admin/ - " - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/korganizer/ChangeLog b/kde-base/korganizer/ChangeLog index 2c1a672d8a41..b176b0439b30 100644 --- a/kde-base/korganizer/ChangeLog +++ b/kde-base/korganizer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/korganizer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.184 2011/01/28 19:48:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.185 2011/02/13 20:00:16 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -korganizer-4.4.6.ebuild, -korganizer-4.4.7.ebuild, -korganizer-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> korganizer-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/korganizer/korganizer-4.4.6.ebuild b/kde-base/korganizer/korganizer-4.4.6.ebuild deleted file mode 100644 index 4a4483d75384..000000000000 --- a/kde-base/korganizer/korganizer-4.4.6.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.4.6.ebuild,v 1.1 2010/09/11 05:50:48 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A Personal Organizer for KDE" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -# Moved after 4.3.90 -add_blocker kontact-specialdates - -KMLOADLIBS="libkdepim" -KMEXTRA="kdgantt1" - -# xml targets from kmail are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - knode/org.kde.knode.xml -" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} - kontact/plugins/planner/ - kontact/plugins/specialdates/ - " - fi - - kde4-meta_src_unpack -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/korganizer/korganizer-4.4.7.ebuild b/kde-base/korganizer/korganizer-4.4.7.ebuild deleted file mode 100644 index b9a2343b2352..000000000000 --- a/kde-base/korganizer/korganizer-4.4.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.4.7.ebuild,v 1.3 2010/11/06 19:33:26 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A Personal Organizer for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -# Moved after 4.3.90 -add_blocker kontact-specialdates - -KMLOADLIBS="libkdepim" -KMEXTRA="kdgantt1" - -# xml targets from kmail are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - knode/org.kde.knode.xml -" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} - kontact/plugins/planner/ - kontact/plugins/specialdates/ - " - fi - - kde4-meta_src_unpack -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/korganizer/korganizer-4.4.8.ebuild b/kde-base/korganizer/korganizer-4.4.8.ebuild deleted file mode 100644 index 328ab77ac201..000000000000 --- a/kde-base/korganizer/korganizer-4.4.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.4.8.ebuild,v 1.2 2011/01/12 16:28:09 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A Personal Organizer for KDE" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep libkdepim) - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -# Moved after 4.3.90 -add_blocker kontact-specialdates - -KMLOADLIBS="libkdepim" -KMEXTRA="kdgantt1" - -# xml targets from kmail are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kmail/ - knode/org.kde.knode.xml -" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} - kontact/plugins/planner/ - kontact/plugins/specialdates/ - " - fi - - kde4-meta_src_unpack -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/ktimetracker/ChangeLog b/kde-base/ktimetracker/ChangeLog index 32ae0512520d..f272e5008c2d 100644 --- a/kde-base/ktimetracker/ChangeLog +++ b/kde-base/ktimetracker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktimetracker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ChangeLog,v 1.69 2011/01/28 19:49:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ChangeLog,v 1.70 2011/02/13 19:55:18 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -ktimetracker-4.4.6.ebuild, -ktimetracker-4.4.7.ebuild, + -ktimetracker-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> ktimetracker-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/ktimetracker/ktimetracker-4.4.6.ebuild b/kde-base/ktimetracker/ktimetracker-4.4.6.ebuild deleted file mode 100644 index 94c8ac67ef58..000000000000 --- a/kde-base/ktimetracker/ktimetracker-4.4.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.6.ebuild,v 1.1 2010/09/11 05:50:53 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KTimeTracker tracks time spent on various tasks." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - x11-libs/libXScrnSaver -" -DEPEND="${RDEPEND} - x11-proto/scrnsaverproto -" - -KMEXTRACTONLY=" - kresources/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker" - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/ktimetracker/ktimetracker-4.4.7.ebuild b/kde-base/ktimetracker/ktimetracker-4.4.7.ebuild deleted file mode 100644 index 6514525303a1..000000000000 --- a/kde-base/ktimetracker/ktimetracker-4.4.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.7.ebuild,v 1.3 2010/11/06 19:30:51 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KTimeTracker tracks time spent on various tasks." -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - x11-libs/libXScrnSaver -" -DEPEND="${RDEPEND} - x11-proto/scrnsaverproto -" - -KMEXTRACTONLY=" - kresources/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker" - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/ktimetracker/ktimetracker-4.4.8.ebuild b/kde-base/ktimetracker/ktimetracker-4.4.8.ebuild deleted file mode 100644 index c3fd28ba3b7a..000000000000 --- a/kde-base/ktimetracker/ktimetracker-4.4.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.8.ebuild,v 1.2 2011/01/12 16:28:32 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KTimeTracker tracks time spent on various tasks." -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - $(add_kdebase_dep kdepim-kresources) - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkdepim) - x11-libs/libXScrnSaver -" -DEPEND="${RDEPEND} - x11-proto/scrnsaverproto -" - -KMEXTRACTONLY=" - kresources/ -" - -KMLOADLIBS="libkdepim" - -src_unpack() { - if use kontact; then - KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker" - fi - - kde4-meta_src_unpack -} diff --git a/kde-base/libkdepim/Manifest b/kde-base/libkdepim/Manifest index 32288cf52c2b..62dcaa5b6c13 100644 --- a/kde-base/libkdepim/Manifest +++ b/kde-base/libkdepim/Manifest @@ -1,24 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST kdepim-4.4.10.tar.bz2 9071402 RMD160 bbdb5f1ecfef5fa94241c2055255433322ae57a5 SHA1 b9c45e80dddc3bff201df6ddd76fdf4f1f18d5c3 SHA256 9e1770cb8d4bf1f95c3a2006877e7b49bc2a641591c990d07411d7424ea33099 DIST kdepim-4.4.5.tar.bz2 9346777 RMD160 e033c32fa16d46bfcaea94f64a3a862629965b7e SHA1 84f6367e38948d3595a9f87ae384b41f9f295add SHA256 778dd9afca20775be3d33bcb33e3e627039661520995cd9375ff781aa6e42559 -DIST kdepim-4.4.6.tar.bz2 9073068 RMD160 ad94096931252590270c7b27b5ea7407f7dcb607 SHA1 b821a8f2475c7db1d864641e10a2541d74deba3d SHA256 55f281097b5bd307e9e21750321dc5a158b2e6ec4a1bbd58565162f4ba94d55f -DIST kdepim-4.4.7.tar.bz2 9082354 RMD160 cdf93ddc33238d53fac8de5b9bb28df0bdeabe5a SHA1 3e7ece60781a016e12645c37843ebb1195b32dec SHA256 3ac81e4d409b48fb79e09b28b5caefd6b20fcfd0ec0e8777e3937238840f5b4a -DIST kdepim-4.4.8.tar.bz2 9085997 RMD160 c47b38459ca3f17877a3ba06e8db7153489debe3 SHA1 f66a7cc0cb8f1d02506691f07aec28141e4795da SHA256 9093aee6ee4294fa9736710f2e5d791712ee65a8d463f0b1a40414a2916dcb0a DIST kdepim-4.4.9.tar.bz2 9084259 RMD160 d11b5090bdf27c3ffd4558d9c3e6cd30aa6a7e88 SHA1 efe91c4309fb09f49c816a6557a157170c8f0360 SHA256 28a3e60118efb86822fb5376ee29359e509737d8339fa91d8a4da950a6b1215f EBUILD libkdepim-4.4.10.ebuild 1090 RMD160 bc231fe0c569d188b7417db723412d48552a1bdc SHA1 b2e5d887f93f54209bbddc970ea57bdaab69ab00 SHA256 e78751efa26273aa2fb87b8426ea44e87bdf494b3285b4d47a5fb023458ab9a0 EBUILD libkdepim-4.4.5.ebuild 1012 RMD160 d8fb3578baff3b5a2885d2e5b08daaee7c202a20 SHA1 cec2a44698509ef3dd4ae9b54c11f45f7a168a78 SHA256 d1adf8320f46845a030ba68af5bdd98df4d30d2c42f66d5a0ba77ce3c0c8f740 -EBUILD libkdepim-4.4.6.ebuild 1014 RMD160 076be5608898e61dd26c87ed763090e75175d9d8 SHA1 8b09ed2879aeec1cd796fcf379cdfa0e57e4498b SHA256 cead9ca1f2f48107ea5acb17703be05fd3341fe95edd2cbd329c349a402bc4c1 -EBUILD libkdepim-4.4.7.ebuild 1009 RMD160 04612e75a5596604d9d7e7321786fda118992e64 SHA1 07841bf8ed2fb87dcd06d24faaaafe027803beeb SHA256 7a56b8ceef68ee2906438a90c6d62dec33729b5def18ed91c7f6b2c97ef85938 -EBUILD libkdepim-4.4.8.ebuild 1038 RMD160 dd722775c820a153b2c9029e6c695628df4ca7b0 SHA1 9d5d39db70c45c3cf4beca9080d0c00d1ffa0c82 SHA256 d41af9e77445ad81bd87a187d6998a4f4ba835e5d8c082403cad47f0ed2c8ea3 EBUILD libkdepim-4.4.9.ebuild 1083 RMD160 09ec8bc609ca181e508fb04e42c1f974ee54f508 SHA1 221eea9394f24f56e78fc8af3613559ebdaad405 SHA256 b4646f83f08d1c77889b7dfb6b9ca1b96aa8e2577be4590eb06735c5090d4f75 MISC ChangeLog 23478 RMD160 db1fe416560734f8e690d7872dd449933d1b2486 SHA1 59bfe4b88cd7c2c0feaa754f6822281f2e880f81 SHA256 3f5e42894964c25b7f42c329f49d564c8d46e3c26be5411eab243141f8352809 MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEARECAAYFAk1DHlAACgkQnZsgo/h8kNYG/QCdGNexFMO9/rboKEUP5C3cIFn2 -zzcAn0GMRwJ+kXcpcfd8vViKY8B50OLG -=3Afj ------END PGP SIGNATURE----- diff --git a/kde-base/libkdepim/libkdepim-4.4.6.ebuild b/kde-base/libkdepim/libkdepim-4.4.6.ebuild deleted file mode 100644 index 19645c61f009..000000000000 --- a/kde-base/libkdepim/libkdepim-4.4.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.6.ebuild,v 1.1 2010/09/11 05:50:48 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Common library for KDE PIM apps" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') -" -RDEPEND="${DEPEND}" - -# @Since >4.2.65 kode removed from kdepim -add_blocker kode - -KMEXTRACTONLY=" - korganizer/korgac/org.kde.korganizer.KOrgac.xml -" - -KMSAVELIBS="true" - -src_install() { - kde4-meta_src_install - - # install additional generated headers that are needed by other packages that - # are derived from kdepim. e.g. kmail. - pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd libkdepim failed" - insinto "${PREFIX}/include" - doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files." - popd 2>/dev/null -} diff --git a/kde-base/libkdepim/libkdepim-4.4.7.ebuild b/kde-base/libkdepim/libkdepim-4.4.7.ebuild deleted file mode 100644 index 6fbdb9ced753..000000000000 --- a/kde-base/libkdepim/libkdepim-4.4.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.7.ebuild,v 1.3 2010/11/06 17:55:53 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="Common library for KDE PIM apps" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') -" -RDEPEND="${DEPEND}" - -# @Since >4.2.65 kode removed from kdepim -add_blocker kode - -KMEXTRACTONLY=" - korganizer/korgac/org.kde.korganizer.KOrgac.xml -" - -KMSAVELIBS="true" - -src_install() { - kde4-meta_src_install - - # install additional generated headers that are needed by other packages that - # are derived from kdepim. e.g. kmail. - pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd libkdepim failed" - insinto "${PREFIX}/include" - doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files." - popd 2>/dev/null -} diff --git a/kde-base/libkdepim/libkdepim-4.4.8.ebuild b/kde-base/libkdepim/libkdepim-4.4.8.ebuild deleted file mode 100644 index 15889c533518..000000000000 --- a/kde-base/libkdepim/libkdepim-4.4.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.8.ebuild,v 1.3 2011/01/22 22:26:32 dilfridge Exp $ - -EAPI="3" - -KMNAME="kdepim" -VIRTUALX_REQUIRED=tests -inherit kde4-meta - -DESCRIPTION="Common library for KDE PIM apps" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdepimlibs 'semantic-desktop') -" -RDEPEND="${DEPEND}" - -# @Since >4.2.65 kode removed from kdepim -add_blocker kode - -KMEXTRACTONLY=" - korganizer/korgac/org.kde.korganizer.KOrgac.xml -" - -KMSAVELIBS="true" - -src_install() { - kde4-meta_src_install - - # install additional generated headers that are needed by other packages that - # are derived from kdepim. e.g. kmail. - pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd libkdepim failed" - insinto "${PREFIX}/include" - doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files." - popd 2>/dev/null -} diff --git a/kde-base/libkleo/ChangeLog b/kde-base/libkleo/ChangeLog index 50e8f69fc578..5e6ca80de1c8 100644 --- a/kde-base/libkleo/ChangeLog +++ b/kde-base/libkleo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkleo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.67 2011/01/28 19:51:04 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.68 2011/02/13 20:03:16 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libkleo-4.4.6.ebuild, + -libkleo-4.4.7.ebuild, -libkleo-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> libkleo-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/libkleo/libkleo-4.4.6.ebuild b/kde-base/libkleo/libkleo-4.4.6.ebuild deleted file mode 100644 index a7ce1a2d271a..000000000000 --- a/kde-base/libkleo/libkleo-4.4.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.6.ebuild,v 1.1 2010/09/11 05:50:51 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE library for encryption handling." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMSAVELIBS="true" -KMEXTRACTONLY="kleopatra/" diff --git a/kde-base/libkleo/libkleo-4.4.7.ebuild b/kde-base/libkleo/libkleo-4.4.7.ebuild deleted file mode 100644 index ac6742f1d6a4..000000000000 --- a/kde-base/libkleo/libkleo-4.4.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.7.ebuild,v 1.3 2010/11/06 17:57:05 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE library for encryption handling." -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMSAVELIBS="true" -KMEXTRACTONLY="kleopatra/" diff --git a/kde-base/libkleo/libkleo-4.4.8.ebuild b/kde-base/libkleo/libkleo-4.4.8.ebuild deleted file mode 100644 index ccb0d6879112..000000000000 --- a/kde-base/libkleo/libkleo-4.4.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.8.ebuild,v 1.2 2011/01/12 16:29:57 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE library for encryption handling." -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - $(add_kdebase_dep kdepimlibs) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -KMSAVELIBS="true" -KMEXTRACTONLY="kleopatra/" diff --git a/kde-base/libkpgp/ChangeLog b/kde-base/libkpgp/ChangeLog index c0949c0a4f40..5c07d2c7809d 100644 --- a/kde-base/libkpgp/ChangeLog +++ b/kde-base/libkpgp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkpgp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.147 2011/01/28 19:51:45 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.148 2011/02/13 19:58:24 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libkpgp-4.4.6.ebuild, + -libkpgp-4.4.7.ebuild, -libkpgp-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> libkpgp-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/libkpgp/libkpgp-4.4.6.ebuild b/kde-base/libkpgp/libkpgp-4.4.6.ebuild deleted file mode 100644 index 0b5d782d5c01..000000000000 --- a/kde-base/libkpgp/libkpgp-4.4.6.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.6.ebuild,v 1.1 2010/09/11 05:50:53 reavertm Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE pgp abstraction library" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" diff --git a/kde-base/libkpgp/libkpgp-4.4.7.ebuild b/kde-base/libkpgp/libkpgp-4.4.7.ebuild deleted file mode 100644 index a5c0f88b31fa..000000000000 --- a/kde-base/libkpgp/libkpgp-4.4.7.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.7.ebuild,v 1.3 2010/11/06 18:00:23 fauli Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE pgp abstraction library" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" diff --git a/kde-base/libkpgp/libkpgp-4.4.8.ebuild b/kde-base/libkpgp/libkpgp-4.4.8.ebuild deleted file mode 100644 index 2c4b61a11d05..000000000000 --- a/kde-base/libkpgp/libkpgp-4.4.8.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.8.ebuild,v 1.2 2011/01/12 16:30:22 hwoarang Exp $ - -EAPI="3" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE pgp abstraction library" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" |