summaryrefslogtreecommitdiff
path: root/kde-base/perlqt
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-04-06 02:14:35 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2013-04-06 02:14:35 +0200
commitf3bd6818558ff8c58874e404e483e63a10d82a78 (patch)
tree389005dcc134e002c4797f8fe3ccc6fff79c46c8 /kde-base/perlqt
parentaf07e4ec32c6997024622f33a86999e7709a5a43 (diff)
downloadkde-f3bd6818558ff8c58874e404e483e63a10d82a78.tar.gz
kde-f3bd6818558ff8c58874e404e483e63a10d82a78.tar.bz2
kde-f3bd6818558ff8c58874e404e483e63a10d82a78.zip
[kde-4.10.2] Moved to main tree
Diffstat (limited to 'kde-base/perlqt')
-rw-r--r--kde-base/perlqt/Manifest1
-rw-r--r--kde-base/perlqt/perlqt-4.10.2.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/kde-base/perlqt/Manifest b/kde-base/perlqt/Manifest
deleted file mode 100644
index bb2840b6c7a..00000000000
--- a/kde-base/perlqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST perlqt-4.10.2.tar.xz 1838380 SHA256 34ca451277bdb226b3c655bb26d1a88fcc80cabb6a155f1e9da88b2806cce585 SHA512 35d90f97cb638c3b914783e6b2b6153c1d6880db154d170e0d26d2361b3ad4712149fe16e1e0f8825651d6e91009a3d29dd4c8f90e928d443666eef1747a3b0c WHIRLPOOL a99ea502c01c967e153c5aafce3401e63ff85ffe2c27b4b7218f02b7d41e06cf2da8f975586b4aa0d853a596d66dffc7b21baf87c8f02fe0415b5cdc093c376d
diff --git a/kde-base/perlqt/perlqt-4.10.2.ebuild b/kde-base/perlqt/perlqt-4.10.2.ebuild
deleted file mode 100644
index 105efd2ec3f..00000000000
--- a/kde-base/perlqt/perlqt-4.10.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="optional"
-MULTIMEDIA_REQUIRED="optional"
-OPENGL_REQUIRED="optional"
-QTHELP_REQUIRED="optional"
-KDE_REQUIRED="never"
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Qt Perl bindings"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug phonon qimageblitz qscintilla qwt webkit"
-
-RDEPEND="
- >=dev-lang/perl-5.10.1
- dev-perl/List-MoreUtils
- $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
-"
-DEPEND=${RDEPEND}
-
-# Split from kdebindings-perl in 4.7
-add_blocker kdebindings-perl
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.7.2-vendor.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_Qt3Support=ON
- $(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)
- $(cmake-utils_use_disable webkit QtWebKit)
- )
- kde4-base_src_configure
-}
-
-src_test() {
- PERL5LIB="${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" kde4-base_src_test
-}