diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-12-08 11:53:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-12-08 11:53:45 +0000 |
commit | 6b11c982db02a383e84cd168d17f7f33c49cbf11 (patch) | |
tree | 07dbb85126348d4f13e0dda7134a7313085efe2b /kde-base/kdeplasma-addons | |
parent | [bump] dev-perl/IO-Socket-IP-0.180.0 (diff) | |
download | gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.tar.gz gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.tar.bz2 gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.zip |
Drop KDE 4.8
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)
Diffstat (limited to 'kde-base/kdeplasma-addons')
-rw-r--r-- | kde-base/kdeplasma-addons/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdeplasma-addons/kdeplasma-addons-4.8.5.ebuild | 57 |
2 files changed, 5 insertions, 58 deletions
diff --git a/kde-base/kdeplasma-addons/ChangeLog b/kde-base/kdeplasma-addons/ChangeLog index 3b4d303931c4..0b1ac938295a 100644 --- a/kde-base/kdeplasma-addons/ChangeLog +++ b/kde-base/kdeplasma-addons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdeplasma-addons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.159 2012/12/05 16:58:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.160 2012/12/08 11:53:19 dilfridge Exp $ + + 08 Dec 2012; Andreas K. Huettel <dilfridge@gentoo.org> + -kdeplasma-addons-4.8.5.ebuild: + Drop KDE 4.8 *kdeplasma-addons-4.9.4 (05 Dec 2012) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.5.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.5.ebuild deleted file mode 100644 index 468e16f82788..000000000000 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.5.ebuild +++ /dev/null @@ -1,57 +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/kdeplasma-addons/kdeplasma-addons-4.8.5.ebuild,v 1.5 2012/10/13 22:10:36 johu Exp $ - -EAPI=4 - -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop" - -# krunner is only needed to generate dbus interface for lancelot -COMMON_DEPEND=" - app-crypt/qca:2 - app-crypt/qca-ossl:2 - $(add_kdebase_dep kdelibs 'semantic-desktop=') - $(add_kdebase_dep krunner) - $(add_kdebase_dep plasma-workspace 'semantic-desktop=') - x11-misc/shared-mime-info - attica? ( dev-libs/libattica ) - desktopglobe? ( $(add_kdebase_dep marble) ) - exif? ( $(add_kdebase_dep libkexiv2) ) - fcitx? ( app-i18n/fcitx[dbus(+)] ) - ibus? ( app-i18n/ibus ) - qalculate? ( sci-libs/libqalculate ) - qwt? ( x11-libs/qwt:5 ) - scim? ( app-i18n/scim ) - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - $(add_kdebase_dep plasma-workspace 'rss') - ) -" -DEPEND="${COMMON_DEPEND} - dev-cpp/eigen:2 -" -RDEPEND="${COMMON_DEPEND} -" - -src_configure() { - mycmakeargs=( - -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" - $(cmake-utils_use_with attica LibAttica) - $(cmake-utils_use_with desktopglobe Marble) - $(cmake-utils_use_with exif Kexiv2) - $(cmake-utils_use_with ibus) - $(cmake-utils_use_with qalculate) - $(cmake-utils_use_with qwt) - $(cmake-utils_use_with semantic-desktop KdepimLibs) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with scim) - ) - - kde4-base_src_configure -} |