Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pythonqt/files/, dev-python/pythonqt/
Date: Sat, 27 Oct 2018 12:45:22
Message-Id: 1540644311.11487357685b9d0c29c03870ca8a69668e9589de.jlec@gentoo
1 commit: 11487357685b9d0c29c03870ca8a69668e9589de
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 12:45:11 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:45:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11487357
7
8 Drop obsolete packages
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .../pythonqt/files/pythonqt-2.1-lib_location.patch | 22 -------------
13 .../files/pythonqt-9999-lib_location.patch | 20 ------------
14 dev-python/pythonqt/metadata.xml | 11 -------
15 dev-python/pythonqt/pythonqt-2.1.ebuild | 32 -------------------
16 dev-python/pythonqt/pythonqt-9999.ebuild | 36 ----------------------
17 5 files changed, 121 deletions(-)
18
19 diff --git a/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch b/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch
20 deleted file mode 100644
21 index f86772ad1..000000000
22 --- a/dev-python/pythonqt/files/pythonqt-2.1-lib_location.patch
23 +++ /dev/null
24 @@ -1,22 +0,0 @@
25 ---- PythonQt2.1_Qt4.8/CMakeLists.txt.auto-diff-temp 2012-11-30 16:38:06.374358937 +0100
26 -+++ PythonQt2.1_Qt4.8/CMakeLists.txt 2012-11-30 16:39:37.421438916 +0100
27 -@@ -215,7 +215,7 @@
28 - # See http://blog.onesadcookie.com/2008/01/installname-magic.html
29 - #
30 - set_target_properties(PythonQt PROPERTIES
31 -- INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
32 -+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}"
33 - )
34 -
35 - target_link_libraries(PythonQt
36 -@@ -228,8 +228,8 @@
37 -
38 - install(TARGETS PythonQt
39 - RUNTIME DESTINATION bin
40 -- LIBRARY DESTINATION lib
41 -- ARCHIVE DESTINATION lib)
42 -+ LIBRARY DESTINATION lib${LIB_SUFFIX}
43 -+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
44 - install(FILES ${headers} DESTINATION include/PythonQt)
45 -
46 - MESSAGE(STATUS "<<< Gentoo configuration >>>
47
48 diff --git a/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch b/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch
49 deleted file mode 100644
50 index f8d5322ae..000000000
51 --- a/dev-python/pythonqt/files/pythonqt-9999-lib_location.patch
52 +++ /dev/null
53 @@ -1,20 +0,0 @@
54 ---- pythonqt-9999/CMakeLists.txt.auto-diff-temp 2012-11-30 17:02:28.754418411 +0100
55 -+++ pythonqt-9999/CMakeLists.txt 2012-11-30 17:02:58.158429034 +0100
56 -@@ -215,7 +215,7 @@
57 - # See http://blog.onesadcookie.com/2008/01/installname-magic.html
58 - #
59 - set_target_properties(PythonQt PROPERTIES
60 -- INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
61 -+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}"
62 - )
63 -
64 - target_link_libraries(PythonQt
65 -@@ -228,6 +228,6 @@
66 -
67 - install(TARGETS PythonQt
68 - RUNTIME DESTINATION bin
69 -- LIBRARY DESTINATION lib
70 -- ARCHIVE DESTINATION lib)
71 -+ LIBRARY DESTINATION lib${LIB_SUFFIX}
72 -+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
73 - install(FILES ${headers} DESTINATION include/PythonQt)
74
75 diff --git a/dev-python/pythonqt/metadata.xml b/dev-python/pythonqt/metadata.xml
76 deleted file mode 100644
77 index 59cf1334d..000000000
78 --- a/dev-python/pythonqt/metadata.xml
79 +++ /dev/null
80 @@ -1,11 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 - <maintainer type="project">
85 - <email>sci@g.o</email>
86 - <name>Gentoo Science Project</name>
87 - </maintainer>
88 - <upstream>
89 - <remote-id type="sourceforge">pythonqt</remote-id>
90 - </upstream>
91 -</pkgmetadata>
92
93 diff --git a/dev-python/pythonqt/pythonqt-2.1.ebuild b/dev-python/pythonqt/pythonqt-2.1.ebuild
94 deleted file mode 100644
95 index 05fef80f9..000000000
96 --- a/dev-python/pythonqt/pythonqt-2.1.ebuild
97 +++ /dev/null
98 @@ -1,32 +0,0 @@
99 -# Copyright 1999-2014 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=5
103 -
104 -PYTHON_COMPAT=( python2_7 )
105 -
106 -inherit cmake-utils python-single-r1
107 -
108 -MY_PN="PythonQt"
109 -MY_P="${MY_PN}${PV}"
110 -
111 -DESCRIPTION="A dynamic Python binding for the Qt framework"
112 -HOMEPAGE="http://pythonqt.sourceforge.net/"
113 -SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${MY_PN}-${PV}/${MY_P}_Qt4.8.zip"
114 -
115 -LICENSE="LGPL-2.1"
116 -SLOT="0"
117 -KEYWORDS="~x86 ~amd64"
118 -IUSE=""
119 -
120 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
121 -
122 -DEPEND="${PYTHON_DEPS}
123 - dev-qt/qtcore:4
124 - dev-qt/qtgui:4"
125 -RDEPEND="${DEPEND}"
126 -
127 -S="${WORKDIR}/${MY_P}_Qt4.8"
128 -
129 -PATCHES=( "${FILESDIR}"/${P}-lib_location.patch )
130 -EPATCH_OPTS="--binary"
131
132 diff --git a/dev-python/pythonqt/pythonqt-9999.ebuild b/dev-python/pythonqt/pythonqt-9999.ebuild
133 deleted file mode 100644
134 index 8858869f8..000000000
135 --- a/dev-python/pythonqt/pythonqt-9999.ebuild
136 +++ /dev/null
137 @@ -1,36 +0,0 @@
138 -# Copyright 1999-2014 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=5
142 -
143 -PYTHON_COMPAT=( python2_7 )
144 -
145 -inherit cmake-utils python-single-r1 subversion
146 -
147 -MY_PN="PythonQt"
148 -MY_P="${MY_PN}${PV}"
149 -
150 -DESCRIPTION="A dynamic Python binding for the Qt framework"
151 -HOMEPAGE="http://pythonqt.sourceforge.net/"
152 -SRC_URI=""
153 -ESVN_REPO_URI="https://pythonqt.svn.sourceforge.net/svnroot/pythonqt/trunk"
154 -
155 -LICENSE="LGPL-2.1"
156 -SLOT="0"
157 -KEYWORDS=""
158 -IUSE=""
159 -
160 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
161 -
162 -DEPEND="${PYTHON_DEPS}
163 - dev-qt/qtcore:4
164 - dev-qt/qtgui:4"
165 -RDEPEND="${DEPEND}"
166 -
167 -PATCHES=( "${FILESDIR}"/${P}-lib_location.patch )
168 -EPATCH_OPTS="--binary"
169 -
170 -src_prepare() {
171 - subversion_src_prepare
172 - cmake-utils_src_prepare
173 -}