diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-31 02:02:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-31 02:02:41 +0200 |
commit | 6620383efa66491dbeb731e3e53dbbfbad0182ef (patch) | |
tree | 191452e3d19dc429d765532ccfda808436baa956 /app-office | |
parent | media-gfx/scantailor-advanced: Drop 1.0.14 and 1.0.16 (r0) (diff) | |
download | gentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.tar.gz gentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.tar.bz2 gentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.zip |
app-office/pybliographer: Remove last-rited package
Closes: https://bugs.gentoo.org/598906
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pybliographer/Manifest | 1 | ||||
-rw-r--r-- | app-office/pybliographer/metadata.xml | 13 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.4.0-r3.ebuild | 68 |
3 files changed, 0 insertions, 82 deletions
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest deleted file mode 100644 index 5fb761b30488..000000000000 --- a/app-office/pybliographer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml deleted file mode 100644 index 989c7381fe64..000000000000 --- a/app-office/pybliographer/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <longdescription lang="en"> - Pybliographer is a tool for managing bibliographic databases, with - a Gnome interface for editing, citations in LyX, Kile and OpenOffice.org. - Pybliographer can search in external databases like PubMed, Web of Science, Citeseer. - </longdescription> - <upstream> - <remote-id type="sourceforge">pybliographer</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild deleted file mode 100644 index 2d0fce300191..000000000000 --- a/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_EAUTORECONF="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 - -DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" -HOMEPAGE="https://pybliographer.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-text/recode-3.6-r1 - app-text/rarian - dev-libs/glib:2 - $(python_gen_cond_dep ' - dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] - >=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}] - >=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=sys-devel/gettext-0.19.8 -" - -# Tests broken for a long time, they rely on non-standard PATH for python -# modules, bug #678444 -RESTRICT="test" - -src_prepare() { - # Workaround for bug 487204. - sed -i \ - -e 's:\$(srcdir)/::g' \ - tests/Makefile.am || die "sed failed" - - # Install Python modules into site-packages directories. - find -name Makefile.am | xargs sed -i \ - -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed" - sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in || die - sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die - sed -i \ - -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \ - Pyblio/GnomeUI/glade/Makefile.am || die "sed failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-depchecks -} - -src_install() { - gnome2_src_install - python_fix_shebang "${D}" - dodir /usr/share/${PN} - mv "${D}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die -} |