* [gentoo-commits] repo/gentoo:master commit in: kde-base/perlqt/files/, kde-base/perlqt/
@ 2016-08-06 10:51 Johannes Huber
0 siblings, 0 replies; only message in thread
From: Johannes Huber @ 2016-08-06 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 11915cb8379b3e62f50594328e0fc3da57f0feb3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 10:42:40 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 10:51:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11915cb8
kde-base/perlqt: Remove last-rited pkg
kde-base/perlqt/Manifest | 1 -
kde-base/perlqt/files/perlqt-4.10.80-vendor.patch | 11 -----
kde-base/perlqt/metadata.xml | 18 --------
kde-base/perlqt/perlqt-4.14.3.ebuild | 50 -----------------------
4 files changed, 80 deletions(-)
diff --git a/kde-base/perlqt/Manifest b/kde-base/perlqt/Manifest
deleted file mode 100644
index ad85595..0000000
--- 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 635428f..0000000
--- 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 b6e94f1..0000000
--- 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 ddfeaf5..0000000
--- 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
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-06 10:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 10:51 [gentoo-commits] repo/gentoo:master commit in: kde-base/perlqt/files/, kde-base/perlqt/ Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox