summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-08-06 12:42:40 +0200
committerJohannes Huber <johu@gentoo.org>2016-08-06 12:51:38 +0200
commit11915cb8379b3e62f50594328e0fc3da57f0feb3 (patch)
tree232f70d385c464da4529cebf162c2695dbfa53a0 /kde-base
parentkde-base/perlkde: Remove last-rited pkg (diff)
downloadgentoo-11915cb8379b3e62f50594328e0fc3da57f0feb3.tar.gz
gentoo-11915cb8379b3e62f50594328e0fc3da57f0feb3.tar.bz2
gentoo-11915cb8379b3e62f50594328e0fc3da57f0feb3.zip
kde-base/perlqt: Remove last-rited pkg
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/perlqt/Manifest1
-rw-r--r--kde-base/perlqt/files/perlqt-4.10.80-vendor.patch11
-rw-r--r--kde-base/perlqt/metadata.xml18
-rw-r--r--kde-base/perlqt/perlqt-4.14.3.ebuild50
4 files changed, 0 insertions, 80 deletions
diff --git a/kde-base/perlqt/Manifest b/kde-base/perlqt/Manifest
deleted file mode 100644
index ad855952e978..000000000000
--- a/kde-base/perlqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST perlqt-4.14.3.tar.xz 1811516 SHA256 a05db202fe784380e574e91255ebfc7344df3a5316bb1b35e84c73fc66a7346e SHA512 b888581d15e79e4e8fde625825ee5d925258ebebbe1a8271650996b6e7a83f55bea8fa78c0c15c7414a6ab37bb3be32cc68b855294c33ce437129128b856fe58 WHIRLPOOL 15b18b70ea1e89b61998c8ea9d0e76cad9e11e1a705376b0a867122cf5b07d02c74449e40770fc93c3cc8e840f91577590ae684248c351dc08408b8f98492014
diff --git a/kde-base/perlqt/files/perlqt-4.10.80-vendor.patch b/kde-base/perlqt/files/perlqt-4.10.80-vendor.patch
deleted file mode 100644
index 635428fb260f..000000000000
--- a/kde-base/perlqt/files/perlqt-4.10.80-vendor.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -38,7 +38,7 @@
- include (FindPerlMore)
- string(LENGTH "${PERL_INSTALL_PREFIX}" PERL_INSTALL_PREFIX_LEN)
- math(EXPR PERL_INSTALL_PREFIX_LEN "${PERL_INSTALL_PREFIX_LEN}+1")
--string(SUBSTRING ${PERL_SITE_ARCH_DIR} ${PERL_INSTALL_PREFIX_LEN} -1 CUSTOM_PERL_SITE_ARCH_DIR)
-+string(SUBSTRING ${PERL_VENDOR_ARCH_DIR} ${PERL_INSTALL_PREFIX_LEN} -1 CUSTOM_PERL_SITE_ARCH_DIR)
- file(TO_NATIVE_PATH "${CMAKE_INSTALL_PREFIX}/${CUSTOM_PERL_SITE_ARCH_DIR}" CUSTOM_PERL_SITE_ARCH_DIR)
- set(CUSTOM_PERL_SITE_ARCH_DIR ${CUSTOM_PERL_SITE_ARCH_DIR} CACHE DIR "Custom installation directory for perl binary extension")
-
diff --git a/kde-base/perlqt/metadata.xml b/kde-base/perlqt/metadata.xml
deleted file mode 100644
index b6e94f16b181..000000000000
--- a/kde-base/perlqt/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-<use>
- <flag name="declarative">Compile bindings for <pkg>dev-qt/qtdeclarative</pkg>.</flag>
- <flag name="multimedia">Compile bindings for <pkg>dev-qt/qtmultimedia</pkg>.</flag>
- <flag name="phonon">Compile bindings for Phonon.</flag>
- <flag name="qimageblitz">Compile bindings for <pkg>media-libs/qimageblitz</pkg>.</flag>
- <flag name="qscintilla">Compile bindings for <pkg>x11-libs/qscintilla</pkg>.</flag>
- <flag name="qthelp">Compile bindings for QtHelp from <pkg>dev-qt/qthelp</pkg>.</flag>
- <flag name="qwt">Compile bindings for <pkg>x11-libs/qwt</pkg>.</flag>
- <flag name="webkit">Compile bindings for <pkg>dev-qt/qtwebkit</pkg>.</flag>
-</use>
-</pkgmetadata>
diff --git a/kde-base/perlqt/perlqt-4.14.3.ebuild b/kde-base/perlqt/perlqt-4.14.3.ebuild
deleted file mode 100644
index ddfeaf50d4d2..000000000000
--- a/kde-base/perlqt/perlqt-4.14.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 x86 ~amd64-linux ~x86-linux"
-IUSE="debug phonon qimageblitz qscintilla qwt webkit"
-
-RDEPEND="
- dev-lang/perl:=
- dev-perl/List-MoreUtils
- $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
-"
-DEPEND=${RDEPEND}
-
-RESTRICT="test"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.10.80-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="${BUILD_DIR}/blib/arch:${BUILD_DIR}/blib/lib" kde4-base_src_test
-}