net-misc/fb-client: QA

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-02-06 08:34:42 +01:00
parent dbc7d087f5
commit d0df8f8ab6
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21
2 changed files with 20 additions and 14 deletions

View File

@ -8,6 +8,10 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit eutils python-r1
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at"
LICENSE="GPL-3"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
@ -19,13 +23,12 @@ else
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at"
LICENSE="GPL-3"
SLOT="0"
IUSE="+clipboard"
RESTRICT="test" # this packages has no tests
RDEPEND="dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
clipboard? ( x11-misc/xclip )"
RDEPEND="
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
clipboard? ( x11-misc/xclip )
"

View File

@ -8,6 +8,10 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit eutils python-r1
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at"
LICENSE="GPL-3"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
@ -19,13 +23,12 @@ else
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at"
LICENSE="GPL-3"
SLOT="0"
IUSE="+clipboard"
RESTRICT="test" # this packages has no tests
RDEPEND="dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
clipboard? ( x11-misc/xclip )"
RDEPEND="
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
clipboard? ( x11-misc/xclip )
"