diff options
author | 2015-02-19 06:37:16 +0000 | |
---|---|---|
committer | 2015-02-19 06:37:16 +0000 | |
commit | f2c8438d3f8f5a2a9ca82d7d1b5b706afb3e1bf0 (patch) | |
tree | 6c2851151dcb9478fefa4e99e021b34634f675e7 /kde-base | |
parent | old (diff) | |
download | gentoo-2-f2c8438d3f8f5a2a9ca82d7d1b5b706afb3e1bf0.tar.gz gentoo-2-f2c8438d3f8f5a2a9ca82d7d1b5b706afb3e1bf0.tar.bz2 gentoo-2-f2c8438d3f8f5a2a9ca82d7d1b5b706afb3e1bf0.zip |
Stable for amd64. Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/smokeqt/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/smokeqt/smokeqt-4.14.3.ebuild | 54 |
3 files changed, 7 insertions, 57 deletions
diff --git a/kde-base/smokeqt/ChangeLog b/kde-base/smokeqt/ChangeLog index a35f789925cb..ac50c8f05165 100644 --- a/kde-base/smokeqt/ChangeLog +++ b/kde-base/smokeqt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/smokeqt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.148 2015/02/18 16:26:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.149 2015/02/19 06:37:16 kensington Exp $ + + 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -smokeqt-4.14.3.ebuild, + smokeqt-4.14.3-r1.ebuild: + Stable for amd64. Remove old. 18 Feb 2015; Michał Górny <mgorny@gentoo.org> -smokeqt-4.12.5.ebuild: Remove KDE SC 4.12 diff --git a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild index eb628c057454..06e3f015006a 100644 --- a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild +++ b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild,v 1.4 2015/02/17 11:06:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild,v 1.5 2015/02/19 06:37:16 kensington Exp $ EAPI=5 @@ -13,7 +13,7 @@ KDE_REQUIRED="never" inherit kde4-base DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings" -KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug +phonon qimageblitz qscintilla qwt webkit xmlpatterns" HOMEPAGE="http://techbase.kde.org/Development/Languages/Smoke" diff --git a/kde-base/smokeqt/smokeqt-4.14.3.ebuild b/kde-base/smokeqt/smokeqt-4.14.3.ebuild deleted file mode 100644 index 40a99505fdf4..000000000000 --- a/kde-base/smokeqt/smokeqt-4.14.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.14.3.ebuild,v 1.2 2014/12/11 13:05:50 zlogene Exp $ - -EAPI=5 - -DECLARATIVE_REQUIRED="optional" -MULTIMEDIA_REQUIRED="optional" -QTHELP_REQUIRED="optional" -OPENGL_REQUIRED="optional" -KDE_REQUIRED="never" - -inherit kde4-base - -DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +phonon qimageblitz qscintilla qwt webkit" -HOMEPAGE="http://techbase.kde.org/Development/Languages/Smoke" - -# Maybe make more of Qt optional? -DEPEND=" - $(add_kdebase_dep smokegen) - dev-qt/designer:4 - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - dev-qt/qtscript:4 - dev-qt/qtsql:4 - dev-qt/qtsvg:4 - dev-qt/qttest:4 - phonon? ( media-libs/phonon[qt4] ) - qimageblitz? ( >=media-libs/qimageblitz-0.0.4 ) - qscintilla? ( x11-libs/qscintilla:= ) - qwt? ( x11-libs/qwt:5[svg] ) - webkit? ( dev-qt/qtwebkit:4 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DDISABLE_Qt3Support=ON - -DWITH_QT3_SUPPORT=OFF - $(cmake-utils_use_disable declarative QtDeclarative) - $(cmake-utils_use_disable multimedia QtMultimedia) - $(cmake-utils_use_disable opengl QtOpenGL) - $(cmake-utils_use_with phonon) - $(cmake-utils_use_with qimageblitz QImageBlitz) - $(cmake-utils_use_with qscintilla QScintilla) - $(cmake-utils_use_disable qthelp QtHelp) - $(cmake-utils_use_disable qwt Qwt5) - $(cmake-utils_use_disable webkit QtWebKit) - ) - kde4-base_src_configure -} |