diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-28 12:13:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-28 12:13:44 +0000 |
commit | e35df31c83020268fa99aebfbf3da43ccdfea895 (patch) | |
tree | b0ff876ef1f6747983abfc5930a193504c6b01be /kde-base/kdeplasma-addons | |
parent | http://my.opera.com/desktopteam/blog/2013/01/28/opera-12-13-rc2 (diff) | |
download | gentoo-2-e35df31c83020268fa99aebfbf3da43ccdfea895.tar.gz gentoo-2-e35df31c83020268fa99aebfbf3da43ccdfea895.tar.bz2 gentoo-2-e35df31c83020268fa99aebfbf3da43ccdfea895.zip |
Remove old
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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.9.3.ebuild | 61 | ||||
-rw-r--r-- | kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild | 61 |
3 files changed, 5 insertions, 123 deletions
diff --git a/kde-base/kdeplasma-addons/ChangeLog b/kde-base/kdeplasma-addons/ChangeLog index 122614738ac3..dec4da6df745 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.165 2013/01/27 23:22:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.166 2013/01/28 12:12:51 ago Exp $ + + 28 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -kdeplasma-addons-4.9.3.ebuild, + -kdeplasma-addons-4.9.4.ebuild: + Remove old 27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kdeplasma-addons-4.9.5.ebuild: Stable for ppc, wrt bug #450678 diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.3.ebuild deleted file mode 100644 index 35b72de58205..000000000000 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.3.ebuild +++ /dev/null @@ -1,61 +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.9.3.ebuild,v 1.4 2012/11/30 15:46:47 ago Exp $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="attica debug desktopglobe exif fcitx ibus json oauth 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 ) - json? ( dev-libs/qjson ) - oauth? ( dev-libs/qoauth ) - 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 json QJSON) - $(cmake-utils_use_with oauth QtOAuth) - $(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 -} diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild deleted file mode 100644 index ca5d8629c6fd..000000000000 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild +++ /dev/null @@ -1,61 +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.9.4.ebuild,v 1.2 2012/12/23 19:27:45 maekke Exp $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="attica debug desktopglobe exif fcitx ibus json oauth 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 ) - json? ( dev-libs/qjson ) - oauth? ( dev-libs/qoauth ) - 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 json QJSON) - $(cmake-utils_use_with oauth QtOAuth) - $(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 -} |