public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/pythonqt/files/, dev-python/pythonqt/
@ 2018-10-27 12:45 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2018-10-27 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     11487357685b9d0c29c03870ca8a69668e9589de
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 12:45:11 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 12:45:11 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=11487357

Drop obsolete packages

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../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 ----------------------
 5 files changed, 121 deletions(-)

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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-27 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-27 12:45 [gentoo-commits] proj/sci:master commit in: dev-python/pythonqt/files/, dev-python/pythonqt/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox