aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pythonqt/Manifest1
-rw-r--r--dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch22
-rw-r--r--dev-python/pythonqt/files/pythonqt-9999-lib_location.patch20
-rw-r--r--dev-python/pythonqt/metadata.xml11
-rw-r--r--dev-python/pythonqt/pythonqt-2.1.ebuild32
-rw-r--r--dev-python/pythonqt/pythonqt-9999.ebuild36
6 files changed, 0 insertions, 122 deletions
diff --git a/dev-python/pythonqt/Manifest b/dev-python/pythonqt/Manifest
deleted file mode 100644
index 825ef7166..000000000
--- a/dev-python/pythonqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PythonQt2.1_Qt4.8.zip 1390321 BLAKE2B a701cd0a5d4342e3b27b27f0713614008c4c1b24ad5bd784633883c21b727a913133f76a921126f2f639170673bc808e4a6149b47907d9aa6988bbd93d426906 SHA512 3f74818db754030fdeec8b19da053a7042b42d6dd681c25dd5b4dbcbb30e200e83843c7311c6944e0faf66e2f5cf2144b7c4410272c57342d47a95e957935546
diff --git a/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch b/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch
deleted file mode 100644
index f86772ad1..000000000
--- a/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- PythonQt2.1_Qt4.8/CMakeLists.txt.auto-diff-temp 2012-11-30 16:38:06.374358937 +0100
-+++ PythonQt2.1_Qt4.8/CMakeLists.txt 2012-11-30 16:39:37.421438916 +0100
-@@ -215,7 +215,7 @@
- # See http://blog.onesadcookie.com/2008/01/installname-magic.html
- #
- set_target_properties(PythonQt PROPERTIES
-- INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
-+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}"
- )
-
- target_link_libraries(PythonQt
-@@ -228,8 +228,8 @@
-
- install(TARGETS PythonQt
- RUNTIME DESTINATION bin
-- LIBRARY DESTINATION lib
-- ARCHIVE DESTINATION lib)
-+ LIBRARY DESTINATION lib${LIB_SUFFIX}
-+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
- install(FILES ${headers} DESTINATION include/PythonQt)
-
- MESSAGE(STATUS "<<< Gentoo configuration >>>
diff --git a/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch b/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch
deleted file mode 100644
index f8d5322ae..000000000
--- a/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- pythonqt-9999/CMakeLists.txt.auto-diff-temp 2012-11-30 17:02:28.754418411 +0100
-+++ pythonqt-9999/CMakeLists.txt 2012-11-30 17:02:58.158429034 +0100
-@@ -215,7 +215,7 @@
- # See http://blog.onesadcookie.com/2008/01/installname-magic.html
- #
- set_target_properties(PythonQt PROPERTIES
-- INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
-+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}"
- )
-
- target_link_libraries(PythonQt
-@@ -228,6 +228,6 @@
-
- install(TARGETS PythonQt
- RUNTIME DESTINATION bin
-- LIBRARY DESTINATION lib
-- ARCHIVE DESTINATION lib)
-+ LIBRARY DESTINATION lib${LIB_SUFFIX}
-+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
- install(FILES ${headers} DESTINATION include/PythonQt)
diff --git a/dev-python/pythonqt/metadata.xml b/dev-python/pythonqt/metadata.xml
deleted file mode 100644
index 59cf1334d..000000000
--- a/dev-python/pythonqt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pythonqt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pythonqt/pythonqt-2.1.ebuild b/dev-python/pythonqt/pythonqt-2.1.ebuild
deleted file mode 100644
index 05fef80f9..000000000
--- a/dev-python/pythonqt/pythonqt-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
-
-MY_PN="PythonQt"
-MY_P="${MY_PN}${PV}"
-
-DESCRIPTION="A dynamic Python binding for the Qt framework"
-HOMEPAGE="http://pythonqt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${MY_PN}-${PV}/${MY_P}_Qt4.8.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}_Qt4.8"
-
-PATCHES=( "${FILESDIR}"/${P}-lib_location.patch )
-EPATCH_OPTS="--binary"
diff --git a/dev-python/pythonqt/pythonqt-9999.ebuild b/dev-python/pythonqt/pythonqt-9999.ebuild
deleted file mode 100644
index 8858869f8..000000000
--- a/dev-python/pythonqt/pythonqt-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1 subversion
-
-MY_PN="PythonQt"
-MY_P="${MY_PN}${PV}"
-
-DESCRIPTION="A dynamic Python binding for the Qt framework"
-HOMEPAGE="http://pythonqt.sourceforge.net/"
-SRC_URI=""
-ESVN_REPO_URI="https://pythonqt.svn.sourceforge.net/svnroot/pythonqt/trunk"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-lib_location.patch )
-EPATCH_OPTS="--binary"
-
-src_prepare() {
- subversion_src_prepare
- cmake-utils_src_prepare
-}