* [gentoo-commits] proj/kde:master commit in: kde-base/smoke/
@ 2011-04-26 10:49 Alexey Shvetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2011-04-26 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 2e550023b33339daad1f1f4ffe7a6e10213a0d91
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 10:48:46 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 10:48:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2e550023
[kde-base/smoke] One more ebuild with eclass foo
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
kde-base/smoke/smoke-4.6.9999.ebuild | 14 +++++++++++---
kde-base/smoke/smoke-9999.ebuild | 14 +++++++++++---
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/kde-base/smoke/smoke-4.6.9999.ebuild b/kde-base/smoke/smoke-4.6.9999.ebuild
index 37c97bf..694a2f0 100644
--- a/kde-base/smoke/smoke-4.6.9999.ebuild
+++ b/kde-base/smoke/smoke-4.6.9999.ebuild
@@ -4,12 +4,20 @@
EAPI=4
-KMNAME="kdebindings"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
WEBKIT_REQUIRED="optional"
-inherit kde4-meta
+
+KDE_SCM="git"
+if [[ ${PV} == *9999 ]]; then
+ eclass=kde4-base
+else
+ KMNAME="kdebindings"
+ eclass=kde4-meta
+fi
+
+inherit ${eclass}
DESCRIPTION="Scripting Meta Object Kompiler Engine"
KEYWORDS=""
@@ -52,5 +60,5 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_disable webkit QtWebKit)
)
- kde4-meta_src_configure
+ ${eclass}_src_configure
}
diff --git a/kde-base/smoke/smoke-9999.ebuild b/kde-base/smoke/smoke-9999.ebuild
index 37c97bf..694a2f0 100644
--- a/kde-base/smoke/smoke-9999.ebuild
+++ b/kde-base/smoke/smoke-9999.ebuild
@@ -4,12 +4,20 @@
EAPI=4
-KMNAME="kdebindings"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
WEBKIT_REQUIRED="optional"
-inherit kde4-meta
+
+KDE_SCM="git"
+if [[ ${PV} == *9999 ]]; then
+ eclass=kde4-base
+else
+ KMNAME="kdebindings"
+ eclass=kde4-meta
+fi
+
+inherit ${eclass}
DESCRIPTION="Scripting Meta Object Kompiler Engine"
KEYWORDS=""
@@ -52,5 +60,5 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_disable webkit QtWebKit)
)
- kde4-meta_src_configure
+ ${eclass}_src_configure
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/smoke/
@ 2011-06-05 4:09 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 2+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-05 4:09 UTC (permalink / raw
To: gentoo-commits
commit: 95db9d775b16b436a6bdb30b81c5cc5292cd1ff2
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 04:01:44 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 04:01:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=95db9d77
[kde-base/smoke] Dropping 4.6.80.ebuild as smoke has been split in 3 packages.
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/smoke/smoke-4.6.80.ebuild | 63 ------------------------------------
1 files changed, 0 insertions(+), 63 deletions(-)
diff --git a/kde-base/smoke/smoke-4.6.80.ebuild b/kde-base/smoke/smoke-4.6.80.ebuild
deleted file mode 100644
index bbe994a..0000000
--- a/kde-base/smoke/smoke-4.6.80.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DECLARATIVE_REQUIRED="optional"
-MULTIMEDIA_REQUIRED="optional"
-QTHELP_REQUIRED="optional"
-
-KDE_SCM="git"
-if [[ ${PV} == *9999 ]]; then
- kde_eclass="kde4-base"
-else
- KMNAME="kdebindings"
- kde_eclass="kde4-meta"
-fi
-
-inherit ${kde_eclass}
-
-DESCRIPTION="Scripting Meta Object Kompiler Engine"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop webkit"
-
-COMMON_DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- akonadi? ( $(add_kdebase_dep kdepimlibs) )
- attica? ( dev-libs/libattica )
- kate? ( $(add_kdebase_dep kate) )
- okular? ( $(add_kdebase_dep okular) )
- phonon? ( >=media-libs/phonon-4.4.3 )
- qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
- qscintilla? ( x11-libs/qscintilla )
- qwt? ( x11-libs/qwt:5 )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-KMEXTRA="generator/"
-
-KMSAVELIBS=1
-
-src_configure() {
- mycmakeargs=(
- -DDISABLE_Qt3Support=ON
- $(cmake-utils_use_with akonadi)
- $(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with attica LibAttica)
- $(cmake-utils_use_disable declarative QtDeclarative)
- $(cmake-utils_use_disable kate)
- $(cmake-utils_use_disable multimedia QtMultimedia)
- $(cmake-utils_use_with okular)
- $(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)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_disable webkit QtWebKit)
- )
- ${kde_eclass}_src_configure
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-05 4:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-05 4:09 [gentoo-commits] proj/kde:master commit in: kde-base/smoke/ Jorge Manuel B. S. Vicetto
-- strict thread matches above, loose matches on Subject: below --
2011-04-26 10:49 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox