diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/kdepim-runtime | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepim-runtime')
-rw-r--r-- | kde-base/kdepim-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdepim-runtime/kdepim-runtime-4.4.4.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog index 30c5ff13198e..81ac93467d04 100644 --- a/kde-base/kdepim-runtime/ChangeLog +++ b/kde-base/kdepim-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdepim-runtime # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.17 2010/08/09 07:23:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.18 2010/08/09 11:30:26 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-runtime-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kdepim-runtime-4.4.5.ebuild: diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.4.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.4.ebuild deleted file mode 100644 index 62667cfdf855..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.4.ebuild +++ /dev/null @@ -1,35 +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.4.ebuild,v 1.4 2010/07/30 15:37:45 scarabeus 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" - -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 kdemaildir '<4.3.0' -add_blocker akonadi '<4.3.90' |