summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-13 21:58:17 +1100
committerMichael Palimaka <kensington@gentoo.org>2013-02-13 21:58:17 +1100
commit01988a1fb1ae184dde7abf8f6d05ba7f8d24007a (patch)
tree5050028baac5144ee0b797ff22162901dda06a0d
parent400c86b7146ab8a1caa8fc1aa80bb9facca7107d (diff)
downloadkde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.tar.gz
kde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.tar.bz2
kde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.zip
[kde-misc/pate] Remove package since it is now part of KDE/4.10.
-rw-r--r--kde-misc/pate/files/pate-pyqt.patch20
-rw-r--r--kde-misc/pate/metadata.xml6
-rw-r--r--kde-misc/pate/pate-9999.ebuild31
3 files changed, 0 insertions, 57 deletions
diff --git a/kde-misc/pate/files/pate-pyqt.patch b/kde-misc/pate/files/pate-pyqt.patch
deleted file mode 100644
index 79197f787ea..00000000000
--- a/kde-misc/pate/files/pate-pyqt.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c892cbd..5ff3d05 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -36,7 +36,14 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${SIP_INCLUDE_DIR} ${PYTHON_INCL
- set(SIP_INCLUDES ${PYQT4_SIP_DIR} ${PYKDE4_SIP_DIR} sip/kate)
- set(SIP_CONCAT_PARTS 1)
- set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG} ${PYKDE4_VERSION_TAG})
--set(SIP_EXTRA_OPTIONS -g)
-+
-+if(PYQT4_VERSION LESS "040905")
-+ set(SIP_EXTRA_OPTIONS -g)
-+else (PYQT4_VERSION LESS "040905")
-+ # Disable QVector<int> for newer PyQt
-+ set(SIP_EXTRA_OPTIONS -g -x PyKDE_QVector)
-+endif(PYQT4_VERSION LESS "040905")
-+
- add_sip_python_module(PyKDE4.kate sip/kate/katemod.sip ${KDE4_KTEXTEDITOR_LIBS} kateinterfaces)
-
-
diff --git a/kde-misc/pate/metadata.xml b/kde-misc/pate/metadata.xml
deleted file mode 100644
index 6222792776c..00000000000
--- a/kde-misc/pate/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
-
diff --git a/kde-misc/pate/pate-9999.ebuild b/kde-misc/pate/pate-9999.ebuild
deleted file mode 100644
index 6bcc38f34cf..00000000000
--- a/kde-misc/pate/pate-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-inherit python kde4-base
-
-DESCRIPTION="Tasty Python plugins for Kate"
-HOMEPAGE="http://github.com/pag/pate"
-EGIT_REPO_URI="git://github.com/pag/${PN}.git"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE=""
-
-DEPEND="
- $(add_kdebase_dep kate)
- $(add_kdebase_dep pykde4 '' 4.9.2-r1)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-pyqt.patch" )
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
- kde4-base_pkg_setup
-}