From 4a5df5f87e4410dc6a72ee58793dc082690a4ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 11 Sep 2020 21:47:27 +0200 Subject: [PATCH] app-portage/euscan-ng: new package; add version 9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Maciej Barć --- app-portage/euscan-ng/euscan-ng-9999.ebuild | 46 +++++++++++++++++++++ app-portage/euscan-ng/metadata.xml | 7 ++++ 2 files changed, 53 insertions(+) create mode 100644 app-portage/euscan-ng/euscan-ng-9999.ebuild create mode 100644 app-portage/euscan-ng/metadata.xml diff --git a/app-portage/euscan-ng/euscan-ng-9999.ebuild b/app-portage/euscan-ng/euscan-ng-9999.ebuild new file mode 100644 index 0000000..817598f --- /dev/null +++ b/app-portage/euscan-ng/euscan-ng-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit eutils distutils-r1 + +DESCRIPTION="Check if a given package has new upstream versions" +HOMEPAGE="https://gitlab.com/src_prepare/euscan-ng" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/src_prepare/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +# web ( +# 'Django>=1.4', dev-python/django OK +# 'South>=0.7', None +# 'ansi2html>=0.9.1', dev-python/ansi2html PY +# 'django-annoying>=0.7.6', None +# 'django-auth-ldap>=1.1', dev-python/django-auth-ldap PY +# 'django-celery>=3.0.1', dev-python/celery PY +# 'django-piston>=0.2.3', None +# 'django-recaptcha>=0.0.4', None +# 'django-registration>=0.8', None +# 'matplotlib>=1.1.0', dev-python/matplotlib OK +# 'python-ldap>=2.4.10', dev-python/python-ldap OK +# ) + +DEPEND=" + >=dev-python/beautifulsoup-4.8.2[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} +" diff --git a/app-portage/euscan-ng/metadata.xml b/app-portage/euscan-ng/metadata.xml new file mode 100644 index 0000000..4174c85 --- /dev/null +++ b/app-portage/euscan-ng/metadata.xml @@ -0,0 +1,7 @@ + + + + + src_prepare/euscan-ng + +