diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-06-06 21:06:21 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-06-06 21:06:21 +0000 |
commit | 8a266e09e95bb41a3b0197875d23c4761305987b (patch) | |
tree | ac96037f067c316c787f8a87de582fc4a3679fd8 /kde-base/smoke | |
parent | Remove mentions of kdeprefix (diff) | |
download | gentoo-2-8a266e09e95bb41a3b0197875d23c4761305987b.tar.gz gentoo-2-8a266e09e95bb41a3b0197875d23c4761305987b.tar.bz2 gentoo-2-8a266e09e95bb41a3b0197875d23c4761305987b.zip |
Fix removal of WEBKIT_REQUIRED in the eclass
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/smoke')
-rw-r--r-- | kde-base/smoke/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.6.2.ebuild | 5 | ||||
-rw-r--r-- | kde-base/smoke/smoke-4.6.3.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog index aa78aa2c4aec..63dddd31b595 100644 --- a/kde-base/smoke/ChangeLog +++ b/kde-base/smoke/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/smoke # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.134 2011/06/02 21:57:54 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.135 2011/06/06 21:06:21 abcd Exp $ + + 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> smoke-4.6.2.ebuild, + smoke-4.6.3.ebuild: + Fix removal of WEBKIT_REQUIRED in the eclass 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -smoke-4.4.5.ebuild, -smoke-4.4.5-r1.ebuild, -files/smoke-4.4.5-typecompiler.patch: diff --git a/kde-base/smoke/smoke-4.6.2.ebuild b/kde-base/smoke/smoke-4.6.2.ebuild index 912646ea4c5f..69ceaffc8a14 100644 --- a/kde-base/smoke/smoke-4.6.2.ebuild +++ b/kde-base/smoke/smoke-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.2.ebuild,v 1.5 2011/06/01 19:25:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.2.ebuild,v 1.6 2011/06/06 21:06:21 abcd Exp $ EAPI=3 @@ -8,12 +8,11 @@ KMNAME="kdebindings" DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" QTHELP_REQUIRED="optional" -WEBKIT_REQUIRED="optional" inherit kde4-meta DESCRIPTION="Scripting Meta Object Kompiler Engine" KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop webkit" COMMON_DEPEND=" $(add_kdebase_dep kdelibs 'semantic-desktop?,opengl') diff --git a/kde-base/smoke/smoke-4.6.3.ebuild b/kde-base/smoke/smoke-4.6.3.ebuild index 62429fe9502e..933934bae27e 100644 --- a/kde-base/smoke/smoke-4.6.3.ebuild +++ b/kde-base/smoke/smoke-4.6.3.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.3.ebuild,v 1.2 2011/05/14 14:32:16 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.3.ebuild,v 1.3 2011/06/06 21:06:21 abcd Exp $ EAPI=4 DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" QTHELP_REQUIRED="optional" -WEBKIT_REQUIRED="optional" KDE_SCM="git" if [[ ${PV} == *9999 ]]; then @@ -21,7 +20,7 @@ inherit ${eclass} DESCRIPTION="Scripting Meta Object Kompiler Engine" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop webkit" COMMON_DEPEND=" $(add_kdebase_dep kdelibs 'semantic-desktop=,opengl') |