diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-04-02 12:09:16 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-04-02 12:09:16 +0000 |
commit | 3eb9cd65b3764f2333978e349e03ba148183a6bd (patch) | |
tree | 962c022a8056ce57f9f4993cabddb9fa686dae45 /kde-base | |
parent | Remove old. (diff) | |
download | gentoo-2-3eb9cd65b3764f2333978e349e03ba148183a6bd.tar.gz gentoo-2-3eb9cd65b3764f2333978e349e03ba148183a6bd.tar.bz2 gentoo-2-3eb9cd65b3764f2333978e349e03ba148183a6bd.zip |
Remove old.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdepim-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog index 32de205149df..30db867c0200 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.120 2013/04/01 16:03:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.121 2013/04/02 12:09:16 kensington Exp $ + + 02 Apr 2013; Michael Palimaka <kensington@gentoo.org> + -kdepim-runtime-4.4.11.1.ebuild: + Remove old. 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -kdepim-runtime-4.10.0.ebuild, -kdepim-runtime-4.9.5.ebuild: diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild deleted file mode 100644 index 7655d4adc046..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 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.11.1.ebuild,v 1.8 2012/12/08 12:04:13 dilfridge Exp $ - -EAPI=4 - -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 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RESTRICT="test" -# Would need test programs _testrunner and akonaditest from kdepimlibs - -COMMON_DEPEND=" - app-misc/strigi - >=app-office/akonadi-server-1.3.1 - dev-libs/libxml2:2 - dev-libs/libxslt - $(add_kdebase_dep kdelibs 'semantic-desktop' 4.6) - $(add_kdebase_dep kdepimlibs 'semantic-desktop' 4.6) - $(add_kdebase_dep libkdepim) - x11-misc/shared-mime-info -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost -" -RDEPEND="${COMMON_DEPEND} - $(add_kdebase_dep kdepim-icons) -" - -add_blocker akonadi '<4.3.90' |