Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
Date: Tue, 02 Apr 2019 21:21:48
Message-Id: 1554240094.dfb394b39bae951c5b2508ece2493f3e21f2b21c.pacho@gentoo
1 commit: dfb394b39bae951c5b2508ece2493f3e21f2b21c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 21:21:17 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 21:21:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb394b3
7
8 app-office/pybliographer: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../pybliographer/pybliographer-1.4.0.ebuild | 62 ----------------------
14 1 file changed, 62 deletions(-)
15
16 diff --git a/app-office/pybliographer/pybliographer-1.4.0.ebuild b/app-office/pybliographer/pybliographer-1.4.0.ebuild
17 deleted file mode 100644
18 index 7d98069e9ff..00000000000
19 --- a/app-office/pybliographer/pybliographer-1.4.0.ebuild
20 +++ /dev/null
21 @@ -1,62 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -GNOME2_EAUTORECONF="yes"
27 -PYTHON_COMPAT=( python2_7 )
28 -
29 -inherit gnome2 python-single-r1
30 -
31 -DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
32 -HOMEPAGE="https://pybliographer.org"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86"
37 -
38 -IUSE=""
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -RDEPEND="${PYTHON_DEPS}
42 - >=app-text/recode-3.6-r1
43 - app-text/rarian
44 - dev-libs/glib:2
45 - dev-python/pygobject:2[${PYTHON_USEDEP}]
46 - >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
47 - >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
48 -"
49 -DEPEND="${RDEPEND}
50 - app-text/yelp-tools
51 - >=sys-devel/gettext-0.19.8
52 -"
53 -
54 -# Tests broken for a long time, they rely on non-standard PATH for python
55 -# modules, bug #678444
56 -RESTRICT="test"
57 -
58 -src_prepare() {
59 - # Workaround for bug 487204.
60 - sed -i \
61 - -e 's:\$(srcdir)/::g' \
62 - tests/Makefile.am || die "sed failed"
63 -
64 - # Install Python modules into site-packages directories.
65 - find -name Makefile.am | xargs sed -i \
66 - -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
67 - sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:" pybliographer.in || die
68 - sed -i \
69 - -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
70 - Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
71 -
72 - gnome2_src_prepare
73 -}
74 -
75 -src_configure() {
76 - gnome2_src_configure \
77 - --disable-depchecks
78 -}
79 -
80 -src_install() {
81 - gnome2_src_install
82 - python_fix_shebang "${D}"
83 -}