* [gentoo-commits] proj/kde:master commit in: kde-base/marble/, kde-base/superkaramba/, kde-base/plasma-workspace/, ...
@ 2011-10-22 3:15 Jonathan Callen
0 siblings, 0 replies; only message in thread
From: Jonathan Callen @ 2011-10-22 3:15 UTC (permalink / raw
To: gentoo-commits
commit: df02a26eed6fd51b213c0780b8ce64a2a89d8c2f
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 03:14:52 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 03:14:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df02a26e
Bump all ebuilds to EAPI=4 (thank you python team)
---
.../funambol-client-sdk-9999.ebuild | 15 ++----------
app-portage/kportagetray/kportagetray-0.2.4.ebuild | 2 +-
app-portage/kportagetray/kportagetray-9999.ebuild | 2 +-
.../funambol-sdk-cpp/funambol-sdk-cpp-8.0.0.ebuild | 17 +++----------
kde-base/kajongg/kajongg-4.7.49.9999.ebuild | 2 +-
kde-base/kajongg/kajongg-9999.ebuild | 2 +-
kde-base/kde-l10n/kde-l10n-4.7.49.9999.ebuild | 2 +-
kde-base/kde-l10n/kde-l10n-9999.ebuild | 2 +-
.../kde-wallpapers-4.7.49.9999.ebuild | 2 +-
kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild | 2 +-
.../krosspython/krosspython-4.7.49.9999.ebuild | 2 +-
kde-base/krosspython/krosspython-9999.ebuild | 2 +-
kde-base/lokalize/lokalize-4.7.49.9999.ebuild | 4 +-
kde-base/lokalize/lokalize-9999.ebuild | 4 +-
kde-base/marble/marble-4.7.49.9999.ebuild | 24 ++++++++-----------
kde-base/marble/marble-9999.ebuild | 20 ++++++----------
.../plasma-workspace-4.7.49.9999.ebuild | 2 +-
.../plasma-workspace/plasma-workspace-9999.ebuild | 2 +-
.../printer-applet-4.7.49.9999.ebuild | 2 +-
kde-base/printer-applet/printer-applet-9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.7.49.9999.ebuild | 4 +-
kde-base/pykde4/pykde4-9999.ebuild | 4 +-
.../superkaramba/superkaramba-4.7.49.9999.ebuild | 2 +-
kde-base/superkaramba/superkaramba-9999.ebuild | 2 +-
.../system-config-printer-kde-4.7.49.9999.ebuild | 2 +-
.../system-config-printer-kde-9999.ebuild | 2 +-
kde-misc/pate/pate-9999.ebuild | 2 +-
media-libs/libface/libface-0.1.ebuild | 2 +-
net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild | 2 +-
29 files changed, 54 insertions(+), 80 deletions(-)
diff --git a/app-pda/funambol-client-sdk/funambol-client-sdk-9999.ebuild b/app-pda/funambol-client-sdk/funambol-client-sdk-9999.ebuild
index f735d71..c75dc1b 100644
--- a/app-pda/funambol-client-sdk/funambol-client-sdk-9999.ebuild
+++ b/app-pda/funambol-client-sdk/funambol-client-sdk-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit autotools subversion
@@ -19,18 +19,9 @@ IUSE=""
DEPEND="net-misc/curl"
RDEPEND="${DEPEND}"
+S="${WORKDIR}/${P}/build/autotools"
+
src_prepare() {
- cd "${S}"/build/autotools
mkdir m4
eautoreconf
}
-
-src_configure() {
- cd "${S}"/build/autotools
- econf || die "configure failed"
-}
-
-src_install() {
- cd "${S}"/build/autotools
- emake DESTDIR="${ED}" install || die "emake install failed"
-}
diff --git a/app-portage/kportagetray/kportagetray-0.2.4.ebuild b/app-portage/kportagetray/kportagetray-0.2.4.ebuild
index 067c943..27da029 100644
--- a/app-portage/kportagetray/kportagetray-0.2.4.ebuild
+++ b/app-portage/kportagetray/kportagetray-0.2.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_LINGUAS="pt_BR"
PYTHON_DEPEND="2:2.6"
diff --git a/app-portage/kportagetray/kportagetray-9999.ebuild b/app-portage/kportagetray/kportagetray-9999.ebuild
index d10d07b..cafd6e9 100644
--- a/app-portage/kportagetray/kportagetray-9999.ebuild
+++ b/app-portage/kportagetray/kportagetray-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_LINGUAS="pt_BR"
PYTHON_DEPEND="2:2.6"
diff --git a/dev-libs/funambol-sdk-cpp/funambol-sdk-cpp-8.0.0.ebuild b/dev-libs/funambol-sdk-cpp/funambol-sdk-cpp-8.0.0.ebuild
index 18d05aa..d873889 100644
--- a/dev-libs/funambol-sdk-cpp/funambol-sdk-cpp-8.0.0.ebuild
+++ b/dev-libs/funambol-sdk-cpp/funambol-sdk-cpp-8.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit eutils autotools
@@ -19,17 +19,8 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-src_prepare() {
- cd "${S}/build/autotools"
- eautoreconf || die "Failed to autotoolize"
-}
+S="${WORKDIR}/${P}/build/autotools"
-src_compile() {
- cd "${S}/build/autotools"
- emake || die "Failed to compilerize"
-}
-
-src_install() {
- cd "${S}/build/autotools"
- emake DESTDIR="${D}" install || die "Failed to installerize"
+src_prepare() {
+ eautoreconf
}
diff --git a/kde-base/kajongg/kajongg-4.7.49.9999.ebuild b/kde-base/kajongg/kajongg-4.7.49.9999.ebuild
index 2b7ea59..4112b14 100644
--- a/kde-base/kajongg/kajongg-4.7.49.9999.ebuild
+++ b/kde-base/kajongg/kajongg-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdegames"
diff --git a/kde-base/kajongg/kajongg-9999.ebuild b/kde-base/kajongg/kajongg-9999.ebuild
index 2b7ea59..4112b14 100644
--- a/kde-base/kajongg/kajongg-9999.ebuild
+++ b/kde-base/kajongg/kajongg-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdegames"
diff --git a/kde-base/kde-l10n/kde-l10n-4.7.49.9999.ebuild b/kde-base/kde-l10n/kde-l10n-4.7.49.9999.ebuild
index dda5ea8..a3e5163 100644
--- a/kde-base/kde-l10n/kde-l10n-4.7.49.9999.ebuild
+++ b/kde-base/kde-l10n/kde-l10n-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit kde4-base
diff --git a/kde-base/kde-l10n/kde-l10n-9999.ebuild b/kde-base/kde-l10n/kde-l10n-9999.ebuild
index dda5ea8..a3e5163 100644
--- a/kde-base/kde-l10n/kde-l10n-9999.ebuild
+++ b/kde-base/kde-l10n/kde-l10n-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit kde4-base
diff --git a/kde-base/kde-wallpapers/kde-wallpapers-4.7.49.9999.ebuild b/kde-base/kde-wallpapers/kde-wallpapers-4.7.49.9999.ebuild
index 91aa485..ce39d2b 100644
--- a/kde-base/kde-wallpapers/kde-wallpapers-4.7.49.9999.ebuild
+++ b/kde-base/kde-wallpapers/kde-wallpapers-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KMNAME="kde-wallpapers"
KDE_SCM="svn"
diff --git a/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild
index 91aa485..ce39d2b 100644
--- a/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild
+++ b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KMNAME="kde-wallpapers"
KDE_SCM="svn"
diff --git a/kde-base/krosspython/krosspython-4.7.49.9999.ebuild b/kde-base/krosspython/krosspython-4.7.49.9999.ebuild
index 42c1ebf..0c329c7 100644
--- a/kde-base/krosspython/krosspython-4.7.49.9999.ebuild
+++ b/kde-base/krosspython/krosspython-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_SCM="git"
KMNAME="kross-interpreters"
diff --git a/kde-base/krosspython/krosspython-9999.ebuild b/kde-base/krosspython/krosspython-9999.ebuild
index 42c1ebf..0c329c7 100644
--- a/kde-base/krosspython/krosspython-9999.ebuild
+++ b/kde-base/krosspython/krosspython-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_SCM="git"
KMNAME="kross-interpreters"
diff --git a/kde-base/lokalize/lokalize-4.7.49.9999.ebuild b/kde-base/lokalize/lokalize-4.7.49.9999.ebuild
index e18ef74..5b51463 100644
--- a/kde-base/lokalize/lokalize-4.7.49.9999.ebuild
+++ b/kde-base/lokalize/lokalize-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdesdk"
@@ -33,7 +33,7 @@ pkg_setup() {
src_install() {
kde4-meta_src_install
- python_convert_shebangs -q -r $(python_get_version) "${ED}${PREFIX}/share/apps/${PN}"
+ python_convert_shebangs -q -r $(python_get_version) "${ED}/usr/share/apps/${PN}"
}
pkg_postinst() {
diff --git a/kde-base/lokalize/lokalize-9999.ebuild b/kde-base/lokalize/lokalize-9999.ebuild
index 500c5c3..d335d14 100644
--- a/kde-base/lokalize/lokalize-9999.ebuild
+++ b/kde-base/lokalize/lokalize-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdesdk"
@@ -31,7 +31,7 @@ pkg_setup() {
src_install() {
kde4-meta_src_install
- python_convert_shebangs -q -r $(python_get_version) "${ED}${PREFIX}/share/apps/${PN}"
+ python_convert_shebangs -q -r $(python_get_version) "${ED}/usr/share/apps/${PN}"
}
pkg_postinst() {
diff --git a/kde-base/marble/marble-4.7.49.9999.ebuild b/kde-base/marble/marble-4.7.49.9999.ebuild
index 37acfd7..07f0ae1 100644
--- a/kde-base/marble/marble-4.7.49.9999.ebuild
+++ b/kde-base/marble/marble-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.7.0-r1.ebuild,v 1.1 2011/07/31 18:24:35 dilfridge Exp $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KDE_REQUIRED="optional"
@@ -28,8 +28,10 @@ DEPEND="
RDEPEND="${DEPEND}
"
+REQUIRED_USE="plasma? ( kde )"
+
PATCHES=(
- "${FILESDIR}/${PN}-4.7-magic-r1.patch"
+ "${FILESDIR}/${PN}-4.7-magic-r1.patch"
)
pkg_setup() {
@@ -40,30 +42,24 @@ pkg_setup() {
src_prepare() {
kde4-base_src_prepare
python_convert_shebangs -r $(python_get_version) .
+
+ find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed -i 's/#include <marble\//#include </'
}
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
$(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN)
$(cmake-utils_use python EXPERIMENTAL_PYTHON_BINDINGS)
$(cmake-utils_use_with python PyQt4)
$(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with python SIP)
$(cmake-utils_use_with gps libgps)
- -DWITH_liblocation=0
- )
- use kde || mycmakeargs=(
- -DQTONLY=ON
- ${mycmakeargs[@]}
- )
- use kde && mycmakeargs=(
+ $(cmake-utils_use !kde QTONLY)
$(cmake-utils_use_with plasma)
- $(cmake-utils_use_with python PyKDE4)
- ${mycmakeargs[@]}
+ -DWITH_liblocation=0
+ $(use kde && cmake-utils_use_with python PyKDE4)
)
- find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed -i 's/#include <marble\//#include </'
-
kde4-base_src_configure
}
diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-9999.ebuild
index 9d936ac..e517c4c 100644
--- a/kde-base/marble/marble-9999.ebuild
+++ b/kde-base/marble/marble-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.7.0-r1.ebuild,v 1.1 2011/07/31 18:24:35 dilfridge Exp $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KDE_REQUIRED="optional"
@@ -28,6 +28,8 @@ DEPEND="
RDEPEND="${DEPEND}
"
+REQUIRED_USE="plasma? ( kde )"
+
pkg_setup() {
python_set_active_version 2
kde4-base_pkg_setup
@@ -36,6 +38,8 @@ pkg_setup() {
src_prepare() {
kde4-base_src_prepare
python_convert_shebangs -r $(python_get_version) .
+
+ find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed -i 's/#include <marble\//#include </'
}
src_configure() {
@@ -46,20 +50,12 @@ src_configure() {
$(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with python SIP)
$(cmake-utils_use_with gps libgps)
- -DWITH_liblocation=0
- )
- use kde || mycmakeargs=(
- -DQTONLY=ON
- ${mycmakeargs[@]}
- )
- use kde && mycmakeargs=(
+ $(cmake-utils_use !kde QTONLY)
$(cmake-utils_use_with plasma)
- $(cmake-utils_use_with python PyKDE4)
- ${mycmakeargs[@]}
+ -DWITH_liblocation=0
+ $(use kde && cmake-utils_use_with python PyKDE4)
)
- find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed -i 's/#include <marble\//#include </'
-
kde4-base_src_configure
}
diff --git a/kde-base/plasma-workspace/plasma-workspace-4.7.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.7.49.9999.ebuild
index 68ae697..a7c16c2 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.7.49.9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kde-workspace"
diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index c36af4b..24bd07f 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kde-workspace"
diff --git a/kde-base/printer-applet/printer-applet-4.7.49.9999.ebuild b/kde-base/printer-applet/printer-applet-4.7.49.9999.ebuild
index 37dfbb7..ddc34a3 100644
--- a/kde-base/printer-applet/printer-applet-4.7.49.9999.ebuild
+++ b/kde-base/printer-applet/printer-applet-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
PYTHON_DEPEND="2"
diff --git a/kde-base/printer-applet/printer-applet-9999.ebuild b/kde-base/printer-applet/printer-applet-9999.ebuild
index b580743..d61e9f3 100644
--- a/kde-base/printer-applet/printer-applet-9999.ebuild
+++ b/kde-base/printer-applet/printer-applet-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
PYTHON_DEPEND="2"
diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
index e99a0cb..916e24b 100644
--- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="*:2.5"
RESTRICT_PYTHON_ABIS="*-jython 2.4"
@@ -120,7 +120,7 @@ src_compile() {
src_install() {
installation() {
cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install || die "emake install failed for Python ${PYTHON_ABI}"
+ emake DESTDIR="${T}/images/${PYTHON_ABI}" install
}
python_execute_function installation
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index e99a0cb..916e24b 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="*:2.5"
RESTRICT_PYTHON_ABIS="*-jython 2.4"
@@ -120,7 +120,7 @@ src_compile() {
src_install() {
installation() {
cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install || die "emake install failed for Python ${PYTHON_ABI}"
+ emake DESTDIR="${T}/images/${PYTHON_ABI}" install
}
python_execute_function installation
diff --git a/kde-base/superkaramba/superkaramba-4.7.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.7.49.9999.ebuild
index 18f464a..717c33d 100644
--- a/kde-base/superkaramba/superkaramba-4.7.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="python? 2"
KDE_SCM="git"
diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild
index 4a49b63..ecbad99 100644
--- a/kde-base/superkaramba/superkaramba-9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="python? 2"
KDE_SCM="git"
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.49.9999.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.49.9999.ebuild
index d0a6dfb..de0a5f5 100644
--- a/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.49.9999.ebuild
+++ b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KMNAME="kdeadmin"
PYTHON_DEPEND="2"
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-9999.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-9999.ebuild
index d0a6dfb..de0a5f5 100644
--- a/kde-base/system-config-printer-kde/system-config-printer-kde-9999.ebuild
+++ b/kde-base/system-config-printer-kde/system-config-printer-kde-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KMNAME="kdeadmin"
PYTHON_DEPEND="2"
diff --git a/kde-misc/pate/pate-9999.ebuild b/kde-misc/pate/pate-9999.ebuild
index df422e1..18c49f2 100644
--- a/kde-misc/pate/pate-9999.ebuild
+++ b/kde-misc/pate/pate-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND="2"
KDE_SCM="git"
diff --git a/media-libs/libface/libface-0.1.ebuild b/media-libs/libface/libface-0.1.ebuild
index ea4c93c..99ce4e7 100644
--- a/media-libs/libface/libface-0.1.ebuild
+++ b/media-libs/libface/libface-0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
inherit cmake-utils
diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
index 32c7d8e..5f1b3c2 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=4
PYTHON_DEPEND="2"
-EAPI=3
inherit python base cmake-utils
DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-22 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-22 3:15 [gentoo-commits] proj/kde:master commit in: kde-base/marble/, kde-base/superkaramba/, kde-base/plasma-workspace/, Jonathan Callen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox