From 11487357685b9d0c29c03870ca8a69668e9589de Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 27 Oct 2018 13:45:11 +0100 Subject: Drop obsolete packages Signed-off-by: Justin Lecher --- dev-python/pythonqt/Manifest | 1 - .../pythonqt/files/pythonqt-2.1-lib_location.patch | 22 ------------- .../files/pythonqt-9999-lib_location.patch | 20 ------------ dev-python/pythonqt/metadata.xml | 11 ------- dev-python/pythonqt/pythonqt-2.1.ebuild | 32 ------------------- dev-python/pythonqt/pythonqt-9999.ebuild | 36 ---------------------- 6 files changed, 122 deletions(-) delete mode 100644 dev-python/pythonqt/Manifest delete mode 100644 dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch delete mode 100644 dev-python/pythonqt/files/pythonqt-9999-lib_location.patch delete mode 100644 dev-python/pythonqt/metadata.xml delete mode 100644 dev-python/pythonqt/pythonqt-2.1.ebuild delete mode 100644 dev-python/pythonqt/pythonqt-9999.ebuild 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 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - pythonqt - - 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 -} -- cgit v1.2.3-65-gdbad