From 6620383efa66491dbeb731e3e53dbbfbad0182ef Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 31 May 2020 02:02:41 +0200 Subject: app-office/pybliographer: Remove last-rited package Closes: https://bugs.gentoo.org/598906 Signed-off-by: Andreas Sturmlechner --- app-office/pybliographer/Manifest | 1 - app-office/pybliographer/metadata.xml | 13 ----- .../pybliographer/pybliographer-1.4.0-r3.ebuild | 68 ---------------------- dev-python/python-bibtex/Manifest | 1 - dev-python/python-bibtex/metadata.xml | 15 ----- .../python-bibtex/python-bibtex-1.2.7-r2.ebuild | 33 ----------- profiles/package.mask | 6 -- 7 files changed, 137 deletions(-) delete mode 100644 app-office/pybliographer/Manifest delete mode 100644 app-office/pybliographer/metadata.xml delete mode 100644 app-office/pybliographer/pybliographer-1.4.0-r3.ebuild delete mode 100644 dev-python/python-bibtex/Manifest delete mode 100644 dev-python/python-bibtex/metadata.xml delete mode 100644 dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild 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 @@ - - - - - - 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. - - - pybliographer - - 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 -} diff --git a/dev-python/python-bibtex/Manifest b/dev-python/python-bibtex/Manifest deleted file mode 100644 index 84b021242e30..000000000000 --- a/dev-python/python-bibtex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-bibtex-1.2.7.tar.gz 60894 BLAKE2B dae5162e9d4b6893a4d411ffd1926f7f989940440609737b5c307af574d6e2794b850d6e4cb60bf33ba96eb36b3a0143fbc8fee907fc96c0c7d980514fe8db5d SHA512 6739824fcdad91e2abb333d9e17a31bd222e6100630b8e4f65a9e718d36eb451600fdc7380cb63b89c4a33a7554b79dd1c52448d19c3359f21deee2134242e6b diff --git a/dev-python/python-bibtex/metadata.xml b/dev-python/python-bibtex/metadata.xml deleted file mode 100644 index 56e91f1d6c4c..000000000000 --- a/dev-python/python-bibtex/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - tex@gentoo.org - Gentoo TeX Project - - - python@gentoo.org - Python - - - pybliographer - - 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 deleted file mode 100644 index 5d64c7d1de12..000000000000 --- a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python extension to parse BibTeX files" -HOMEPAGE="https://pybliographer.org/" -SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - dev-libs/glib:2 - >=app-text/recode-3.6-r1" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -python_prepare_all() { - # Disable tests during installation. - sed -e "/self.run_command ('check')/d" -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py check -} diff --git a/profiles/package.mask b/profiles/package.mask index c61c46803ba5..d6a05e2be73f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -160,12 +160,6 @@ dev-tex/revtex # Stuck on Python 2 and pygtk. Masked for removal in 30 days. app-mobilephone/ganyremote -# Andreas Sturmlechner (2020-05-01) -# Last release in 2018, wip/gtk3 branch untouched since 2017. Bug #598906 -# Stuck on Python 2 and pygtk. Masked for removal in 30 days. -app-office/pybliographer -dev-python/python-bibtex - # Thomas Deutschmann (2020-04-30) # Requires =dev-db/mysql-5.7. Masked for removal in 30 days. -- cgit v1.2.3-65-gdbad