diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:32:57 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:32:57 +0000 |
commit | 806577fded44f967a46164eca67ea8e9d41dbaeb (patch) | |
tree | 59f87f203ff4b1f0fa6cceeb2e330a8658050216 /kde-base | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-806577fded44f967a46164eca67ea8e9d41dbaeb.tar.gz gentoo-2-806577fded44f967a46164eca67ea8e9d41dbaeb.tar.bz2 gentoo-2-806577fded44f967a46164eca67ea8e9d41dbaeb.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/smoke/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.4.0.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index 28914352c4d3..7e5a53623a65 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/smoke # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.97 2010/03/30 22:05:05 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.98 2010/03/31 23:32:57 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -smoke-4.4.0.ebuild: + Remove old KDE versions. *smoke-4.4.2 (30 Mar 2010) diff --git a/kde-base/smoke/smoke-4.4.0.ebuild b/kde-base/smoke/smoke-4.4.0.ebuild deleted file mode 100644 index 57724d696c95..000000000000 --- a/kde-base/smoke/smoke-4.4.0.ebuild +++ /dev/null @@ -1,47 +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/smoke/smoke-4.4.0.ebuild,v 1.1 2010/02/09 00:22:07 alexxy Exp $ - -EAPI="2" - -KMNAME="kdebindings" -WEBKIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="Scripting Meta Object Kompiler Engine" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="akonadi kdevplatform okular +phonon qimageblitz qtmultimedia qscintilla qwt semantic-desktop" - -COMMON_DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop?') - akonadi? ( $(add_kdebase_dep kdepimlibs) ) - kdevplatform? ( dev-util/kdevplatform:4 ) - okular? ( $(add_kdebase_dep okular) ) - phonon? ( >=media-sound/phonon-4.3.80[xcb] ) - qimageblitz? ( >=kde-base/qimageblitz-0.0.4 ) - qscintilla? ( x11-libs/qscintilla ) - qwt? ( x11-libs/qwt:5 ) -" - -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -KMEXTRA="generator/" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_enable akonadi) - $(cmake-utils_use_enable akonadi Kdepimlibs) - $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE) - $(cmake-utils_use_enable okular) - $(cmake-utils_use_enable phonon PHONON_SMOKE) - $(cmake-utils_use_enable qimageblitz QIMAGEBLITZ_SMOKE) - $(cmake-utils_use_enable qscintilla QSCI_SMOKE) - $(cmake-utils_use_enable qtmultimedia QTMULTIMEDIA_SMOKE) - $(cmake-utils_use_enable qwt QWT_SMOKE) - $(cmake-utils_use_enable semantic-desktop Nepomuk) - $(cmake-utils_use_enable semantic-desktop Soprano) - $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE) - ) - kde4-meta_src_configure -} |