Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bibtex/, profiles/, app-office/pybliographer/
Date: Sun, 31 May 2020 00:04:37
Message-Id: 1590883361.6620383efa66491dbeb731e3e53dbbfbad0182ef.asturm@gentoo
1 commit: 6620383efa66491dbeb731e3e53dbbfbad0182ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 00:02:41 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 00:02:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6620383e
7
8 app-office/pybliographer: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/598906
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/pybliographer/Manifest | 1 -
14 app-office/pybliographer/metadata.xml | 13 -----
15 .../pybliographer/pybliographer-1.4.0-r3.ebuild | 68 ----------------------
16 dev-python/python-bibtex/Manifest | 1 -
17 dev-python/python-bibtex/metadata.xml | 15 -----
18 .../python-bibtex/python-bibtex-1.2.7-r2.ebuild | 33 -----------
19 profiles/package.mask | 6 --
20 7 files changed, 137 deletions(-)
21
22 diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
23 deleted file mode 100644
24 index 5fb761b3048..00000000000
25 --- a/app-office/pybliographer/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a
29
30 diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml
31 deleted file mode 100644
32 index 989c7381fe6..00000000000
33 --- a/app-office/pybliographer/metadata.xml
34 +++ /dev/null
35 @@ -1,13 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 -<!-- maintainer-needed -->
40 - <longdescription lang="en">
41 - Pybliographer is a tool for managing bibliographic databases, with
42 - a Gnome interface for editing, citations in LyX, Kile and OpenOffice.org.
43 - Pybliographer can search in external databases like PubMed, Web of Science, Citeseer.
44 - </longdescription>
45 - <upstream>
46 - <remote-id type="sourceforge">pybliographer</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
51 deleted file mode 100644
52 index 2d0fce30019..00000000000
53 --- a/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
54 +++ /dev/null
55 @@ -1,68 +0,0 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -GNOME2_EAUTORECONF="yes"
61 -PYTHON_COMPAT=( python2_7 )
62 -
63 -inherit gnome2 python-single-r1
64 -
65 -DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
66 -HOMEPAGE="https://pybliographer.org"
67 -
68 -LICENSE="GPL-2"
69 -SLOT="0"
70 -KEYWORDS="amd64 ppc x86"
71 -
72 -IUSE=""
73 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
74 -
75 -RDEPEND="${PYTHON_DEPS}
76 - >=app-text/recode-3.6-r1
77 - app-text/rarian
78 - dev-libs/glib:2
79 - $(python_gen_cond_dep '
80 - dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}]
81 - dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
82 - >=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}]
83 - >=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}]
84 - ')
85 -"
86 -DEPEND="${RDEPEND}
87 - app-text/yelp-tools
88 - >=sys-devel/gettext-0.19.8
89 -"
90 -
91 -# Tests broken for a long time, they rely on non-standard PATH for python
92 -# modules, bug #678444
93 -RESTRICT="test"
94 -
95 -src_prepare() {
96 - # Workaround for bug 487204.
97 - sed -i \
98 - -e 's:\$(srcdir)/::g' \
99 - tests/Makefile.am || die "sed failed"
100 -
101 - # Install Python modules into site-packages directories.
102 - find -name Makefile.am | xargs sed -i \
103 - -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
104 - sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in || die
105 - sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die
106 - sed -i \
107 - -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
108 - Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
109 -
110 - gnome2_src_prepare
111 -}
112 -
113 -src_configure() {
114 - gnome2_src_configure \
115 - --disable-depchecks
116 -}
117 -
118 -src_install() {
119 - gnome2_src_install
120 - python_fix_shebang "${D}"
121 - dodir /usr/share/${PN}
122 - mv "${D}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die
123 -}
124
125 diff --git a/dev-python/python-bibtex/Manifest b/dev-python/python-bibtex/Manifest
126 deleted file mode 100644
127 index 84b021242e3..00000000000
128 --- a/dev-python/python-bibtex/Manifest
129 +++ /dev/null
130 @@ -1 +0,0 @@
131 -DIST python-bibtex-1.2.7.tar.gz 60894 BLAKE2B dae5162e9d4b6893a4d411ffd1926f7f989940440609737b5c307af574d6e2794b850d6e4cb60bf33ba96eb36b3a0143fbc8fee907fc96c0c7d980514fe8db5d SHA512 6739824fcdad91e2abb333d9e17a31bd222e6100630b8e4f65a9e718d36eb451600fdc7380cb63b89c4a33a7554b79dd1c52448d19c3359f21deee2134242e6b
132
133 diff --git a/dev-python/python-bibtex/metadata.xml b/dev-python/python-bibtex/metadata.xml
134 deleted file mode 100644
135 index 56e91f1d6c4..00000000000
136 --- a/dev-python/python-bibtex/metadata.xml
137 +++ /dev/null
138 @@ -1,15 +0,0 @@
139 -<?xml version="1.0" encoding="UTF-8"?>
140 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
141 -<pkgmetadata>
142 - <maintainer type="project">
143 - <email>tex@g.o</email>
144 - <name>Gentoo TeX Project</name>
145 - </maintainer>
146 - <maintainer type="project">
147 - <email>python@g.o</email>
148 - <name>Python</name>
149 - </maintainer>
150 - <upstream>
151 - <remote-id type="sourceforge">pybliographer</remote-id>
152 - </upstream>
153 -</pkgmetadata>
154
155 diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
156 deleted file mode 100644
157 index 5d64c7d1de1..00000000000
158 --- a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
159 +++ /dev/null
160 @@ -1,33 +0,0 @@
161 -# Copyright 1999-2020 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=7
165 -
166 -PYTHON_COMPAT=( python2_7 )
167 -
168 -inherit distutils-r1
169 -
170 -DESCRIPTION="A Python extension to parse BibTeX files"
171 -HOMEPAGE="https://pybliographer.org/"
172 -SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
173 -
174 -LICENSE="GPL-2"
175 -SLOT="0"
176 -KEYWORDS="amd64 ppc x86"
177 -
178 -RDEPEND="
179 - dev-libs/glib:2
180 - >=app-text/recode-3.6-r1"
181 -DEPEND="${RDEPEND}"
182 -BDEPEND="virtual/pkgconfig"
183 -
184 -python_prepare_all() {
185 - # Disable tests during installation.
186 - sed -e "/self.run_command ('check')/d" -i setup.py || die
187 -
188 - distutils-r1_python_prepare_all
189 -}
190 -
191 -python_test() {
192 - esetup.py check
193 -}
194
195 diff --git a/profiles/package.mask b/profiles/package.mask
196 index c61c46803ba..d6a05e2be73 100644
197 --- a/profiles/package.mask
198 +++ b/profiles/package.mask
199 @@ -160,12 +160,6 @@ dev-tex/revtex
200 # Stuck on Python 2 and pygtk. Masked for removal in 30 days.
201 app-mobilephone/ganyremote
202
203 -# Andreas Sturmlechner <asturm@g.o> (2020-05-01)
204 -# Last release in 2018, wip/gtk3 branch untouched since 2017. Bug #598906
205 -# Stuck on Python 2 and pygtk. Masked for removal in 30 days.
206 -app-office/pybliographer
207 -dev-python/python-bibtex
208 -
209 # Thomas Deutschmann <whissi@g.o> (2020-04-30)
210 # Requires <OpenSSL-1.1.x. Please migrate to
211 # >=dev-db/mysql-5.7. Masked for removal in 30 days.