app-text/openlp: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 19 Mar 2020 08:24:31 +0000 (11:24 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 19 Mar 2020 08:24:31 +0000 (11:24 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-text/openlp/Manifest [deleted file]
app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch [deleted file]
app-text/openlp/metadata.xml [deleted file]
app-text/openlp/openlp-2.4.6.ebuild [deleted file]

diff --git a/app-text/openlp/Manifest b/app-text/openlp/Manifest
deleted file mode 100644 (file)
index abbd62a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST OpenLP-2.4.6.tar.gz 7303683 BLAKE2B 4e5b1a60c8eb8772cdecf453e8277a69cfb1cdd51ab6478425332b58c52319713dd411027a108113485ee7fdc4c770cb6f94a626b23c6cca82231311a62df08a SHA512 071ca83c6969c5281213dea5efe6dfc60a3d22b56534b93e2fd1f8e43760ba5cab851b6f4dca485a31254d2090e26ce640359cb9f9797d84b9509426061dfb7a
diff --git a/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch b/app-text/openlp/files/OpenLP-2.4.2-disable-tests.patch
deleted file mode 100644 (file)
index 0b1de65..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN a/setup.cfg b/setup.cfg
---- a/setup.cfg        2016-06-25 13:20:56.000000000 -0500
-+++ b/setup.cfg        2016-09-08 22:30:54.606413547 -0500
-@@ -2,3 +2,5 @@
- exclude=resources.py,vlc.py
- max-line-length = 120
- ignore = E402
-+[install] 
-+install_scripts=/usr/bin
-\ No newline at end of file
-diff -urN a/setup.py b/setup.py
---- a/setup.py 2016-06-25 13:20:56.000000000 -0500
-+++ b/setup.py 2016-09-08 22:30:50.523413394 -0500
-@@ -157,7 +157,7 @@
-     author_email='raoulsnyman@openlp.org',
-     url='http://openlp.org/',
-     license='GNU General Public License',
--    packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
-+    packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'tests.*']),
-     scripts=['openlp.py'],
-     include_package_data=True,
-     zip_safe=False,
diff --git a/app-text/openlp/metadata.xml b/app-text/openlp/metadata.xml
deleted file mode 100644 (file)
index b6f70e4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="sourceforge">openlp</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/app-text/openlp/openlp-2.4.6.ebuild b/app-text/openlp/openlp-2.4.6.ebuild
deleted file mode 100644 (file)
index 49765ea..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Free church presentation software"
-HOMEPAGE="https://openlp.org/"
-SRC_URI="https://get.openlp.org/"${PV}"/OpenLP-"${PV}".tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/alembic[${PYTHON_USEDEP}]
-       dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/mako[${PYTHON_USEDEP}]
-       >=dev-python/pyenchant-1.3[${PYTHON_USEDEP}]
-       dev-python/pyodbc
-       dev-python/PyQt5[multimedia,gui,network,svg,webkit,${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/sip[${PYTHON_USEDEP}]
-       >=dev-python/sqlalchemy-0.5[${PYTHON_USEDEP}]
-       dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/OpenLP-${PV}
-
-PATCHES=( "${FILESDIR}"/OpenLP-2.4.2-disable-tests.patch )
-
-python_install_all() {
-       distutils-r1_python_install_all
-       domenu  resources/openlp.desktop
-       mv   "${D}"/usr/bin/openlp.py "${D}"/usr/bin/openlp
-       doicon -s scalable resources/images/openlp.svg
-}